Trace number 4293707

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.11 2455.16

General information on the benchmark

NamePseudoBoolean-dec/
Pb-fpga45-45-sat_c18.xml
MD5SUMc010012410fc2279b5e14fdb4de11b49
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.35921
Satisfiable
(Un)Satisfiability was proved
Number of variables3038
Number of constraints2160
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":3038}]
Minimum variable degree3
Maximum variable degree46
Distribution of variable degrees[{"degree":3,"count":2025},{"degree":46,"count":1013}]
Minimum constraint arity22
Maximum constraint arity45
Distribution of constraint arities[{"arity":22,"count":22},{"arity":23,"count":1013},{"arity":24,"count":1035},{"arity":45,"count":90}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":2160}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293707-1532323965/watcher-4293707-1532323965 -o /tmp/evaluation-result-4293707-1532323965/solver-4293707-1532323965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2037946320 -superng HOME/instance-4293707-1532323965.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=21984, runsolver pid=21981
Current StackSize limit: 8192 KiB


[startup+0.102795 s]*
/proc/loadavg: 1.72 1.65 1.55 2/210 22041
/proc/meminfo: memFree=17908280/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=9972712 memory=16904 CPUtime=0.08 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 4357 13234 0 0 1 0 4 3 20 0 6 0 49959644 10212057088 4226 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2493178 4226 1934 1 0 2481616 0
[pid=21984/tid=22037] ppid=21981 vsize=9972712 memory=4628411388058700198 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 2190 13234 0 0 1 0 4 3 20 0 6 0 49959653 10212057088 4226 33554432000 4194304 4196468 140736142359600 140718476309072 140718488552798 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=9972712 memory=5793854928521714105 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 6 0 49959654 10212057088 4226 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=9972712 memory=139677511820928 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 6 0 49959654 10212057088 4226 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 6 0 49959654 10212057088 4226 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 6 0 49959654 10212057088 4226 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16904 KiB

[startup+0.21014 s]*
/proc/loadavg: 1.72 1.65 1.55 3/219 22050
/proc/meminfo: memFree=17884356/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=10818856 memory=46856 CPUtime=0.25 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 8596 13234 0 0 16 2 4 3 20 0 15 0 49959644 11078508544 11714 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2704714 11714 2930 1 0 2667149 0
[pid=21984/tid=22037] ppid=21981 vsize=10818856 memory=-8540663193526752614 CPUtime=0.17 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 5250 13234 0 0 9 1 4 3 20 0 15 0 49959653 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718476269968 140718504494237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10818856 memory=4211973403716611466 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10818856 memory=139677511820928 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10818856 memory=139677511820928 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959656 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 13 13234 0 0 0 0 4 3 20 0 15 0 49959656 11078508544 11714 33554432000 4194304 4196468 140736142359600 140717959668768 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959656 11078508544 11714 33554432000 4194304 4196468 140736142359600 140717825450864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10818856 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11078508544 11714 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10818856 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 509 13234 0 0 1 0 4 3 20 0 15 0 49959659 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 16080 0 -1 1077944384 52 13234 0 0 0 0 4 3 20 0 15 0 49959659 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718028954352 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10818856 memory=139677511820928 CPUtime=0.1 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) R 21981 21984 16080 0 -1 4202560 569 13234 0 0 3 0 4 3 20 0 15 0 49959659 11078508544 11714 33554432000 4194304 4196468 140736142359600 140718027901552 140718483010756 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10818856 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11078508544 11714 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10818856 memory=139677511820928 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959660 11078508544 11714 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 46856 KiB

