Trace number 4402548

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.12.3? (TO) 2520.12 2459.95

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-9-8-4-cp.xml
MD5SUMbd9ca51d6afa7a7de86d4bfb05f523c8
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 benchmark138.482
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints15342
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":288}]
Minimum variable degree215
Maximum variable degree216
Distribution of variable degrees[{"degree":215,"count":216},{"degree":216,"count":72}]
Minimum constraint arity4
Maximum constraint arity288
Distribution of constraint arities[{"arity":4,"count":15336},{"arity":72,"count":5},{"arity":288,"count":1}]
Number of extensional constraints0
Number of intensional constraints15336
Distribution of constraint types[{"type":"intension","count":15336},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.3.1568965526260 running
2520.07/2459.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2459.91		at concrete.MAC.mac(MAC.scala:192)
2520.07/2459.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2459.91		at scala.util.Try$.apply(Try.scala:210)
2520.07/2459.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2459.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2459.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2459.91		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2459.91		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2459.91		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.07/2459.91		at concrete.ProblemState.map(ProblemState.scala:238)
2520.07/2459.91		at concrete.ProblemState.map(ProblemState.scala:212)
2520.07/2459.91		at concrete.MAC.nextSolution(MAC.scala:348)
2520.07/2459.91		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2459.91		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.07/2459.91		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.07/2459.91		at concrete.Solver.nextOption(Solver.scala:67)
2520.07/2459.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.07/2459.91		at scala.util.Success.map(Try.scala:262)
2520.07/2459.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2459.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2459.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2459.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2459.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2459.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2459.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2459.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2459.91		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2459.91		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2459.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2459.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2459.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2459.91		at scala.App.main(App.scala:73)
2520.07/2459.91		at scala.App.main$(App.scala:71)
2520.07/2459.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2459.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2459.92	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 (446 MiB free)
  memory of node 1: 16384 MiB (2170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402548-1568973272/watcher-4402548-1568973272 -o /var/tmp/evaluation-result-4402548-1568973272/solver-4402548-1568973272 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402548-1568973272.xml 

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

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

solver pid=7858, runsolver pid=7855

[startup+0.100058 s]*
/proc/loadavg: 1.57 1.69 1.65 3/220 7915
/proc/meminfo: memFree=2670176/32770624 swapFree=67001720/67108860
[pid=7858] ppid=7855 vsize=9972712 memory=19120 CPUtime=0.09 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 4513 12961 0 0 1 1 4 3 20 0 6 0 473241151 10212057088 4780 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2493178 4780 1935 1 0 2481616 0
[pid=7858/tid=7911] ppid=7855 vsize=10055356 memory=8514726395714820750 CPUtime=0.08 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 2368 12961 0 0 1 0 4 3 20 0 7 0 473241160 10296684544 4846 33554432000 4194304 4196468 140721339152032 140198330084112 140198343924246 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10055356 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 7 0 473241161 10296684544 4846 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10055356 memory=139776623068800 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 7 0 473241161 10296684544 4912 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 7 0 473241161 10296684544 4912 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 7 0 473241161 10296684544 4912 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10055356 memory=139776623068800 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 7 0 473241162 10296684544 4912 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 19120 KiB

[startup+0.211622 s]*
/proc/loadavg: 1.57 1.69 1.65 4/229 7924
/proc/meminfo: memFree=2650392/32770624 swapFree=67001720/67108860
[pid=7858] ppid=7855 vsize=10820196 memory=41944 CPUtime=0.27 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 7390 12961 0 0 18 2 4 3 20 0 15 0 473241151 11079880704 10486 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2705049 10486 3315 1 0 2667149 0
[pid=7858/tid=7911] ppid=7855 vsize=10820196 memory=5450916389569530688 CPUtime=0.19 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 3890 12961 0 0 11 1 4 3 20 0 15 0 473241160 11079880704 10486 33554432000 4194304 4196468 140721339152032 140198330055200 140198358262941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10820196 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079880704 10486 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10820196 memory=139776623068800 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079880704 10486 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079880704 10486 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079880704 10486 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10820196 memory=139776623068800 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 473241162 11079880704 10486 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 473241163 11079880704 10486 33554432000 4194304 4196468 140721339152032 140197329101600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241163 11079880704 10486 33554432000 4194304 4196468 140721339152032 140197127775344 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11079880704 10486 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 215 12961 0 0 1 0 4 3 20 0 15 0 473241166 11079880704 10486 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 465 12961 0 0 1 0 4 3 20 0 15 0 473241166 11079880704 10486 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10820196 memory=139776623068800 CPUtime=0.1 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) S 7855 7858 5532 0 -1 1077944384 589 12961 0 0 3 0 4 3 20 0 15 0 473241166 11079880704 10486 33554432000 4194304 4196468 140721339152032 140197881752432 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11079880704 10486 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10820196 memory=139776623068800 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241166 11079880704 10486 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41944 KiB

[startup+0.318784 s]*
/proc/loadavg: 1.57 1.69 1.65 3/229 7924
/proc/meminfo: memFree=2640988/32770624 swapFree=67001720/67108860
[pid=7858] ppid=7855 vsize=10820268 memory=50788 CPUtime=0.41 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 10837 12961 0 0 31 3 4 3 20 0 15 0 473241151 11079954432 12697 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2705067 12697 3351 1 0 2667149 0
[pid=7858/tid=7911] ppid=7855 vsize=10820268 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 7328 12961 0 0 20 2 4 3 20 0 15 0 473241160 11079954432 12697 33554432000 4194304 4196468 140721339152032 140198330062416 140198342467312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079954432 12697 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079954432 12697 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079954432 12697 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 473241161 11079954432 12697 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 473241162 11079954432 12697 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 473241163 11079954432 12697 33554432000 4194304 4196468 140721339152032 140197329101600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241163 11079954432 12697 33554432000 4194304 4196468 140721339152032 140197127775344 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10820268 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11079954432 12697 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10820268 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 216 12961 0 0 2 0 4 3 20 0 15 0 473241166 11079954432 12697 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10820268 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 465 12961 0 0 2 0 4 3 20 0 15 0 473241166 11079954432 12697 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10820268 memory=139776623068800 CPUtime=0.12 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) R 7855 7858 5532 0 -1 4202560 610 12961 0 0 5 0 4 3 20 0 15 0 473241166 11079954432 12697 33554432000 4194304 4196468 140721339152032 140197881752432 140198358252950 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10820268 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11079954432 12697 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10820268 memory=139776623068800 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241166 11079954432 12697 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 50788 KiB

