Trace number 4305017

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.9.2? (TO) 2520.12 2460.15

General information on the benchmark

NameSocialGolfers/
SocialGolfers-6-6-7-cp_c18.xml
MD5SUM6d0c168c4ed68c601cb94602702970c2
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 variables252
Number of constraints13239
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":252}]
Minimum variable degree212
Maximum variable degree213
Distribution of variable degrees[{"degree":212,"count":216},{"degree":213,"count":36}]
Minimum constraint arity4
Maximum constraint arity252
Distribution of constraint arities[{"arity":4,"count":13230},{"arity":36,"count":8},{"arity":252,"count":1}]
Number of extensional constraints0
Number of intensional constraints13230
Distribution of constraint types[{"type":"intension","count":13230},{"type":"lex","count":1},{"type":"cardinality","count":7},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305017-1534103916/watcher-4305017-1534103916 -o /tmp/evaluation-result-4305017-1534103916/solver-4305017-1534103916 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=529677986 HOME/instance-4305017-1534103916.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.102385 s]*
/proc/loadavg: 1.26 1.34 1.38 2/206 17012
/proc/meminfo: memFree=14381052/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=10005480 memory=18996 CPUtime=0.08 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 4414 13122 0 0 1 0 5 2 20 0 6 0 227954786 10245611520 4749 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2501370 4749 1934 1 0 2489808 0
[pid=16955/tid=17008] ppid=16952 vsize=10005480 memory=4279135704014096015 CPUtime=0.08 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 2227 13122 0 0 1 0 5 2 20 0 6 0 227954795 10245611520 4749 33554432000 4194304 4196468 140735423886608 139967222813264 139967250998429 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 6 0 227954796 10245611520 4814 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=10005480 memory=139944090048128 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 6 0 227954796 10245611520 4814 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 6 0 227954796 10245611520 4814 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 6 0 227954796 10245611520 4814 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18996 KiB

[startup+0.210362 s]*
/proc/loadavg: 1.26 1.34 1.38 3/215 17021
/proc/meminfo: memFree=14360420/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=10982696 memory=44016 CPUtime=0.25 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 8396 13122 0 0 16 2 5 2 20 0 15 0 227954786 11246280704 11004 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2745674 11004 2935 1 0 2708109 0
[pid=16955/tid=17008] ppid=16952 vsize=10982696 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 4929 13122 0 0 10 1 5 2 20 0 15 0 227954795 11246280704 11004 33554432000 4194304 4196468 140735423886608 139967222774160 139967250997850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=10982696 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246280704 11004 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=10982696 memory=139944090048128 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246280704 11004 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=10982696 memory=139944090048128 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 13 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966018479008 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246280704 11004 33554432000 4194304 4196468 140735423886608 139965870629872 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246280704 11004 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) S 16952 16955 15729 0 -1 1077944384 431 13122 0 0 1 0 5 2 20 0 15 0 227954801 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966674885104 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) S 16952 16955 15729 0 -1 1077944384 190 13122 0 0 1 0 5 2 20 0 15 0 227954801 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966673832560 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=10982696 memory=139944090048128 CPUtime=0.1 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 629 13122 0 0 3 0 5 2 20 0 15 0 227954801 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246280704 11004 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=10982696 memory=139944090048128 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246280704 11004 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44016 KiB

[startup+0.310433 s]*
/proc/loadavg: 1.26 1.34 1.38 3/215 17021
/proc/meminfo: memFree=14349352/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=10983192 memory=54908 CPUtime=0.38 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 10281 13122 0 0 28 3 5 2 20 0 15 0 227954786 11246788608 13661 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2745798 13661 3067 1 0 2708109 0
[pid=16955/tid=17008] ppid=16952 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 6921 13122 0 0 19 2 5 2 20 0 15 0 227954795 11246788608 13793 33554432000 4194304 4196468 140735423886608 139967222788512 139967235056990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 13793 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 13793 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 13 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966018479008 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246788608 13793 33554432000 4194304 4196468 140735423886608 139965870629872 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246788608 13793 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) S 16952 16955 15729 0 -1 1077944384 431 13122 0 0 1 0 5 2 20 0 15 0 227954801 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966674885104 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) S 16952 16955 15729 0 -1 1077944384 191 13122 0 0 1 0 5 2 20 0 15 0 227954801 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966673832560 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 634 13122 0 0 5 0 5 2 20 0 15 0 227954801 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246788608 13793 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246788608 13793 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54908 KiB

