Trace number 4294410

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.1 2460.04

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-8-cp_c18.xml
MD5SUM8a9161d398725f1a5fa3c8de0eb5bbd3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints17650
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":288}]
Minimum variable degree247
Maximum variable degree248
Distribution of variable degrees[{"degree":247,"count":252},{"degree":248,"count":36}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":17640},{"arity":36,"count":9},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints17640
Distribution of constraint types[{"type":"intension","count":17640},{"type":"lex","count":1},{"type":"cardinality","count":8},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294410-1532463415/watcher-4294410-1532463415 -o /tmp/evaluation-result-4294410-1532463415/solver-4294410-1532463415 -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=2122442690 -superng HOME/instance-4294410-1532463415.xml 

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

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

solver pid=28373, runsolver pid=28370

[startup+0.100118 s]*
/proc/loadavg: 1.43 1.36 1.37 3/206 28430
/proc/meminfo: memFree=21518936/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=9972712 memory=18952 CPUtime=0.08 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 4406 12915 0 0 1 0 5 2 20 0 6 0 63904722 10212057088 4738 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2493178 4738 1934 1 0 2481616 0
[pid=28373/tid=28426] ppid=28370 vsize=9974768 memory=4279135703946725007 CPUtime=0.08 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 2220 12915 0 0 1 0 5 2 20 0 6 0 63904731 10214162432 4803 33554432000 4194304 4196468 140725070788672 140536478863952 140536499264990 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=9982492 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 6 0 63904731 10222071808 4803 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=9988792 memory=139705910621824 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 6 0 63904731 10228523008 4803 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=9988792 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 6 0 63904731 10228523008 4803 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=9988792 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 2 12915 0 0 0 0 5 2 20 0 6 0 63904731 10228523008 4803 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18952 KiB

[startup+0.209858 s]*
/proc/loadavg: 1.43 1.36 1.37 3/215 28439
/proc/meminfo: memFree=21498520/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=10818904 memory=45552 CPUtime=0.25 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 9249 12915 0 0 17 1 5 2 20 0 15 0 63904722 11078557696 11388 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2704726 11388 2968 1 0 2667149 0
[pid=28373/tid=28426] ppid=28370 vsize=10818904 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 5886 12915 0 0 11 1 5 2 20 0 15 0 63904731 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536478852000 140536491107678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10818904 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10818904 memory=139705910621824 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 2 12915 0 0 0 0 5 2 20 0 15 0 63904731 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10818904 memory=139705910621824 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 2 12915 0 0 0 0 5 2 20 0 15 0 63904733 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 13 12915 0 0 0 0 5 2 20 0 15 0 63904733 11078557696 11388 33554432000 4194304 4196468 140725070788672 140535423559328 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904733 11078557696 11388 33554432000 4194304 4196468 140725070788672 140535289341168 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11078557696 11388 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) S 28370 28373 24765 0 -1 1077944384 479 12915 0 0 1 0 5 2 20 0 15 0 63904736 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536032540912 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) S 28370 28373 24765 0 -1 1077944384 89 12915 0 0 1 0 5 2 20 0 15 0 63904736 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536031488368 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10818904 memory=139705910621824 CPUtime=0.1 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) R 28370 28373 24765 0 -1 4202560 582 12915 0 0 3 0 5 2 20 0 15 0 63904736 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536030431040 140536486162968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11078557696 11388 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10818904 memory=139705910621824 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904737 11078557696 11388 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45552 KiB