[startup+0.31052 s]*
/proc/loadavg: 1.72 1.65 1.55 3/219 22050
/proc/meminfo: memFree=17873564/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=10819352 memory=55368 CPUtime=0.37 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 9956 13234 0 0 28 2 4 3 20 0 15 0 49959644 11079016448 13842 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2704838 13842 3061 1 0 2667149 0
[pid=21984/tid=22037] ppid=21981 vsize=10819352 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 6760 13234 0 0 18 2 4 3 20 0 15 0 49959653 11079016448 14038 33554432000 4194304 4196468 140736142359600 140718476284320 140718484748125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 14038 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 14038 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 14038 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 14038 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10819352 memory=139677511820927 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959656 11079016448 14038 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 13 13234 0 0 0 0 4 3 20 0 15 0 49959656 11079016448 14038 33554432000 4194304 4196468 140736142359600 140717959668768 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10819352 memory=139677511820928 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959656 11079016448 14104 33554432000 4194304 4196468 140736142359600 140717825450864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11079016448 14104 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 510 13234 0 0 2 0 4 3 20 0 15 0 49959659 11079016448 14104 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 16080 0 -1 1077944384 52 13234 0 0 1 0 4 3 20 0 15 0 49959659 11079016448 14104 33554432000 4194304 4196468 140736142359600 140718028954352 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) S 21981 21984 16080 0 -1 1077944384 575 13234 0 0 5 0 4 3 20 0 15 0 49959659 11079016448 14104 33554432000 4194304 4196468 140736142359600 140718027901552 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11079016448 14104 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959660 11079016448 14104 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 55368 KiB

[startup+0.700766 s]
/proc/loadavg: 1.72 1.65 1.55 3/219 22050
/proc/meminfo: memFree=17862136/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=10819352 memory=90512 CPUtime=0.98 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 16798 13234 0 0 87 4 4 3 20 0 15 0 49959644 11079016448 22628 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2704838 22628 3238 1 0 2667149 0
[pid=21984/tid=22037] ppid=21981 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 12543 13234 0 0 55 3 4 3 20 0 15 0 49959653 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718476294480 140718488552798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10819352 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10819352 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10819352 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 5 13234 0 0 0 0 4 3 20 0 15 0 49959656 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10819352 memory=139677369640176 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 13 13234 0 0 0 0 4 3 20 0 15 0 49959656 11079016448 22628 33554432000 4194304 4196468 140736142359600 140717959668768 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959656 11079016448 22628 33554432000 4194304 4196468 140736142359600 140717825450864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11079016448 22628 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10819352 memory=6944656575208382560 CPUtime=0.17 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 1099 13234 0 0 10 0 4 3 20 0 15 0 49959659 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10819352 memory=6656426216303648864 CPUtime=0.14 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 16080 0 -1 1077944384 319 13234 0 0 7 0 4 3 20 0 15 0 49959659 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718028954352 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10819352 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) S 21981 21984 16080 0 -1 1077944384 614 13234 0 0 13 0 4 3 20 0 15 0 49959659 11079016448 22628 33554432000 4194304 4196468 140736142359600 140718027901552 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10819352 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11079016448 22628 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959660 11079016448 22628 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90512 KiB

[startup+1.50112 s]
/proc/loadavg: 1.72 1.65 1.55 3/219 22050
/proc/meminfo: memFree=17815928/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=10832204 memory=173848 CPUtime=2.96 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 25325 13234 0 0 281 8 4 3 20 0 15 0 49959644 11092176896 43462 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2708051 43462 3456 1 0 2669709 0
[pid=21984/tid=22037] ppid=21981 vsize=10832204 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 17262 13234 0 0 131 6 4 3 20 0 15 0 49959653 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718476259000 140718488552798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10832204 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10832204 memory=16528 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959654 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10832204 memory=1292 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10832204 memory=104672 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959654 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 12 13234 0 0 0 0 4 3 20 0 15 0 49959656 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 13 13234 0 0 0 0 4 3 20 0 15 0 49959656 11092176896 43462 33554432000 4194304 4196468 140736142359600 140717959668768 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959656 11092176896 43462 33554432000 4194304 4196468 140736142359600 140717825450864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10832204 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11092176896 43462 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10832204 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 2241 13234 0 0 50 0 4 3 20 0 15 0 49959659 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10832204 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) R 21981 21984 16080 0 -1 4202560 2137 13234 0 0 56 0 4 3 20 0 15 0 49959659 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718028940920 140718484295897 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10832204 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) S 21981 21984 16080 0 -1 1077944384 1456 13234 0 0 41 0 4 3 20 0 15 0 49959659 11092176896 43462 33554432000 4194304 4196468 140736142359600 140718027901552 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10832204 memory=288230596050944315 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11092176896 43462 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10832204 memory=16100360058046859 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1 13234 0 0 0 0 4 3 20 0 15 0 49959660 11092176896 43462 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 2.96 s
Current children cumulated vsize: 10832204 KiB

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