[startup+0.700787 s]
/proc/loadavg: 1.26 1.34 1.38 3/215 17021
/proc/meminfo: memFree=14337444/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=10983192 memory=88612 CPUtime=0.98 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 16825 13122 0 0 86 5 5 2 20 0 15 0 227954786 11246788608 22153 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2745798 22153 3237 1 0 2708109 0
[pid=16955/tid=17008] ppid=16952 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 12390 13122 0 0 55 3 5 2 20 0 15 0 227954795 11246788608 22153 33554432000 4194304 4196468 140735423886608 139967222796792 139967235056990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 22153 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=10983192 memory=3816 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 22153 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954796 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 6 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 13 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966018479008 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954798 11246788608 22153 33554432000 4194304 4196468 140735423886608 139965870629872 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246788608 22153 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=10983192 memory=13252 CPUtime=0.17 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) S 16952 16955 15729 0 -1 1077944384 1061 13122 0 0 10 0 5 2 20 0 15 0 227954801 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966674885104 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=10983192 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) S 16952 16955 15729 0 -1 1077944384 446 13122 0 0 7 0 5 2 20 0 15 0 227954801 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966673832560 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=10983192 memory=17668 CPUtime=0.19 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 707 13122 0 0 12 0 5 2 20 0 15 0 227954801 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246788608 22153 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954801 11246788608 22153 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88612 KiB

[startup+1.50124 s]
/proc/loadavg: 1.26 1.34 1.38 3/215 17021
/proc/meminfo: memFree=14291404/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=10991948 memory=233416 CPUtime=3.04 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 22379 13122 0 0 287 10 5 2 20 0 15 0 227954786 11255754752 58354 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2747987 58354 3478 1 0 2709645 0
[pid=16955/tid=17008] ppid=16952 vsize=10991948 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 1077944384 15127 13122 0 0 130 7 5 2 20 0 15 0 227954795 11255754752 58354 33554432000 4194304 4196468 140735423886608 139967222812352 139967250986709 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 217 13122 0 0 0 0 5 2 20 0 15 0 227954796 11255754752 58354 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 39 13122 0 0 0 0 5 2 20 0 15 0 227954796 11255754752 58354 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=10991948 memory=3539892194917298225 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954796 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 89 13122 0 0 0 0 5 2 20 0 15 0 227954796 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=10991948 memory=-7965959130280075168 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 86 13122 0 0 0 0 5 2 20 0 15 0 227954798 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=10991948 memory=279887986370816 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 14 13122 0 0 0 0 5 2 20 0 15 0 227954798 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966018479008 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=10991948 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 2 13122 0 0 0 0 5 2 20 0 15 0 227954798 11255754752 58354 33554432000 4194304 4196468 140735423886608 139965870629872 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=10991948 memory=4552 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11255754752 58354 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=10991948 memory=3732 CPUtime=0.64 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) R 16952 16955 15729 0 -1 4202560 1772 13122 0 0 57 0 5 2 20 0 15 0 227954801 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966674869216 139967228952064 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=10991948 memory=1228 CPUtime=0.63 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) R 16952 16955 15729 0 -1 4202560 1519 13122 0 0 56 0 5 2 20 0 15 0 227954801 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966673814128 139967232325364 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=10991948 memory=10624 CPUtime=0.46 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 1318 13122 0 0 39 0 5 2 20 0 15 0 227954801 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=10991948 memory=1624 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11255754752 58354 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=10991948 memory=6768 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 1 13122 0 0 0 0 5 2 20 0 15 0 227954801 11255754752 58354 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 10991948 KiB

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