[startup+0.310474 s]*
/proc/loadavg: 1.43 1.36 1.37 3/215 28439
/proc/meminfo: memFree=21485620/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=10819352 memory=53688 CPUtime=0.38 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 10461 12915 0 0 29 2 5 2 20 0 15 0 63904722 11079016448 13422 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2704838 13422 3103 1 0 2667149 0
[pid=28373/tid=28426] ppid=28370 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 7074 12915 0 0 20 1 5 2 20 0 15 0 63904731 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536478839200 140536492192863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10819352 memory=7373043845850746960 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10819352 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10819352 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 2 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 2 12915 0 0 0 0 5 2 20 0 15 0 63904733 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 13 12915 0 0 0 0 5 2 20 0 15 0 63904733 11079016448 13422 33554432000 4194304 4196468 140725070788672 140535423559328 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904733 11079016448 13422 33554432000 4194304 4196468 140725070788672 140535289341168 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11079016448 13422 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) S 28370 28373 24765 0 -1 1077944384 479 12915 0 0 1 0 5 2 20 0 15 0 63904736 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536032540912 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) S 28370 28373 24765 0 -1 1077944384 90 12915 0 0 2 0 5 2 20 0 15 0 63904736 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536031488368 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) S 28370 28373 24765 0 -1 1077944384 602 12915 0 0 5 0 5 2 20 0 15 0 63904736 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536030435312 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11079016448 13422 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904737 11079016448 13422 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53688 KiB

[startup+0.700767 s]
/proc/loadavg: 1.43 1.36 1.37 3/215 28439
/proc/meminfo: memFree=21475960/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=10819352 memory=86652 CPUtime=0.98 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 16735 12915 0 0 87 4 5 2 20 0 15 0 63904722 11079016448 21663 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2704838 21663 3246 1 0 2667149 0
[pid=28373/tid=28426] ppid=28370 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 12269 12915 0 0 56 3 5 2 20 0 15 0 63904731 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536478841520 140536488590743 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10819352 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 2 12915 0 0 0 0 5 2 20 0 15 0 63904731 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10819352 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 5 12915 0 0 0 0 5 2 20 0 15 0 63904733 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10819352 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 13 12915 0 0 0 0 5 2 20 0 15 0 63904733 11079016448 21663 33554432000 4194304 4196468 140725070788672 140535423559328 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10819352 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904733 11079016448 21663 33554432000 4194304 4196468 140725070788672 140535289341168 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10819352 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11079016448 21663 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10819352 memory=13252 CPUtime=0.13 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) S 28370 28373 24765 0 -1 1077944384 858 12915 0 0 6 0 5 2 20 0 15 0 63904736 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536032540912 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10819352 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) S 28370 28373 24765 0 -1 1077944384 707 12915 0 0 10 0 5 2 20 0 15 0 63904736 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536031488368 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10819352 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) S 28370 28373 24765 0 -1 1077944384 682 12915 0 0 13 0 5 2 20 0 15 0 63904736 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536030435312 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10819352 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11079016448 21663 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10819352 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904737 11079016448 21663 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86652 KiB

[startup+1.50173 s]
/proc/loadavg: 1.40 1.35 1.37 3/215 28439
/proc/meminfo: memFree=21430124/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=10828108 memory=235992 CPUtime=3.05 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 22482 12915 0 0 288 10 5 2 20 0 15 0 63904722 11087982592 58998 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2707027 58998 3468 1 0 2668685 0
[pid=28373/tid=28426] ppid=28370 vsize=10828108 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 15031 12915 0 0 131 6 5 2 20 0 15 0 63904731 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536478858648 140536113574941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904731 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 42 12915 0 0 0 0 5 2 20 0 15 0 63904731 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 203 12915 0 0 0 0 5 2 20 0 15 0 63904731 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 65 12915 0 0 0 0 5 2 20 0 15 0 63904731 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10828108 memory=1399103955520229747 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 87 12915 0 0 0 0 5 2 20 0 15 0 63904733 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10828108 memory=279411513436416 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 13 12915 0 0 0 0 5 2 20 0 15 0 63904733 11087982592 58998 33554432000 4194304 4196468 140725070788672 140535423559328 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10828108 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 2 12915 0 0 0 0 5 2 20 0 15 0 63904733 11087982592 58998 33554432000 4194304 4196468 140725070788672 140535289341168 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10828108 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11087982592 58998 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10828108 memory=1704 CPUtime=0.59 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) R 28370 28373 24765 0 -1 4202560 1702 12915 0 0 52 0 5 2 20 0 15 0 63904736 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536032533936 140536491949148 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10828108 memory=9924 CPUtime=0.68 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) R 28370 28373 24765 0 -1 4202560 1798 12915 0 0 61 0 5 2 20 0 15 0 63904736 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536031487440 140536490523662 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10828108 memory=5788 CPUtime=0.46 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) S 28370 28373 24765 0 -1 1077944384 1343 12915 0 0 39 0 5 2 20 0 15 0 63904736 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536030435312 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10828108 memory=1936 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11087982592 58998 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10828108 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 1 12915 0 0 0 0 5 2 20 0 15 0 63904737 11087982592 58998 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 10828108 KiB

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