[startup+0.700768 s]
/proc/loadavg: 1.57 1.69 1.65 5/229 7924
/proc/meminfo: memFree=2625456/32770624 swapFree=67001720/67108860
[pid=7858] ppid=7855 vsize=10824364 memory=83528 CPUtime=1.16 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 15131 12961 0 0 103 6 4 3 20 0 15 0 473241151 11084148736 20882 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2706091 20882 3511 1 0 2668173 0
[pid=7858/tid=7911] ppid=7855 vsize=10824364 memory=28760 CPUtime=0.66 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 10491 12961 0 0 55 4 4 3 20 0 15 0 473241160 11084148736 20882 33554432000 4194304 4196468 140721339152032 140198330068176 140198358252950 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10824364 memory=12028 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11084148736 20882 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10824364 memory=532 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11084148736 20882 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11084148736 20882 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10824364 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 473241161 11084148736 20882 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10824364 memory=7448488012996568912 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 5 12961 0 0 0 0 4 3 20 0 15 0 473241162 11084148736 20882 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10824364 memory=7813578590283457876 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 473241163 11084148736 20882 33554432000 4194304 4196468 140721339152032 140197329101600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10824364 memory=7523071198212214892 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241163 11084148736 20882 33554432000 4194304 4196468 140721339152032 140197127775344 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10824364 memory=5450916488555034154 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11084148736 20882 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10824364 memory=-6736937045019192452 CPUtime=0.22 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 657 12961 0 0 15 0 4 3 20 0 15 0 473241166 11084148736 20882 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10824364 memory=-7025452035940392864 CPUtime=0.2 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 926 12961 0 0 13 0 4 3 20 0 15 0 473241166 11084148736 20882 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10824364 memory=-9001734000804784231 CPUtime=0.24 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) R 7855 7858 5532 0 -1 4202560 823 12961 0 0 17 0 4 3 20 0 15 0 473241166 11084148736 20882 33554432000 4194304 4196468 140721339152032 140197881752432 140198336956023 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11084148736 20882 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241166 11084148736 20882 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83528 KiB

