Trace number 4396496

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)105 2400.07 2352.15

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-12.xml
MD5SUMdba33b05662b19bf60999f99ad872bed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark42.8643
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size32
Distribution of domain sizes[{"size":15,"count":15},{"size":32,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
7.59/3.36	o 172
7.92/3.43	o 170
9.20/3.82	o 169
9.20/3.83	o 166
9.52/3.90	o 154
9.52/3.91	o 151
9.87/4.10	o 148
10.18/4.17	o 147
11.95/4.70	o 144
11.95/4.79	o 139
11.95/4.79	o 132
11.95/4.79	o 128
12.11/4.83	o 126
12.11/4.84	o 125
14.53/6.03	o 121
14.53/6.03	o 120
15.00/6.32	o 118
15.00/6.33	o 108
15.00/6.33	o 105
2400.04/2352.11	Exception in thread "main" java.util.concurrent.TimeoutException
2400.04/2352.11		at concrete.MAC.mac(MAC.scala:192)
2400.04/2352.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2352.11		at scala.util.Try$.apply(Try.scala:212)
2400.04/2352.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2352.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2352.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2352.11		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2352.11		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2352.11		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2352.11		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2352.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2352.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2352.11		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2352.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2352.11		at scala.util.Success.map(Try.scala:264)
2400.04/2352.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2352.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2352.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2352.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2352.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2352.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2352.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2352.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2352.11		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2352.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2352.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2352.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2352.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2352.11		at scala.App.main(App.scala:75)
2400.04/2352.11		at scala.App.main$(App.scala:73)
2400.04/2352.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2352.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2352.12	v <instantiation
2400.04/2352.12	v         cost = '105'>
2400.04/2352.12	v       <list>
2400.04/2352.12	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14]
2400.04/2352.12	v       </list>
2400.04/2352.12	v       <values>
2400.04/2352.12	v         8 11 9 6 0 5 4 2 1 3 7 12 13 14 10 10 2 9 10 17 5 6 4 5 6 15 4 1 8 3
2400.04/2352.12	v       </values>
2400.04/2352.12	v     </instantiation>
2400.04/2352.12	s SATISFIABLE

Verifier Data

OK	105

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 (11267 MiB free)
  memory of node 1: 16384 MiB (14422 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396496-1568404614/watcher-4396496-1568404614 -o /tmp/evaluation-result-4396496-1568404614/solver-4396496-1568404614 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=878262884 HOME/instance-4396496-1568404614.xml 

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

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


[startup+0.101084 s]*
/proc/loadavg: 1.59 1.38 1.35 3/218 9684
/proc/meminfo: memFree=26299464/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=9972712 memory=17076 CPUtime=0.1 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 4523 13385 0 0 1 1 5 3 20 0 6 0 416375232 10212057088 4269 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2493178 4269 1935 1 0 2481616 0
[pid=9627/tid=9680] ppid=9624 vsize=9972712 memory=-8530506832973971393 CPUtime=0.09 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 2333 13385 0 0 1 0 5 3 20 0 6 0 416375241 10212057088 4269 33554432000 4194304 4196468 140722786602960 139752694837840 139752723023005 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 2 13385 0 0 0 0 5 3 20 0 6 0 416375242 10212057088 4335 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=9972712 memory=139689640502912 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 6 0 416375242 10212057088 4335 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 6 0 416375242 10212057088 4335 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 6 0 416375242 10212057088 4335 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210683 s]*
/proc/loadavg: 1.59 1.38 1.35 3/227 9693
/proc/meminfo: memFree=26282588/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=10819664 memory=36892 CPUtime=0.26 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 7142 13385 0 0 17 1 5 3 20 0 15 0 416375232 11079335936 9223 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2704916 9223 3148 1 0 2667149 0
[pid=9627/tid=9680] ppid=9624 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 3624 13385 0 0 11 1 5 3 20 0 15 0 416375241 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752694818192 139752723023005 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10819664 memory=339 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 2 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10819664 memory=139689640512561 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10819664 memory=139689640502912 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 2 13385 0 0 0 0 5 3 20 0 15 0 416375243 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 33 13385 0 0 0 0 5 3 20 0 15 0 416375244 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752181269408 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375244 11079335936 9223 33554432000 4194304 4196468 140722786602960 139751592027120 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11079335936 9223 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) S 9624 9627 3758 0 -1 1077944384 576 13385 0 0 1 0 5 3 20 0 15 0 416375247 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752147712496 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) S 9624 9627 3758 0 -1 1077944384 60 13385 0 0 0 0 5 3 20 0 15 0 416375247 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752146659952 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10819664 memory=139689640502912 CPUtime=0.11 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) R 9624 9627 3758 0 -1 4202560 632 13385 0 0 3 0 5 3 20 0 15 0 416375247 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752145607408 139752723022426 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11079335936 9223 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10819664 memory=139689640502912 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375247 11079335936 9223 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 36892 KiB