/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 140033 12915 0 0 229985 72 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536478861456 140536121298386 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10916192 memory=2727584 CPUtime=11.64 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 35692 12915 0 0 1110 47 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10916192 memory=2727584 CPUtime=11.64 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 30193 12915 0 0 1112 45 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10916192 memory=132 CPUtime=11.62 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 29063 12915 0 0 1111 44 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10916192 memory=0 CPUtime=11.65 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 40659 12915 0 0 1110 48 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10916192 memory=2727584 CPUtime=7.15 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 32263 12915 0 0 668 40 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 19 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535423559392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10916192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 11 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535289341184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10916192 memory=1704 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10916192 memory=9924 CPUtime=11.06 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) S 28370 28373 24765 0 -1 1077944384 35570 12915 0 0 1094 5 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536032540912 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10916192 memory=916 CPUtime=10.81 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) S 28370 28373 24765 0 -1 1077944384 36985 12915 0 0 1070 4 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536031488368 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 62 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10916192 memory=3848 CPUtime=3.1 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) S 28370 28373 24765 0 -1 1077944384 28121 12915 0 0 297 6 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536030435312 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10916192 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10916192 memory=288230596017389863 CPUtime=1.37 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 2342 12915 0 0 58 72 5 2 20 0 15 0 63904737 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 2380.14 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2727584 KiB

[startup+2382.3 s]
/proc/loadavg: 1.25 1.41 1.42 3/215 28642
/proc/meminfo: memFree=17054880/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=10916192 memory=2727584 CPUtime=2441.11 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 416424 12915 0 0 243756 348 5 2 20 0 15 0 63904722 11178180608 681896 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2729048 681896 3537 1 0 2690701 0
[pid=28373/tid=28426] ppid=28370 vsize=10916192 memory=2727584 CPUtime=2359.95 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 141366 12915 0 0 235916 72 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536478861616 140536126031474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10916192 memory=2727584 CPUtime=11.99 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 35858 12915 0 0 1144 48 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10916192 memory=2727584 CPUtime=11.99 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 30831 12915 0 0 1146 46 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10916192 memory=2727584 CPUtime=11.97 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 29434 12915 0 0 1145 45 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10916192 memory=132 CPUtime=12 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 40736 12915 0 0 1145 48 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10916192 memory=2727584 CPUtime=7.38 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 32685 12915 0 0 689 42 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 11 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 19 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535423559392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 11 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535289341184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10916192 memory=2727584 CPUtime=11.06 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) S 28370 28373 24765 0 -1 1077944384 35574 12915 0 0 1094 5 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536032540912 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10916192 memory=2727584 CPUtime=10.82 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) S 28370 28373 24765 0 -1 1077944384 37228 12915 0 0 1071 4 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536031488368 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10916192 memory=2727584 CPUtime=3.1 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) S 28370 28373 24765 0 -1 1077944384 28125 12915 0 0 297 6 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536030435312 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10916192 memory=4136 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10916192 memory=19596 CPUtime=1.4 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 2363 12915 0 0 59 74 5 2 20 0 15 0 63904737 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 2441.11 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2727584 KiB