[startup+1.50069 s]
/proc/loadavg: 1.57 1.69 1.65 5/229 7924
/proc/meminfo: memFree=2569056/32770624 swapFree=67001720/67108860
[pid=7858] ppid=7855 vsize=10828536 memory=217732 CPUtime=3.6 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 22338 12961 0 0 342 11 4 3 20 0 15 0 473241151 11088420864 54433 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2707134 54433 3584 1 0 2669197 0
[pid=7858/tid=7911] ppid=7855 vsize=10828536 memory=7855 CPUtime=1.44 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 12425 12961 0 0 131 6 4 3 20 0 15 0 473241160 11088420864 54433 33554432000 4194304 4196468 140721339152032 140198330064632 140198358262941 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10828536 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 51 12961 0 0 0 0 4 3 20 0 15 0 473241161 11088420864 54433 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10828536 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 125 12961 0 0 0 0 4 3 20 0 15 0 473241161 11088420864 54433 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10828536 memory=18141941861341 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241161 11088420864 54433 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10828536 memory=6933690286009757744 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 279 12961 0 0 0 0 4 3 20 0 15 0 473241161 11088420864 54433 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10828536 memory=-7457052372387209120 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 100 12961 0 0 0 0 4 3 20 0 15 0 473241162 11088420864 54433 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10828536 memory=6944656592452807316 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 13 12961 0 0 0 0 4 3 20 0 15 0 473241163 11088420864 54433 33554432000 4194304 4196468 140721339152032 140197329101600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10828536 memory=3472328296227736193 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 2 12961 0 0 0 0 4 3 20 0 15 0 473241163 11088420864 54433 33554432000 4194304 4196468 140721339152032 140197127775344 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10828536 memory=6655300316396806240 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11088420864 54433 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10828536 memory=6944656592452807316 CPUtime=0.91 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 2948 12961 0 0 84 0 4 3 20 0 15 0 473241166 11088420864 54433 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10828536 memory=-7737605721172012177 CPUtime=0.88 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 2727 12961 0 0 81 0 4 3 20 0 15 0 473241166 11088420864 54498 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10828536 memory=6933690287860520857 CPUtime=0.48 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) S 7855 7858 5532 0 -1 1077944384 1457 12961 0 0 41 0 4 3 20 0 15 0 473241166 11088420864 54498 33554432000 4194304 4196468 140721339152032 140197881752432 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10828536 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11088420864 54498 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10828536 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1 12961 0 0 0 0 4 3 20 0 15 0 473241166 11088420864 54498 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0

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