/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 246588 13234 0 0 236835 57 4 3 20 0 15 0 49959653 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718476306368 140718131484135 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10914144 memory=4364644 CPUtime=12.19 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 44728 13234 0 0 1151 61 4 3 20 0 15 0 49959654 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10914144 memory=4364644 CPUtime=12.18 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 52268 13234 0 0 1150 61 4 3 20 0 15 0 49959654 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10914144 memory=4364644 CPUtime=12.14 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 44423 13234 0 0 1146 61 4 3 20 0 15 0 49959654 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10914144 memory=4364644 CPUtime=12.16 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 43668 13234 0 0 1149 60 4 3 20 0 15 0 49959654 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10914144 memory=4364644 CPUtime=0.82 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 32561 13234 0 0 65 10 4 3 20 0 15 0 49959656 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10914144 memory=1424 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 21 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140717959668896 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10914144 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 11 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140717825450880 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10914144 memory=1199 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10914144 memory=4364644 CPUtime=12.06 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 31406 13234 0 0 1193 6 4 3 20 0 15 0 49959659 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10914144 memory=4420 CPUtime=11.39 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 16080 0 -1 1077944384 28071 13234 0 0 1128 4 4 3 20 0 15 0 49959659 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718028954352 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10914144 memory=1424 CPUtime=4.19 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) S 21981 21984 16080 0 -1 1077944384 30360 13234 0 0 406 6 4 3 20 0 15 0 49959659 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140718027901552 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10914144 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10914144 memory=4364644 CPUtime=1.38 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1291 13234 0 0 59 72 4 3 20 0 15 0 49959660 11176083456 1091161 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 2446.98 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 4364644 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.51 1.53 3/218 22279
/proc/meminfo: memFree=15584768/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=10914144 memory=4364832 CPUtime=2507.18 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 568828 13234 0 0 250325 386 4 3 20 0 15 0 49959644 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2728536 1091208 3532 1 0 2690189 0
[pid=21984/tid=22037] ppid=21981 vsize=10914144 memory=4364832 CPUtime=2428.91 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 252128 13234 0 0 242827 57 4 3 20 0 15 0 49959653 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718476305984 140718131487248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.25 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 45816 13234 0 0 1157 61 4 3 20 0 15 0 49959654 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.23 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 54247 13234 0 0 1155 61 4 3 20 0 15 0 49959654 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.19 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 45263 13234 0 0 1151 61 4 3 20 0 15 0 49959654 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.21 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 45092 13234 0 0 1154 60 4 3 20 0 15 0 49959654 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.83 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 32892 13234 0 0 66 10 4 3 20 0 15 0 49959656 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 21 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140717959668896 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 11 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140717825450880 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10914144 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.07 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 31408 13234 0 0 1194 6 4 3 20 0 15 0 49959659 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10914144 memory=4364832 CPUtime=11.39 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 16080 0 -1 1077944384 28074 13234 0 0 1128 4 4 3 20 0 15 0 49959659 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718028954352 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10914144 memory=4364832 CPUtime=4.19 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) S 21981 21984 16080 0 -1 1077944384 30362 13234 0 0 406 6 4 3 20 0 15 0 49959659 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140718027901552 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10914144 memory=4620 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10914144 memory=4364832 CPUtime=1.42 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1317 13234 0 0 61 74 4 3 20 0 15 0 49959660 11176083456 1091208 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 2507.18 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 4364832 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2455.11 s]
/proc/loadavg: 1.52 1.50 1.52 3/218 22279
/proc/meminfo: memFree=15584644/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=10914144 memory=4364840 CPUtime=2520.03 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 577078 13234 0 0 251610 386 4 3 20 0 15 0 49959644 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2728536 1091210 3532 1 0 2690189 0
[pid=21984/tid=22037] ppid=21981 vsize=10914144 memory=4132 CPUtime=2441.7 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 255586 13234 0 0 244106 57 4 3 20 0 15 0 49959653 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718476306368 140718131485760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10914144 memory=1408 CPUtime=12.26 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 46582 13234 0 0 1158 61 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10914144 memory=4364840 CPUtime=12.25 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 56465 13234 0 0 1157 61 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.21 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 45874 13234 0 0 1153 61 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.23 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 45946 13234 0 0 1156 60 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.83 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 33200 13234 0 0 66 10 4 3 20 0 15 0 49959656 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 21 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717959668896 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 11 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717825450880 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10914144 memory=4364840 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10914144 memory=4364840 CPUtime=12.07 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 31412 13234 0 0 1194 6 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10914144 memory=4364840 CPUtime=11.39 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 16080 0 -1 1077944384 28078 13234 0 0 1128 4 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718028954352 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10914144 memory=4364832 CPUtime=4.19 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) S 21981 21984 16080 0 -1 1077944384 30369 13234 0 0 406 6 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718027901552 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10914144 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10914144 memory=4364832 CPUtime=1.42 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1337 13234 0 0 61 74 4 3 20 0 15 0 49959660 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 4364840 KiB

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