[startup+2442.3 s]
/proc/loadavg: 1.42 1.42 1.42 3/215 28643
/proc/meminfo: memFree=17054784/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=10916192 memory=2727584 CPUtime=2502.04 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 418991 12915 0 0 249843 354 5 2 20 0 15 0 63904722 11178180608 681896 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2729048 681896 3537 1 0 2690701 0
[pid=28373/tid=28426] ppid=28370 vsize=10916192 memory=2727584 CPUtime=2419.32 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 142326 12915 0 0 241852 73 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536478861024 140536114582403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10916192 memory=2727584 CPUtime=12.31 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 35932 12915 0 0 1176 48 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10916192 memory=2727584 CPUtime=12.32 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 31345 12915 0 0 1177 48 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10916192 memory=2727584 CPUtime=12.29 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 29959 12915 0 0 1176 46 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10916192 memory=2727584 CPUtime=12.33 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 40761 12915 0 0 1177 49 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10916192 memory=2727584 CPUtime=7.59 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 33111 12915 0 0 709 43 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 19 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535423559392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 11 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535289341184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10916192 memory=2727584 CPUtime=11.06 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) S 28370 28373 24765 0 -1 1077944384 35578 12915 0 0 1094 5 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536032540912 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10916192 memory=2727584 CPUtime=10.82 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) S 28370 28373 24765 0 -1 1077944384 37232 12915 0 0 1071 4 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536031488368 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10916192 memory=2200 CPUtime=3.1 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) S 28370 28373 24765 0 -1 1077944384 28129 12915 0 0 297 6 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536030435312 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10916192 memory=2727584 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10916192 memory=2727584 CPUtime=1.44 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 2394 12915 0 0 61 76 5 2 20 0 15 0 63904737 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 2502.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2727584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460 s]*
/proc/loadavg: 1.55 1.45 1.43 3/215 28643
/proc/meminfo: memFree=17054908/32770624 swapFree=67108860/67108860
[pid=28373] ppid=28370 vsize=10916192 memory=2727584 CPUtime=2520.04 cores=1,3,5,7
/proc/28373/stat : 28373 (java) S 28370 28373 24765 0 -1 1077944320 420173 12915 0 0 251641 356 5 2 20 0 15 0 63904722 11178180608 681896 33554432000 4194304 4196468 140725070788672 140725070771216 140536507027191 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
/proc/28373/statm: 2729048 681896 3537 1 0 2690701 0
[pid=28373/tid=28426] ppid=28370 vsize=10916192 memory=6791534058613427641 CPUtime=2436.81 cores=1,3,5,7
/proc/28373/task/28426/stat : 28426 (java) R 28370 28373 24765 0 -1 4202560 142734 12915 0 0 243601 73 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536478861376 140536120689934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28427] ppid=28370 vsize=10916192 memory=4126316290023845779 CPUtime=12.43 cores=1,3,5,7
/proc/28373/task/28427/stat : 28427 (java) S 28370 28373 24765 0 -1 1077944384 35965 12915 0 0 1187 49 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536511269392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28428] ppid=28370 vsize=10916192 memory=9924 CPUtime=12.42 cores=1,3,5,7
/proc/28373/task/28428/stat : 28428 (java) S 28370 28373 24765 0 -1 1077944384 31359 12915 0 0 1187 48 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536432229008 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28429] ppid=28370 vsize=10916192 memory=5788 CPUtime=12.39 cores=1,3,5,7
/proc/28373/task/28429/stat : 28429 (java) S 28370 28373 24765 0 -1 1077944384 30127 12915 0 0 1186 46 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536078739728 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28430] ppid=28370 vsize=10916192 memory=1936 CPUtime=12.43 cores=1,3,5,7
/proc/28373/task/28430/stat : 28430 (java) S 28370 28373 24765 0 -1 1077944384 41093 12915 0 0 1187 49 5 2 20 0 15 0 63904731 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536077687184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28431] ppid=28370 vsize=10916192 memory=1196 CPUtime=7.66 cores=1,3,5,7
/proc/28373/task/28431/stat : 28431 (java) S 28370 28373 24765 0 -1 1077944384 33317 12915 0 0 715 44 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536033594096 140536507038338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28432] ppid=28370 vsize=10916192 memory=8516 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28432/stat : 28432 (java) S 28370 28373 24765 0 -1 1077944384 19 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535423559392 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28433] ppid=28370 vsize=10916192 memory=4616 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28433/stat : 28433 (java) S 28370 28373 24765 0 -1 1077944384 11 12915 0 0 0 0 5 2 20 0 15 0 63904733 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535289341184 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28434] ppid=28370 vsize=10916192 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28434/stat : 28434 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535049050576 140536507045787 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28435] ppid=28370 vsize=10916192 memory=15868 CPUtime=11.06 cores=1,3,5,7
/proc/28373/task/28435/stat : 28435 (java) S 28370 28373 24765 0 -1 1077944384 35580 12915 0 0 1094 5 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536032540912 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28436] ppid=28370 vsize=10916192 memory=4052 CPUtime=10.82 cores=1,3,5,7
/proc/28373/task/28436/stat : 28436 (java) S 28370 28373 24765 0 -1 1077944384 37234 12915 0 0 1071 4 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536031488368 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28437] ppid=28370 vsize=10916192 memory=18252 CPUtime=3.1 cores=1,3,5,7
/proc/28373/task/28437/stat : 28437 (java) S 28370 28373 24765 0 -1 1077944384 28131 12915 0 0 297 6 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536030435312 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28438] ppid=28370 vsize=10916192 memory=11768 CPUtime=0.07 cores=1,3,5,7
/proc/28373/task/28438/stat : 28438 (java) S 28370 28373 24765 0 -1 1077944384 3 12915 0 0 0 0 5 2 20 0 15 0 63904736 11178180608 681896 33554432000 4194304 4196468 140725070788672 140535015491936 140536507037397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
[pid=28373/tid=28439] ppid=28370 vsize=10916192 memory=644 CPUtime=1.44 cores=1,3,5,7
/proc/28373/task/28439/stat : 28439 (java) S 28370 28373 24765 0 -1 1077944384 2409 12915 0 0 61 76 5 2 20 0 15 0 63904737 11178180608 681896 33554432000 4194304 4196468 140725070788672 140536029383728 140536507038338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 61 0 0 6293624 6294260 6332416 140725070792875 140725070796124 140725070796124 140725070798799 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 2727584 KiB

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