[startup+0.310685 s]*
/proc/loadavg: 1.63 1.39 1.36 3/227 9693
/proc/meminfo: memFree=26270404/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=10820148 memory=48272 CPUtime=0.4 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 10831 13385 0 0 29 3 5 3 20 0 15 0 416375232 11079831552 12068 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2705037 12068 3305 1 0 2667149 0
[pid=9627/tid=9680] ppid=9624 vsize=10820148 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 7292 13385 0 0 19 2 5 3 20 0 15 0 416375241 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752694807184 139752707081566 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 2 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 2 13385 0 0 0 0 5 3 20 0 15 0 416375243 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 33 13385 0 0 0 0 5 3 20 0 15 0 416375244 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752181269408 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375244 11079831552 12068 33554432000 4194304 4196468 140722786602960 139751592027120 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11079831552 12068 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) S 9624 9627 3758 0 -1 1077944384 577 13385 0 0 2 0 5 3 20 0 15 0 416375247 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752147712496 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) S 9624 9627 3758 0 -1 1077944384 69 13385 0 0 1 0 5 3 20 0 15 0 416375247 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752146659952 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10820148 memory=139689640502912 CPUtime=0.13 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) S 9624 9627 3758 0 -1 1077944384 641 13385 0 0 5 0 5 3 20 0 15 0 416375247 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752145607408 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11079831552 12068 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10820148 memory=139689640502912 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375247 11079831552 12068 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48272 KiB

[startup+0.701651 s]
/proc/loadavg: 1.63 1.39 1.36 4/227 9693
/proc/meminfo: memFree=26255156/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=10824360 memory=81532 CPUtime=1.13 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 15123 13385 0 0 100 5 5 3 20 0 15 0 416375232 11084144640 20383 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2706090 20383 3500 1 0 2668173 0
[pid=9627/tid=9680] ppid=9624 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 10340 13385 0 0 54 4 5 3 20 0 15 0 416375241 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752694816992 139752646053716 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 2 13385 0 0 0 0 5 3 20 0 15 0 416375242 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10824360 memory=32804 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375242 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 6 13385 0 0 0 0 5 3 20 0 15 0 416375243 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10824360 memory=139689516479184 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 33 13385 0 0 0 0 5 3 20 0 15 0 416375244 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752181269408 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10824360 memory=139693811302989 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375244 11084144640 20383 33554432000 4194304 4196468 140722786602960 139751592027120 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10824360 memory=1096 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11084144640 20383 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10824360 memory=7089886620845893184 CPUtime=0.2 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) R 9624 9627 3758 0 -1 4202560 1077 13385 0 0 12 0 5 3 20 0 15 0 416375247 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752147712496 139752700986064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10824360 memory=7739276948478389095 CPUtime=0.23 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) S 9624 9627 3758 0 -1 1077944384 629 13385 0 0 15 0 5 3 20 0 15 0 416375247 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752146659952 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10824360 memory=6148935659200796009 CPUtime=0.25 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) S 9624 9627 3758 0 -1 1077944384 819 13385 0 0 17 0 5 3 20 0 15 0 416375247 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752145607408 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10824360 memory=3512 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11084144640 20383 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10824360 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375247 11084144640 20383 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81532 KiB