/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 109233 12961 0 0 235916 83 4 3 20 0 15 0 473241160 11107315712 479638 33554432000 4194304 4196468 140721339152032 140198330076864 140197962147380 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10846988 memory=1918552 CPUtime=13.66 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 30390 12961 0 0 1313 46 4 3 20 0 15 0 473241161 11107315712 479638 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10846988 memory=1932376 CPUtime=13.6 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 28402 12961 0 0 1309 44 4 3 20 0 15 0 473241161 11107315712 479638 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10846988 memory=1922140 CPUtime=13.62 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 32458 12961 0 0 1310 45 4 3 20 0 15 0 473241161 11107315712 479638 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10846988 memory=1918548 CPUtime=13.6 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 32589 12961 0 0 1308 45 4 3 20 0 15 0 473241161 11107315712 479638 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10846988 memory=1918552 CPUtime=7 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 28233 12961 0 0 641 52 4 3 20 0 15 0 473241162 11107315712 479638 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10846988 memory=1918552 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 19 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 479638 33554432000 4194304 4196468 140721339152032 140197329101664 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10846988 memory=1918552 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 11 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 479638 33554432000 4194304 4196468 140721339152032 140197127775360 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10846988 memory=1918552 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 479638 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10846988 memory=1918552 CPUtime=8.15 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 22476 12961 0 0 804 4 4 3 20 0 15 0 473241166 11107315712 479638 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10846988 memory=1932376 CPUtime=7.97 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 17669 12961 0 0 788 2 4 3 20 0 15 0 473241166 11107315712 479638 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10846988 memory=1932376 CPUtime=2.42 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) S 7855 7858 5532 0 -1 1077944384 11728 12961 0 0 231 4 4 3 20 0 15 0 473241166 11107315712 479638 33554432000 4194304 4196468 140721339152032 140197881752432 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10846988 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 479638 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10846988 memory=53092 CPUtime=1.4 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1664 12961 0 0 58 75 4 3 20 0 15 0 473241166 11107315712 479638 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 2440.94 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1918552 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.31 1.39 3/229 8558
/proc/meminfo: memFree=3201760/32770624 swapFree=67001732/67108860
[pid=7858] ppid=7855 vsize=10846988 memory=1920664 CPUtime=2502.12 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 319649 12961 0 0 249834 371 4 3 20 0 15 0 473241151 11107315712 480166 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2711747 480166 3639 1 0 2673805 0
[pid=7858/tid=7911] ppid=7855 vsize=10846988 memory=1920664 CPUtime=2419.41 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) S 7855 7858 5532 0 -1 1077944384 110284 12961 0 0 241850 84 4 3 20 0 15 0 473241160 11107315712 480166 33554432000 4194304 4196468 140721339152032 140198330076480 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10846988 memory=1918548 CPUtime=14.05 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) R 7855 7858 5532 0 -1 1077944384 31045 12961 0 0 1351 47 4 3 20 0 15 0 473241161 11107315712 480166 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10846988 memory=1918596 CPUtime=13.99 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) R 7855 7858 5532 0 -1 4202560 28505 12961 0 0 1348 44 4 3 20 0 15 0 473241161 11107315712 480166 33554432000 4194304 4196468 140721339152032 140198277303056 140198358252950 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10846988 memory=1918612 CPUtime=14.02 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) R 7855 7858 5532 0 -1 4202560 32599 12961 0 0 1349 46 4 3 20 0 15 0 473241161 11107315712 480166 33554432000 4194304 4196468 140721339152032 140198276250768 140198358252950 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10846988 memory=1918612 CPUtime=13.99 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) R 7855 7858 5532 0 -1 4202560 32748 12961 0 0 1346 46 4 3 20 0 15 0 473241161 11107315712 480166 33554432000 4194304 4196468 140721339152032 140198275197968 140198337435501 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10846988 memory=1918612 CPUtime=7.21 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 28648 12961 0 0 660 54 4 3 20 0 15 0 473241162 11107315712 480166 33554432000 4194304 4196468 140721339152032 140197884908192 140198358251221 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10846988 memory=1918612 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 19 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 480166 33554432000 4194304 4196468 140721339152032 140197329101664 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10846988 memory=1918616 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 11 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 480166 33554432000 4194304 4196468 140721339152032 140197127775360 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10846988 memory=1920664 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 480166 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10846988 memory=1920664 CPUtime=8.15 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 22480 12961 0 0 804 4 4 3 20 0 15 0 473241166 11107315712 480166 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10846988 memory=1920664 CPUtime=7.97 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 17673 12961 0 0 788 2 4 3 20 0 15 0 473241166 11107315712 480166 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10846988 memory=1920664 CPUtime=2.42 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) S 7855 7858 5532 0 -1 1077944384 11732 12961 0 0 231 4 4 3 20 0 15 0 473241166 11107315712 480166 33554432000 4194304 4196468 140721339152032 140197881752432 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10846988 memory=1920664 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 480166 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10846988 memory=1920664 CPUtime=1.44 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1696 12961 0 0 60 77 4 3 20 0 15 0 473241166 11107315712 480166 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 2502.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1920664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.9 s]
/proc/loadavg: 1.30 1.32 1.39 3/229 8561
/proc/meminfo: memFree=3201584/32770624 swapFree=67001732/67108860
[pid=7858] ppid=7855 vsize=10846988 memory=1920680 CPUtime=2520.07 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 320803 12961 0 0 251627 373 4 3 20 0 15 0 473241151 11107315712 480170 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2711747 480170 3639 1 0 2673805 0
[pid=7858/tid=7911] ppid=7855 vsize=10846988 memory=1920680 CPUtime=2436.82 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 110700 12961 0 0 243591 84 4 3 20 0 15 0 473241160 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198330076064 140197963672498 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.16 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 31139 12961 0 0 1362 47 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.11 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 28690 12961 0 0 1359 45 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.13 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 32661 12961 0 0 1360 46 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.11 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 32924 12961 0 0 1357 47 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10846988 memory=1920680 CPUtime=7.27 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 28847 12961 0 0 666 54 4 3 20 0 15 0 473241162 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10846988 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 19 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197329101664 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10846988 memory=1920680 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 11 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197127775360 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10846988 memory=1920680 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10846988 memory=139776489904952 CPUtime=8.15 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 22482 12961 0 0 804 4 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10846988 memory=279552979904160 CPUtime=7.97 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 17675 12961 0 0 788 2 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10846988 memory=1920680 CPUtime=2.42 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) S 7855 7858 5532 0 -1 1077944384 11734 12961 0 0 231 4 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197881752432 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10846988 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10846988 memory=8112282956445269571 CPUtime=1.44 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1712 12961 0 0 60 77 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1920680 KiB

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