[startup+2455.16 s]
# the end of solver process 21984 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.18 s, system=3.93213 s

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

[startup+2455.11 s]
/proc/loadavg: 1.52 1.50 1.52 3/218 22279
/proc/meminfo: memFree=15584644/32770624 swapFree=67108860/67108860
[pid=21984] ppid=21981 vsize=10914144 memory=4364840 CPUtime=2520.03 cores=1,3,5,7
/proc/21984/stat : 21984 (java) S 21981 21984 16080 0 -1 1077944320 577078 13234 0 0 251610 386 4 3 20 0 15 0 49959644 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140736142342144 140718504472311 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
/proc/21984/statm: 2728536 1091210 3532 1 0 2690189 0
[pid=21984/tid=22037] ppid=21981 vsize=10914144 memory=4132 CPUtime=2441.7 cores=1,3,5,7
/proc/21984/task/22037/stat : 22037 (java) R 21981 21984 16080 0 -1 4202560 255586 13234 0 0 244106 57 4 3 20 0 15 0 49959653 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718476306368 140718131485760 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22038] ppid=21981 vsize=10914144 memory=1408 CPUtime=12.26 cores=1,3,5,7
/proc/21984/task/22038/stat : 22038 (java) S 21981 21984 16080 0 -1 1077944384 46582 13234 0 0 1158 61 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718508715152 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22039] ppid=21981 vsize=10914144 memory=4364840 CPUtime=12.25 cores=1,3,5,7
/proc/21984/task/22039/stat : 22039 (java) S 21981 21984 16080 0 -1 1077944384 56465 13234 0 0 1157 61 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718077979664 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22040] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.21 cores=1,3,5,7
/proc/21984/task/22040/stat : 22040 (java) S 21981 21984 16080 0 -1 1077944384 45874 13234 0 0 1153 61 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718076926864 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22041] ppid=21981 vsize=10914144 memory=4364832 CPUtime=12.23 cores=1,3,5,7
/proc/21984/task/22041/stat : 22041 (java) S 21981 21984 16080 0 -1 1077944384 45946 13234 0 0 1156 60 4 3 20 0 15 0 49959654 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718075874064 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22042] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.83 cores=1,3,5,7
/proc/21984/task/22042/stat : 22042 (java) S 21981 21984 16080 0 -1 1077944384 33200 13234 0 0 66 10 4 3 20 0 15 0 49959656 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718031059312 140718504483458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22043] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22043/stat : 22043 (java) S 21981 21984 16080 0 -1 1077944384 21 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717959668896 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22044] ppid=21981 vsize=10914144 memory=4364832 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22044/stat : 22044 (java) S 21981 21984 16080 0 -1 1077944384 11 13234 0 0 0 0 4 3 20 0 15 0 49959656 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717825450880 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22045] ppid=21981 vsize=10914144 memory=4364840 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22045/stat : 22045 (java) S 21981 21984 16080 0 -1 1077944384 2 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717221472080 140718504490907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22046] ppid=21981 vsize=10914144 memory=4364840 CPUtime=12.07 cores=1,3,5,7
/proc/21984/task/22046/stat : 22046 (java) S 21981 21984 16080 0 -1 1077944384 31412 13234 0 0 1194 6 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718030007152 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22047] ppid=21981 vsize=10914144 memory=4364840 CPUtime=11.39 cores=1,3,5,7
/proc/21984/task/22047/stat : 22047 (java) S 21981 21984 16080 0 -1 1077944384 28078 13234 0 0 1128 4 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718028954352 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22048] ppid=21981 vsize=10914144 memory=4364832 CPUtime=4.19 cores=1,3,5,7
/proc/21984/task/22048/stat : 22048 (java) S 21981 21984 16080 0 -1 1077944384 30369 13234 0 0 406 6 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140718027901552 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22049] ppid=21981 vsize=10914144 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/21984/task/22049/stat : 22049 (java) S 21981 21984 16080 0 -1 1077944384 3 13234 0 0 0 0 4 3 20 0 15 0 49959659 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140716751710944 140718504482517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
[pid=21984/tid=22050] ppid=21981 vsize=10914144 memory=4364832 CPUtime=1.42 cores=1,3,5,7
/proc/21984/task/22050/stat : 22050 (java) S 21981 21984 16080 0 -1 1077944384 1337 13234 0 0 61 74 4 3 20 0 15 0 49959660 11176083456 1091210 33554432000 4194304 4196468 140736142359600 140717926111920 140718504483458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18661376 140736142362795 140736142366044 140736142366044 140736142368719 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 4364840 KiB