[startup+1.50076 s]
/proc/loadavg: 1.63 1.39 1.36 4/227 9693
/proc/meminfo: memFree=26210860/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=10834676 memory=169352 CPUtime=2.44 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 22097 13385 0 0 226 10 5 3 20 0 15 0 416375232 11094708224 42338 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2708669 42338 3581 1 0 2670733 0
[pid=9627/tid=9680] ppid=9624 vsize=10834676 memory=9174 CPUtime=1.43 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 15160 13385 0 0 129 6 5 3 20 0 15 0 416375241 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752694813824 139752283267239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10834676 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 467 13385 0 0 1 0 5 3 20 0 15 0 416375242 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 36 13385 0 0 0 0 5 3 20 0 15 0 416375242 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10834676 memory=1751 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 73 13385 0 0 0 0 5 3 20 0 15 0 416375242 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10834676 memory=81532 CPUtime=0.09 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 94 13385 0 0 1 0 5 3 20 0 15 0 416375242 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 172 13385 0 0 1 0 5 3 20 0 15 0 416375243 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10834676 memory=279379032900080 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 34 13385 0 0 0 0 5 3 20 0 15 0 416375244 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752181269472 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10834676 memory=279379032950880 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 2 13385 0 0 0 0 5 3 20 0 15 0 416375244 11094708224 42338 33554432000 4194304 4196468 140722786602960 139751592027120 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11094708224 42338 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10834676 memory=6935649255759568960 CPUtime=0.32 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) S 9624 9627 3758 0 -1 1077944384 1366 13385 0 0 24 0 5 3 20 0 15 0 416375247 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752147712496 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10834676 memory=279379033234304 CPUtime=0.34 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) R 9624 9627 3758 0 -1 4202560 884 13385 0 0 26 0 5 3 20 0 15 0 416375247 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752146649216 139752715290545 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10834676 memory=6944656425123290226 CPUtime=0.48 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) R 9624 9627 3758 0 -1 4202560 1597 13385 0 0 40 0 5 3 20 0 15 0 416375247 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752145607408 139752702715894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10834676 memory=-7233780906022716832 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11094708224 42338 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10834676 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1 13385 0 0 0 0 5 3 20 0 15 0 416375247 11094708224 42338 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 69145 13385 0 0 223631 46 5 3 20 0 15 0 416375241 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752694833952 139752294458018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10849044 memory=847532 CPUtime=11.89 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 16284 13385 0 0 1127 54 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10849044 memory=1368 CPUtime=11.9 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 17749 13385 0 0 1123 59 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10849044 memory=847532 CPUtime=11.87 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 16126 13385 0 0 1120 59 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10849044 memory=847532 CPUtime=11.88 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 13158 13385 0 0 1129 51 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10849044 memory=847532 CPUtime=10.5 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 14804 13385 0 0 988 54 5 3 20 0 15 0 416375243 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 45 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752181269472 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 11 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 211883 33554432000 4194304 4196468 140722786602960 139751592027136 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10849044 memory=847532 CPUtime=4.67 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) S 9624 9627 3758 0 -1 1077944384 19670 13385 0 0 455 4 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752147712496 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10849044 memory=847532 CPUtime=4.72 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) S 9624 9627 3758 0 -1 1077944384 31913 13385 0 0 459 5 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752146659952 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10849044 memory=0 CPUtime=3.8 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) S 9624 9627 3758 0 -1 1077944384 31499 13385 0 0 365 7 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752145607408 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10849044 memory=847532 CPUtime=1.36 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1444 13385 0 0 56 72 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 2308.82 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 847532 KiB