[startup+2460.04 s]
# the end of solver process 28373 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.49 s, system=3.61047 s

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

Child status: 143
Real time (s): 2460.04
CPU time (s): 2520.1
CPU user time (s): 2516.49
CPU system time (s): 3.61047
CPU usage (%): 102.441
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 2932328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.49
system time used= 3.61047
maximum resident set size= 2935960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 434090
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 213310
involuntary context switches= 5140


# summary of solver processes directly reported to runsolver:
#   pid: 28373
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.49
#   total CPU system time (s): 3.61047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8785 second user time and 24.5992 second system time

The end

Launcher Data

Begin job on node105 at 2018-07-24 22:16:55
IDJOB=4294410
IDBENCH=141380
IDSOLVER=2751
FILE ID=node105/4294410-1532463415
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/SocialGolfers/SocialGolfers-6-6-8-cp_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-4294410-1532463415/watcher-4294410-1532463415 -o /tmp/evaluation-result-4294410-1532463415/solver-4294410-1532463415 -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=2122442690 -superng HOME/instance-4294410-1532463415.xml

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

MD5SUM BENCH= 8a9161d398725f1a5fa3c8de0eb5bbd3
RANDOM SEED=2122442690

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:        21527168 kB
MemAvailable:   30802224 kB
Buffers:          223128 kB
Cached:          9191720 kB
SwapCached:            0 kB
Active:          2784984 kB
Inactive:        7819232 kB
Active(anon):    1143548 kB
Inactive(anon):    65412 kB
Active(file):    1641436 kB
Inactive(file):  7753820 kB
Unevictable:        7288 kB
Mlocked:            7288 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             27192 kB
Writeback:             4 kB
AnonPages:       1196524 kB
Mapped:            51744 kB
Shmem:             17036 kB
Slab:             335736 kB
SReclaimable:     308260 kB
SUnreclaim:        27476 kB
KernelStack:        3504 kB
PageTables:         7564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2132068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1095680 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= 44708 MiB
End job on node105 at 2018-07-24 22:57:56