/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 120840 13122 0 0 235620 73 5 2 20 0 15 0 227954795 11345952768 658048 33554432000 4194304 4196468 140735423886608 139967222810160 139966827819628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=11080032 memory=2632164 CPUtime=13.33 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 33796 13122 0 0 1280 46 5 2 20 0 15 0 227954796 11345952768 658048 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=11080032 memory=2632188 CPUtime=13.35 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 41181 13122 0 0 1282 46 5 2 20 0 15 0 227954796 11345952768 658048 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=11080032 memory=2632188 CPUtime=13.36 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 35058 13122 0 0 1284 45 5 2 20 0 15 0 227954796 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=11080032 memory=2632192 CPUtime=13.36 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 47222 13122 0 0 1282 47 5 2 20 0 15 0 227954796 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=11080032 memory=876 CPUtime=7.63 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 34080 13122 0 0 716 40 5 2 20 0 15 0 227954798 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=11080032 memory=279887988013392 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 21 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966018479072 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=11080032 memory=2632188 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 10 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658048 33554432000 4194304 4196468 140735423886608 139965870629888 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=11080032 memory=2632188 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658048 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=11080032 memory=2632164 CPUtime=9.47 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) S 16952 16955 15729 0 -1 1077944384 37997 13122 0 0 936 4 5 2 20 0 15 0 227954801 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966674885104 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=11080032 memory=3816 CPUtime=9.56 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) S 16952 16955 15729 0 -1 1077944384 32702 13122 0 0 944 5 5 2 20 0 15 0 227954801 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966673832560 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=11080032 memory=2632192 CPUtime=2.85 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 23958 13122 0 0 273 5 5 2 20 0 15 0 227954801 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=11080032 memory=2632192 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658048 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=11080032 memory=3816 CPUtime=1.5 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 2012 13122 0 0 69 74 5 2 20 0 15 0 227954801 11345952768 658048 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 2440.9 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2632192 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.23 1.29 3/215 17246
/proc/meminfo: memFree=12746924/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=11080032 memory=2632236 CPUtime=2501.92 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 417687 13122 0 0 249838 347 5 2 20 0 15 0 227954786 11345952768 658059 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2770008 658059 3535 1 0 2731661 0
[pid=16955/tid=17008] ppid=16952 vsize=11080032 memory=2632208 CPUtime=2416.27 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 122633 13122 0 0 241547 73 5 2 20 0 15 0 227954795 11345952768 658059 33554432000 4194304 4196468 140735423886608 139967222811168 139966841039448 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=11080032 memory=2632236 CPUtime=13.71 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 34550 13122 0 0 1317 47 5 2 20 0 15 0 227954796 11345952768 658059 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=11080032 memory=1820 CPUtime=13.72 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 42285 13122 0 0 1318 47 5 2 20 0 15 0 227954796 11345952768 658059 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=11080032 memory=2632236 CPUtime=13.73 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 36290 13122 0 0 1320 46 5 2 20 0 15 0 227954796 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=11080032 memory=2632220 CPUtime=13.73 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 48069 13122 0 0 1319 47 5 2 20 0 15 0 227954796 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=11080032 memory=2632220 CPUtime=7.86 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 34909 13122 0 0 738 41 5 2 20 0 15 0 227954798 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 21 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966018479072 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 10 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658059 33554432000 4194304 4196468 140735423886608 139965870629888 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658059 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=11080032 memory=2632236 CPUtime=9.47 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) S 16952 16955 15729 0 -1 1077944384 38001 13122 0 0 936 4 5 2 20 0 15 0 227954801 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966674885104 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=11080032 memory=2632236 CPUtime=9.56 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) S 16952 16955 15729 0 -1 1077944384 32708 13122 0 0 944 5 5 2 20 0 15 0 227954801 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966673832560 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=11080032 memory=2632236 CPUtime=2.85 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 23964 13122 0 0 273 5 5 2 20 0 15 0 227954801 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658059 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=11080032 memory=1116 CPUtime=1.54 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 2053 13122 0 0 71 76 5 2 20 0 15 0 227954801 11345952768 658059 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 2501.92 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2632236 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2460.11 s]
/proc/loadavg: 1.26 1.23 1.29 3/215 17246
/proc/meminfo: memFree=12746908/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=11080032 memory=2632248 CPUtime=2520.06 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 419618 13122 0 0 251649 350 5 2 20 0 15 0 227954786 11345952768 658062 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2770008 658062 3535 1 0 2731661 0
[pid=16955/tid=17008] ppid=16952 vsize=11080032 memory=2632248 CPUtime=2433.86 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 123365 13122 0 0 243306 73 5 2 20 0 15 0 227954795 11345952768 658062 33554432000 4194304 4196468 140735423886608 139967222811216 139966823307600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=11080032 memory=2632248 CPUtime=13.83 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 35122 13122 0 0 1328 48 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=11080032 memory=278 CPUtime=13.83 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 42296 13122 0 0 1329 47 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=11080032 memory=2632248 CPUtime=13.85 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 36382 13122 0 0 1331 47 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=11080032 memory=2632248 CPUtime=13.85 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 48228 13122 0 0 1330 48 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=11080032 memory=2632248 CPUtime=7.92 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 35246 13122 0 0 744 41 5 2 20 0 15 0 227954798 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=11080032 memory=2632248 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 21 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966018479072 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 10 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658062 33554432000 4194304 4196468 140735423886608 139965870629888 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=11080032 memory=2632248 CPUtime=9.47 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) S 16952 16955 15729 0 -1 1077944384 38003 13122 0 0 936 4 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966674885104 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=11080032 memory=2632248 CPUtime=9.56 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) S 16952 16955 15729 0 -1 1077944384 32711 13122 0 0 944 5 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966673832560 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=11080032 memory=2632248 CPUtime=2.85 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 23967 13122 0 0 273 5 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=11080032 memory=3732 CPUtime=1.56 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 2073 13122 0 0 72 77 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2632248 KiB

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