[startup+2322.3 s]
/proc/loadavg: 1.31 1.34 1.37 3/227 10060
/proc/meminfo: memFree=25486284/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=10849044 memory=847532 CPUtime=2369.78 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 235058 13385 0 0 236617 353 5 3 20 0 15 0 416375232 11109421056 211883 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2712261 211883 3630 1 0 2674317 0
[pid=9627/tid=9680] ppid=9624 vsize=10849044 memory=847532 CPUtime=2296.16 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 69692 13385 0 0 229560 48 5 3 20 0 15 0 416375241 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752694835424 139752294455581 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.22 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 16355 13385 0 0 1158 56 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.23 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 17791 13385 0 0 1154 61 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.2 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 16215 13385 0 0 1152 60 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.22 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 13191 13385 0 0 1160 54 5 3 20 0 15 0 416375242 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10849044 memory=847532 CPUtime=10.78 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 14999 13385 0 0 1015 55 5 3 20 0 15 0 416375243 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 45 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752181269472 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 11 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 211883 33554432000 4194304 4196468 140722786602960 139751592027136 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10849044 memory=847532 CPUtime=4.67 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) S 9624 9627 3758 0 -1 1077944384 19672 13385 0 0 455 4 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752147712496 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10849044 memory=847532 CPUtime=4.72 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) S 9624 9627 3758 0 -1 1077944384 31915 13385 0 0 459 5 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752146659952 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10849044 memory=3512 CPUtime=3.8 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) S 9624 9627 3758 0 -1 1077944384 31501 13385 0 0 365 7 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752145607408 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10849044 memory=6100 CPUtime=1.4 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1459 13385 0 0 58 74 5 3 20 0 15 0 416375247 11109421056 211883 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 2369.78 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 847532 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352.11 s]
/proc/loadavg: 1.20 1.31 1.35 3/227 10062
/proc/meminfo: memFree=25490280/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=10849044 memory=849580 CPUtime=2400.04 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 236229 13385 0 0 239637 359 5 3 20 0 15 0 416375232 11109421056 212395 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2712261 212395 3630 1 0 2674317 0
[pid=9627/tid=9680] ppid=9624 vsize=10849044 memory=849580 CPUtime=2325.64 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 70165 13385 0 0 232508 48 5 3 20 0 15 0 416375241 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752694837216 139752291714856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10849044 memory=849580 CPUtime=12.38 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 16426 13385 0 0 1173 57 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10849044 memory=849580 CPUtime=12.38 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 17838 13385 0 0 1169 61 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.35 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 16518 13385 0 0 1166 61 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.37 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 13238 13385 0 0 1174 55 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10849044 memory=847532 CPUtime=10.91 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 15208 13385 0 0 1026 57 5 3 20 0 15 0 416375243 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 45 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752181269472 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10849044 memory=849580 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 11 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 212395 33554432000 4194304 4196468 140722786602960 139751592027136 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10849044 memory=849580 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10849044 memory=847532 CPUtime=4.67 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) S 9624 9627 3758 0 -1 1077944384 19674 13385 0 0 455 4 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752147712496 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10849044 memory=849580 CPUtime=4.72 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) S 9624 9627 3758 0 -1 1077944384 31917 13385 0 0 459 5 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752146659952 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10849044 memory=849580 CPUtime=3.8 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) S 9624 9627 3758 0 -1 1077944384 31503 13385 0 0 365 7 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752145607408 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10849044 memory=849580 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10849044 memory=849580 CPUtime=1.42 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1474 13385 0 0 59 75 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 849580 KiB

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

[startup+2352.15 s]
# the end of solver process 9627 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.44 s, system=3.63669 s

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