[startup+2459.95 s]
# the end of solver process 7858 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.34 s, system=3.78135 s

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

[startup+2459.9 s]
/proc/loadavg: 1.30 1.32 1.39 3/229 8561
/proc/meminfo: memFree=3201584/32770624 swapFree=67001732/67108860
[pid=7858] ppid=7855 vsize=10846988 memory=1920680 CPUtime=2520.07 cores=1,3,5,7
/proc/7858/stat : 7858 (java) S 7855 7858 5532 0 -1 1077944320 320803 12961 0 0 251627 373 4 3 20 0 15 0 473241151 11107315712 480170 33554432000 4194304 4196468 140721339152032 140721339134576 140198358241015 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
/proc/7858/statm: 2711747 480170 3639 1 0 2673805 0
[pid=7858/tid=7911] ppid=7855 vsize=10846988 memory=1920680 CPUtime=2436.82 cores=1,3,5,7
/proc/7858/task/7911/stat : 7911 (java) R 7855 7858 5532 0 -1 4202560 110700 12961 0 0 243591 84 4 3 20 0 15 0 473241160 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198330076064 140197963672498 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7912] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.16 cores=1,3,5,7
/proc/7858/task/7912/stat : 7912 (java) S 7855 7858 5532 0 -1 1077944384 31139 12961 0 0 1362 47 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198362483600 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7913] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.11 cores=1,3,5,7
/proc/7858/task/7913/stat : 7913 (java) S 7855 7858 5532 0 -1 1077944384 28690 12961 0 0 1359 45 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198277303056 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7914] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.13 cores=1,3,5,7
/proc/7858/task/7914/stat : 7914 (java) S 7855 7858 5532 0 -1 1077944384 32661 12961 0 0 1360 46 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198276250768 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7915] ppid=7855 vsize=10846988 memory=1920680 CPUtime=14.11 cores=1,3,5,7
/proc/7858/task/7915/stat : 7915 (java) S 7855 7858 5532 0 -1 1077944384 32924 12961 0 0 1357 47 4 3 20 0 15 0 473241161 11107315712 480170 33554432000 4194304 4196468 140721339152032 140198275197968 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7916] ppid=7855 vsize=10846988 memory=1920680 CPUtime=7.27 cores=1,3,5,7
/proc/7858/task/7916/stat : 7916 (java) S 7855 7858 5532 0 -1 1077944384 28847 12961 0 0 666 54 4 3 20 0 15 0 473241162 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197884909680 140198358252162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7917] ppid=7855 vsize=10846988 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7917/stat : 7917 (java) S 7855 7858 5532 0 -1 1077944384 19 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197329101664 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7918] ppid=7855 vsize=10846988 memory=1920680 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7918/stat : 7918 (java) S 7855 7858 5532 0 -1 1077944384 11 12961 0 0 0 0 4 3 20 0 15 0 473241163 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197127775360 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7919] ppid=7855 vsize=10846988 memory=1920680 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7919/stat : 7919 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140196887484496 140198358259611 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7920] ppid=7855 vsize=10846988 memory=139776489904952 CPUtime=8.15 cores=1,3,5,7
/proc/7858/task/7920/stat : 7920 (java) S 7855 7858 5532 0 -1 1077944384 22482 12961 0 0 804 4 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197883857520 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7921] ppid=7855 vsize=10846988 memory=279552979904160 CPUtime=7.97 cores=1,3,5,7
/proc/7858/task/7921/stat : 7921 (java) S 7855 7858 5532 0 -1 1077944384 17675 12961 0 0 788 2 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197882804720 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7922] ppid=7855 vsize=10846988 memory=1920680 CPUtime=2.42 cores=1,3,5,7
/proc/7858/task/7922/stat : 7922 (java) S 7855 7858 5532 0 -1 1077944384 11734 12961 0 0 231 4 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197881752432 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7923] ppid=7855 vsize=10846988 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/7858/task/7923/stat : 7923 (java) S 7855 7858 5532 0 -1 1077944384 3 12961 0 0 0 0 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140196853926880 140198358251221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
[pid=7858/tid=7924] ppid=7855 vsize=10846988 memory=8112282956445269571 CPUtime=1.44 cores=1,3,5,7
/proc/7858/task/7924/stat : 7924 (java) S 7855 7858 5532 0 -1 1077944384 1712 12961 0 0 60 77 4 3 20 0 15 0 473241166 11107315712 480170 33554432000 4194304 4196468 140721339152032 140197880699312 140198358252162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12685312 140721339161188 140721339163829 140721339163829 140721339166671 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1920680 KiB