[startup+2460.15 s]
# the end of solver process 16955 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.57 s, system=3.55634 s

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

[startup+2460.11 s]
/proc/loadavg: 1.26 1.23 1.29 3/215 17246
/proc/meminfo: memFree=12746908/32770624 swapFree=67108504/67108860
[pid=16955] ppid=16952 vsize=11080032 memory=2632248 CPUtime=2520.06 cores=0,2,4,6
/proc/16955/stat : 16955 (java) S 16952 16955 15729 0 -1 1077944320 419618 13122 0 0 251649 350 5 2 20 0 15 0 227954786 11345952768 658062 33554432000 4194304 4196468 140735423886608 140735423869152 139967250976503 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
/proc/16955/statm: 2770008 658062 3535 1 0 2731661 0
[pid=16955/tid=17008] ppid=16952 vsize=11080032 memory=2632248 CPUtime=2433.86 cores=0,2,4,6
/proc/16955/task/17008/stat : 17008 (java) R 16952 16955 15729 0 -1 4202560 123365 13122 0 0 243306 73 5 2 20 0 15 0 227954795 11345952768 658062 33554432000 4194304 4196468 140735423886608 139967222811216 139966823307600 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17009] ppid=16952 vsize=11080032 memory=2632248 CPUtime=13.83 cores=0,2,4,6
/proc/16955/task/17009/stat : 17009 (java) S 16952 16955 15729 0 -1 1077944384 35122 13122 0 0 1328 48 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139967255218960 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17010] ppid=16952 vsize=11080032 memory=278 CPUtime=13.83 cores=0,2,4,6
/proc/16955/task/17010/stat : 17010 (java) S 16952 16955 15729 0 -1 1077944384 42296 13122 0 0 1329 47 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139967146970000 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17011] ppid=16952 vsize=11080032 memory=2632248 CPUtime=13.85 cores=0,2,4,6
/proc/16955/task/17011/stat : 17011 (java) S 16952 16955 15729 0 -1 1077944384 36382 13122 0 0 1331 47 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966789901328 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17012] ppid=16952 vsize=11080032 memory=2632248 CPUtime=13.85 cores=0,2,4,6
/proc/16955/task/17012/stat : 17012 (java) S 16952 16955 15729 0 -1 1077944384 48228 13122 0 0 1330 48 5 2 20 0 15 0 227954796 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966788848784 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17013] ppid=16952 vsize=11080032 memory=2632248 CPUtime=7.92 cores=0,2,4,6
/proc/16955/task/17013/stat : 17013 (java) S 16952 16955 15729 0 -1 1077944384 35246 13122 0 0 744 41 5 2 20 0 15 0 227954798 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966675937264 139967250987650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 23 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17014] ppid=16952 vsize=11080032 memory=2632248 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17014/stat : 17014 (java) S 16952 16955 15729 0 -1 1077944384 21 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966018479072 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17015] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17015/stat : 17015 (java) S 16952 16955 15729 0 -1 1077944384 10 13122 0 0 0 0 5 2 20 0 15 0 227954798 11345952768 658062 33554432000 4194304 4196468 140735423886608 139965870629888 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17016] ppid=16952 vsize=11080032 memory=2632236 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17016/stat : 17016 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139965563230416 139967250995099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17017] ppid=16952 vsize=11080032 memory=2632248 CPUtime=9.47 cores=0,2,4,6
/proc/16955/task/17017/stat : 17017 (java) S 16952 16955 15729 0 -1 1077944384 38003 13122 0 0 936 4 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966674885104 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17018] ppid=16952 vsize=11080032 memory=2632248 CPUtime=9.56 cores=0,2,4,6
/proc/16955/task/17018/stat : 17018 (java) S 16952 16955 15729 0 -1 1077944384 32711 13122 0 0 944 5 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966673832560 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17019] ppid=16952 vsize=11080032 memory=2632248 CPUtime=2.85 cores=0,2,4,6
/proc/16955/task/17019/stat : 17019 (java) S 16952 16955 15729 0 -1 1077944384 23967 13122 0 0 273 5 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966672780016 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17020] ppid=16952 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/16955/task/17020/stat : 17020 (java) S 16952 16955 15729 0 -1 1077944384 3 13122 0 0 0 0 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139965132434528 139967250986709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
[pid=16955/tid=17021] ppid=16952 vsize=11080032 memory=3732 CPUtime=1.56 cores=0,2,4,6
/proc/16955/task/17021/stat : 17021 (java) S 16952 16955 15729 0 -1 1077944384 2073 13122 0 0 72 77 5 2 20 0 15 0 227954801 11345952768 658062 33554432000 4194304 4196468 140735423886608 139966671726896 139967250987650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 30240768 140735423892077 140735423894876 140735423894876 140735423897551 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 2632248 KiB