[startup+2352.11 s]
/proc/loadavg: 1.20 1.31 1.35 3/227 10062
/proc/meminfo: memFree=25490280/32770624 swapFree=66957012/67108860
[pid=9627] ppid=9624 vsize=10849044 memory=849580 CPUtime=2400.04 cores=1,3,5,7
/proc/9627/stat : 9627 (java) S 9624 9627 3758 0 -1 1077944320 236229 13385 0 0 239637 359 5 3 20 0 15 0 416375232 11109421056 212395 33554432000 4194304 4196468 140722786602960 140722786585504 139752723001079 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
/proc/9627/statm: 2712261 212395 3630 1 0 2674317 0
[pid=9627/tid=9680] ppid=9624 vsize=10849044 memory=849580 CPUtime=2325.64 cores=1,3,5,7
/proc/9627/task/9680/stat : 9680 (java) R 9624 9627 3758 0 -1 4202560 70165 13385 0 0 232508 48 5 3 20 0 15 0 416375241 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752694837216 139752291714856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9681] ppid=9624 vsize=10849044 memory=849580 CPUtime=12.38 cores=1,3,5,7
/proc/9627/task/9681/stat : 9681 (java) S 9624 9627 3758 0 -1 1077944384 16426 13385 0 0 1173 57 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752727243536 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9682] ppid=9624 vsize=10849044 memory=849580 CPUtime=12.38 cores=1,3,5,7
/proc/9627/task/9682/stat : 9682 (java) S 9624 9627 3758 0 -1 1077944384 17838 13385 0 0 1169 61 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752615517072 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9683] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.35 cores=1,3,5,7
/proc/9627/task/9683/stat : 9683 (java) S 9624 9627 3758 0 -1 1077944384 16518 13385 0 0 1166 61 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752614464528 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9684] ppid=9624 vsize=10849044 memory=847532 CPUtime=12.37 cores=1,3,5,7
/proc/9627/task/9684/stat : 9684 (java) S 9624 9627 3758 0 -1 1077944384 13238 13385 0 0 1174 55 5 3 20 0 15 0 416375242 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752613411984 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9685] ppid=9624 vsize=10849044 memory=847532 CPUtime=10.91 cores=1,3,5,7
/proc/9627/task/9685/stat : 9685 (java) S 9624 9627 3758 0 -1 1077944384 15208 13385 0 0 1026 57 5 3 20 0 15 0 416375243 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752182323184 139752723012226 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9686] ppid=9624 vsize=10849044 memory=847532 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9686/stat : 9686 (java) S 9624 9627 3758 0 -1 1077944384 45 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752181269472 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9687] ppid=9624 vsize=10849044 memory=849580 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9687/stat : 9687 (java) S 9624 9627 3758 0 -1 1077944384 11 13385 0 0 0 0 5 3 20 0 15 0 416375244 11109421056 212395 33554432000 4194304 4196468 140722786602960 139751592027136 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9688] ppid=9624 vsize=10849044 memory=849580 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9688/stat : 9688 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139751284627664 139752723019675 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9689] ppid=9624 vsize=10849044 memory=847532 CPUtime=4.67 cores=1,3,5,7
/proc/9627/task/9689/stat : 9689 (java) S 9624 9627 3758 0 -1 1077944384 19674 13385 0 0 455 4 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752147712496 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9690] ppid=9624 vsize=10849044 memory=849580 CPUtime=4.72 cores=1,3,5,7
/proc/9627/task/9690/stat : 9690 (java) S 9624 9627 3758 0 -1 1077944384 31917 13385 0 0 459 5 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752146659952 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9691] ppid=9624 vsize=10849044 memory=849580 CPUtime=3.8 cores=1,3,5,7
/proc/9627/task/9691/stat : 9691 (java) S 9624 9627 3758 0 -1 1077944384 31503 13385 0 0 365 7 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752145607408 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9692] ppid=9624 vsize=10849044 memory=849580 CPUtime=0.08 cores=1,3,5,7
/proc/9627/task/9692/stat : 9692 (java) S 9624 9627 3758 0 -1 1077944384 3 13385 0 0 0 0 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139751251070048 139752723011285 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
[pid=9627/tid=9693] ppid=9624 vsize=10849044 memory=849580 CPUtime=1.42 cores=1,3,5,7
/proc/9627/task/9693/stat : 9693 (java) S 9624 9627 3758 0 -1 1077944384 1474 13385 0 0 59 75 5 3 20 0 15 0 416375247 11109421056 212395 33554432000 4194304 4196468 140722786602960 139752144554288 139752723012226 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33632256 140722786605808 140722786608325 140722786608325 140722786611151 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 849580 KiB

Child status: 143
Real time (s): 2352.15
CPU time (s): 2400.07
CPU user time (s): 2396.44
CPU system time (s): 3.63669
CPU usage (%): 102.038
Max. virtual memory (cumulated for all children) (KiB): 10851988
Max. memory (cumulated for all children) (KiB): 849580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.44
system time used= 3.63669
maximum resident set size= 853808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250558
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290858
involuntary context switches= 7775


# summary of solver processes directly reported to runsolver:
#   pid: 9627
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2396.44
#   total CPU system time (s): 3.63669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.4745 second user time and 22.4577 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 21:56:10
IDJOB=4396496
IDBENCH=135746
IDSOLVER=2847
FILE ID=node147/4396496-1568404614
RUNJOBID= node147-1568394074-6200
PBS_JOBID= 21701856
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396496-1568404614/watcher-4396496-1568404614 -o /tmp/evaluation-result-4396496-1568404614/solver-4396496-1568404614 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=878262884 HOME/instance-4396496-1568404614.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=878262884

node147.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.52
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.52
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.52
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.52
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:        26306952 kB
MemAvailable:   31302320 kB
Buffers:          177156 kB
Cached:          5046272 kB
SwapCached:        48500 kB
Active:          2582396 kB
Inactive:        3203040 kB
Active(anon):     514576 kB
Inactive(anon):    89344 kB
Active(file):    2067820 kB
Inactive(file):  3113696 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             35428 kB
Writeback:             0 kB
AnonPages:        638344 kB
Mapped:            58212 kB
Shmem:             32768 kB
Slab:             271604 kB
SReclaimable:     242312 kB
SUnreclaim:        29292 kB
KernelStack:        3984 kB
PageTables:         6824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1769544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    552960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58808 MiB
End job on node147 at 2019-09-13 22:35:23