Child status: 143
Real time (s): 2459.95
CPU time (s): 2520.12
CPU user time (s): 2516.34
CPU system time (s): 3.78135
CPU usage (%): 102.446
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 2844072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.34
system time used= 3.78135
maximum resident set size= 2845112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 334612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 201960
involuntary context switches= 6058


# summary of solver processes directly reported to runsolver:
#   pid: 7858
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.34
#   total CPU system time (s): 3.78135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3101 second user time and 20.7785 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 11:53:51
IDJOB=4402548
IDBENCH=126429
IDSOLVER=2861
FILE ID=node146/4402548-1568973272
RUNJOBID= node146-1568967595-5564
PBS_JOBID= 21704614
Free space on /var/tmp= 13440 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-9-8-4-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402548-1568973272/watcher-4402548-1568973272 -o /var/tmp/evaluation-result-4402548-1568973272/solver-4402548-1568973272 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node146-1568967595-5564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=828317043 HOME/instance-4402548-1568973272.xml

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

MD5SUM BENCH= bd9ca51d6afa7a7de86d4bfb05f523c8
RANDOM SEED=828317043

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:         2680116 kB
MemAvailable:   29030188 kB
Buffers:          138804 kB
Cached:         26137948 kB
SwapCached:         3836 kB
Active:         15799892 kB
Inactive:       13302660 kB
Active(anon):    2794448 kB
Inactive(anon):    78260 kB
Active(file):   13005444 kB
Inactive(file): 13224400 kB
Unevictable:      111164 kB
Mlocked:          111164 kB
SwapTotal:      67108860 kB
SwapFree:       67001720 kB
Dirty:             35828 kB
Writeback:             0 kB
AnonPages:       2952636 kB
Mapped:            64900 kB
Shmem:             38808 kB
Slab:             577592 kB
SReclaimable:     548688 kB
SUnreclaim:        28904 kB
KernelStack:        4016 kB
PageTables:        11460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3832476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2414592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13436 MiB
End job on node146 at 2019-09-20 12:34:51