Child status: 143
Real time (s): 2460.15
CPU time (s): 2520.12
CPU user time (s): 2516.57
CPU system time (s): 3.55634
CPU usage (%): 102.438
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 2663340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.57
system time used= 3.55634
maximum resident set size= 2665388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 436521
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 219783
involuntary context switches= 10681


# summary of solver processes directly reported to runsolver:
#   pid: 16955
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.57
#   total CPU system time (s): 3.55634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0767 second user time and 21.0356 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 21:58:36
IDJOB=4305017
IDBENCH=141388
IDSOLVER=2780
FILE ID=node104/4305017-1534103916
RUNJOBID= node104-1534097917-15760
PBS_JOBID= 21037002
Free space on /tmp= 37524 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-6-6-7-cp_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305017-1534103916/watcher-4305017-1534103916 -o /tmp/evaluation-result-4305017-1534103916/solver-4305017-1534103916 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=529677986 HOME/instance-4305017-1534103916.xml

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

MD5SUM BENCH= 6d0c168c4ed68c601cb94602702970c2
RANDOM SEED=529677986

node104.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.11
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.11
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.11
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.11
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:        14389324 kB
MemAvailable:   29864204 kB
Buffers:          196112 kB
Cached:         15317040 kB
SwapCached:            8 kB
Active:          9698080 kB
Inactive:        7906532 kB
Active(anon):    2043108 kB
Inactive(anon):   100964 kB
Active(file):    7654972 kB
Inactive(file):  7805568 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             27312 kB
Writeback:             0 kB
AnonPages:       2099008 kB
Mapped:            65332 kB
Shmem:             49636 kB
Slab:             471148 kB
SReclaimable:     442800 kB
SUnreclaim:        28348 kB
KernelStack:        3520 kB
PageTables:         9508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3199532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1865728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-12 22:39:36