Child status: 143
Real time (s): 2455.16
CPU time (s): 2520.11
CPU user time (s): 2516.18
CPU system time (s): 3.93213
CPU usage (%): 102.646
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 4364840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.18
system time used= 3.93213
maximum resident set size= 4368996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595344
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77453
involuntary context switches= 4990


# summary of solver processes directly reported to runsolver:
#   pid: 21984
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.18
#   total CPU system time (s): 3.93213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9091 second user time and 22.7217 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-23 07:32:45
IDJOB=4293707
IDBENCH=141227
IDSOLVER=2751
FILE ID=node132/4293707-1532323965
RUNJOBID= node132-1532296193-16112
PBS_JOBID= 21018987
Free space on /tmp= 55032 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-fpga45-45-sat_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-4293707-1532323965/watcher-4293707-1532323965 -o /tmp/evaluation-result-4293707-1532323965/solver-4293707-1532323965 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532296193-16112 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2037946320 -superng HOME/instance-4293707-1532323965.xml

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

MD5SUM BENCH= c010012410fc2279b5e14fdb4de11b49
RANDOM SEED=2037946320

node132.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.65
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.65
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.65
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.65
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:        17917460 kB
MemAvailable:   29080568 kB
Buffers:          264320 kB
Cached:         11044536 kB
SwapCached:            0 kB
Active:          5030604 kB
Inactive:        9184640 kB
Active(anon):    2909364 kB
Inactive(anon):    17028 kB
Active(file):    2121240 kB
Inactive(file):  9167612 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26464 kB
Writeback:             0 kB
AnonPages:       2913428 kB
Mapped:            49860 kB
Shmem:             17056 kB
Slab:             330452 kB
SReclaimable:     302716 kB
SUnreclaim:        27736 kB
KernelStack:        3600 kB
PageTables:        10908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3838716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2660352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55004 MiB
End job on node132 at 2018-07-23 08:13:40