Trace number 4302690

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.9.2-SuperNGSAT (TO)104 252.126 239.043

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark252.109
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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.99/0.74	c Concrete v3.9.2.1532736233296 running
7.35/3.78	o 239
7.59/3.80	o 204
7.92/3.99	o 202
7.92/3.99	o 201
7.92/3.99	o 200
7.92/3.99	o 194
7.92/4.00	o 186
8.33/4.02	o 181
8.33/4.03	o 175
8.33/4.05	o 174
8.33/4.07	o 170
8.94/4.22	o 168
8.94/4.23	o 163
9.58/4.49	o 149
10.97/5.03	o 143
11.22/5.26	o 138
11.35/5.39	o 132
11.52/5.40	o 131
11.89/5.66	o 112
11.89/5.69	o 111
17.71/10.50	o 109
17.86/10.50	o 108
18.75/11.19	o 105
19.24/11.48	o 104
252.09/239.01	Exception in thread "main" java.util.concurrent.TimeoutException
252.09/239.01		at concrete.MAC.mac(MAC.scala:188)
252.09/239.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.09/239.01		at scala.util.Try$.apply(Try.scala:209)
252.09/239.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.09/239.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.09/239.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.09/239.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.09/239.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.09/239.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.09/239.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.09/239.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.09/239.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.09/239.01		at concrete.MAC.oneRun(MAC.scala:253)
252.09/239.01		at concrete.MAC.nextSolution(MAC.scala:272)
252.09/239.01		at concrete.MAC.nextSolution(MAC.scala:355)
252.09/239.01		at concrete.Solver.hasNext(Solver.scala:166)
252.09/239.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.09/239.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.09/239.01		at concrete.Solver.foreach(Solver.scala:68)
252.09/239.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.09/239.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.09/239.01		at scala.util.Success.map(Try.scala:209)
252.09/239.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.09/239.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.09/239.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.09/239.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.09/239.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.09/239.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.09/239.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.09/239.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.09/239.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.09/239.01		at scala.collection.immutable.List.foreach(List.scala:389)
252.09/239.01		at scala.App.main(App.scala:76)
252.09/239.01		at scala.App.main$(App.scala:74)
252.09/239.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.09/239.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.09/239.02	v <instantiation cost="104">
252.09/239.02	v       <list>
252.09/239.02	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] c[15] c[16] c[17] c[18] c[19] 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] d[15] d[16] d[17] d[18] d[19]
252.09/239.02	v       </list>
252.09/239.02	v       <values>
252.09/239.02	v         17 16 14 13 15 7 4 1 0 2 3 5 6 8 10 12 9 11 18 19 4 3 1 1 9 8 4 7 2 2 4 6 8 4 6 7 5 7 12 4
252.09/239.02	v       </values>
252.09/239.02	v     </instantiation>
252.09/239.02	s SATISFIABLE

Verifier Data

OK	104

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302690-1532898816/watcher-4302690-1532898816 -o /tmp/evaluation-result-4302690-1532898816/solver-4302690-1532898816 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2093118555 -superng HOME/instance-4302690-1532898816.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=4588, runsolver pid=4585

[startup+0.100126 s]*
/proc/loadavg: 1.75 1.80 1.79 3/211 4645
/proc/meminfo: memFree=27446840/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=10005480 memory=16552 CPUtime=0.1 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 4296 13191 0 0 1 1 5 3 20 0 6 0 107444864 10245611520 4138 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2501370 4138 1933 1 0 2489808 0
[pid=4588/tid=4641] ppid=4585 vsize=10005480 memory=-8171376296011865461 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 2177 13191 0 0 0 0 5 3 20 0 6 0 107444873 10245611520 4204 33554432000 4194304 4196468 140735790992768 139665069683280 139665097868445 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=10005480 memory=5792869726567804975 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 6 0 107444874 10245611520 4204 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=10005480 memory=139903866263168 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 6 0 107444874 10245611520 4204 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 6 0 107444874 10245611520 4204 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 6 0 107444874 10245611520 4204 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16552 KiB

[startup+0.21017 s]*
/proc/loadavg: 1.75 1.80 1.79 4/220 4654
/proc/meminfo: memFree=27422536/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=10982696 memory=44652 CPUtime=0.27 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 8499 13191 0 0 16 3 5 3 20 0 15 0 107444864 11246280704 11163 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2745674 11163 2963 1 0 2708109 0
[pid=4588/tid=4641] ppid=4585 vsize=10982696 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 5025 13191 0 0 10 1 5 3 20 0 15 0 107444873 11246280704 11163 33554432000 4194304 4196468 140735790992768 139665069644176 139665079410048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=10982696 memory=288292155783643159 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246280704 11163 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=10982696 memory=288370280017974912 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444875 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 13 13191 0 0 0 0 5 3 20 0 15 0 107444876 11246280704 11163 33554432000 4194304 4196468 140735790992768 139663947851296 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=10982696 memory=139903866263168 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444876 11246280704 11163 33554432000 4194304 4196468 140735790992768 139663746524528 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246280704 11163 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 353 13191 0 0 1 0 5 3 20 0 15 0 107444879 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=10982696 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 273 13191 0 0 1 0 5 3 20 0 15 0 107444879 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=10982696 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 628 13191 0 0 3 0 5 3 20 0 15 0 107444879 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246280704 11163 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246280704 11163 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44652 KiB

[startup+0.310833 s]*
/proc/loadavg: 1.75 1.80 1.79 3/220 4654
/proc/meminfo: memFree=27412240/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=10983192 memory=55996 CPUtime=0.39 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 10517 13191 0 0 27 4 5 3 20 0 15 0 107444864 11246788608 13999 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2745798 13999 3095 1 0 2708109 0
[pid=4588/tid=4641] ppid=4585 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 7040 13191 0 0 19 2 5 3 20 0 15 0 107444873 11246788608 13999 33554432000 4194304 4196468 140735790992768 139665069658528 139665079410066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 13999 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=10983192 memory=-2843871824456565918 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=10983192 memory=-8412656567334364540 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444875 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 13 13191 0 0 0 0 5 3 20 0 15 0 107444876 11246788608 13999 33554432000 4194304 4196468 140735790992768 139663947851296 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444876 11246788608 13999 33554432000 4194304 4196468 140735790992768 139663746524528 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246788608 13999 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 354 13191 0 0 1 0 5 3 20 0 15 0 107444879 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 273 13191 0 0 1 0 5 3 20 0 15 0 107444879 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 633 13191 0 0 4 0 5 3 20 0 15 0 107444879 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246788608 13999 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246788608 13999 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55996 KiB

[startup+0.700791 s]
/proc/loadavg: 1.75 1.80 1.79 3/220 4654
/proc/meminfo: memFree=27400308/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=10983192 memory=88788 CPUtime=0.99 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 16853 13191 0 0 86 5 5 3 20 0 15 0 107444864 11246788608 22197 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2745798 22197 3237 1 0 2708109 0
[pid=4588/tid=4641] ppid=4585 vsize=10983192 memory=30748 CPUtime=0.67 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 12393 13191 0 0 55 4 5 3 20 0 15 0 107444873 11246788608 22197 33554432000 4194304 4196468 140735790992768 139665069667344 139665079410094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=10983192 memory=279807455661840 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 22197 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=10983192 memory=2494839129857 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=10983192 memory=2524903900929 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=10983192 memory=2550673704705 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444874 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=10983192 memory=2563558606593 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 5 13191 0 0 0 0 5 3 20 0 15 0 107444875 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=10983192 memory=2572148541185 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 13 13191 0 0 0 0 5 3 20 0 15 0 107444876 11246788608 22197 33554432000 4194304 4196468 140735790992768 139663947851296 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=10983192 memory=2632278083329 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444876 11246788608 22197 33554432000 4194304 4196468 140735790992768 139663746524528 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=10983192 memory=19773292 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246788608 22197 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=10983192 memory=-7453528518462155811 CPUtime=0.17 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 970 13191 0 0 9 0 5 3 20 0 15 0 107444879 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=10983192 memory=279807456224832 CPUtime=0.16 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 562 13191 0 0 8 0 5 3 20 0 15 0 107444879 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=10983192 memory=139904264700537 CPUtime=0.21 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 705 13191 0 0 13 0 5 3 20 0 15 0 107444879 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=10983192 memory=142618684031637 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246788608 22197 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=10983192 memory=139904264700814 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444879 11246788608 22197 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88788 KiB

[startup+1.50075 s]
/proc/loadavg: 1.75 1.80 1.79 4/220 4654
/proc/meminfo: memFree=27363104/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=10998092 memory=180052 CPUtime=2.27 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 24011 13191 0 0 209 10 5 3 20 0 15 0 107444864 11262046208 45013 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2749523 45013 3475 1 0 2711181 0
[pid=4588/tid=4641] ppid=4585 vsize=10998092 memory=117 CPUtime=1.43 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 18013 13191 0 0 129 6 5 3 20 0 15 0 107444873 11262046208 45013 33554432000 4194304 4196468 140735790992768 139665069675888 139665083526682 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 25 13191 0 0 1 0 5 3 20 0 15 0 107444874 11262046208 45013 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 15 13191 0 0 1 0 5 3 20 0 15 0 107444874 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 206 13191 0 0 1 0 5 3 20 0 15 0 107444874 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 75 13191 0 0 1 0 5 3 20 0 15 0 107444874 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 52 13191 0 0 1 0 5 3 20 0 15 0 107444875 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 14 13191 0 0 0 0 5 3 20 0 15 0 107444876 11262046208 45013 33554432000 4194304 4196468 140735790992768 139663947851360 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444876 11262046208 45013 33554432000 4194304 4196468 140735790992768 139663746524544 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=10998092 memory=279807455718336 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11262046208 45013 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=10998092 memory=6442213876440394334 CPUtime=0.29 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 1151 13191 0 0 21 0 5 3 20 0 15 0 107444879 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=10998092 memory=7668879647364438381 CPUtime=0.28 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 1014 13191 0 0 20 0 5 3 20 0 15 0 107444879 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=10998092 memory=5938954236139891041 CPUtime=0.39 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 1246 13191 0 0 31 0 5 3 20 0 15 0 107444879 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=10998092 memory=7884508175148540783 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11262046208 45013 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=10998092 memory=7813860159329364333 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 1 13191 0 0 0 0 5 3 20 0 15 0 107444879 11262046208 45013 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 56750 13191 0 0 10173 15 5 3 20 0 15 0 107444873 11345952768 141778 33554432000 4194304 4196468 140735790992768 139665069680848 139664647929552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=11080032 memory=567112 CPUtime=0.21 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 2869 13191 0 0 10 3 5 3 20 0 15 0 107444874 11345952768 141778 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=11080032 memory=567624 CPUtime=0.22 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 791 13191 0 0 11 3 5 3 20 0 15 0 107444874 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=11080032 memory=567112 CPUtime=0.21 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 3428 13191 0 0 11 2 5 3 20 0 15 0 107444874 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=11080032 memory=567112 CPUtime=0.21 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 1083 13191 0 0 11 2 5 3 20 0 15 0 107444874 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=11080032 memory=39951785796692 CPUtime=0.18 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 2418 13191 0 0 10 0 5 3 20 0 15 0 107444875 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=11080032 memory=567112 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 15 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141778 33554432000 4194304 4196468 140735790992768 139663947851424 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=11080032 memory=567624 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141778 33554432000 4194304 4196468 140735790992768 139663746524544 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=11080032 memory=4481 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141778 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=11080032 memory=4420 CPUtime=4.18 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 16374 13191 0 0 408 2 5 3 20 0 15 0 107444879 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=11080032 memory=567624 CPUtime=4.23 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 18667 13191 0 0 412 3 5 3 20 0 15 0 107444879 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=11080032 memory=568140 CPUtime=2.04 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 15028 13191 0 0 193 3 5 3 20 0 15 0 107444879 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=11080032 memory=568652 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141778 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=11080032 memory=574296 CPUtime=0.13 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 163 13191 0 0 3 2 5 3 20 0 15 0 107444879 11345952768 141778 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 112.97 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 567112 KiB

[startup+162.301 s]
/proc/loadavg: 1.39 1.67 1.75 3/219 4656
/proc/meminfo: memFree=27160112/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=11080032 memory=565464 CPUtime=174.06 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 130220 13191 0 0 17353 45 5 3 20 0 15 0 107444864 11345952768 141366 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2770008 141366 3525 1 0 2731661 0
[pid=4588/tid=4641] ppid=4585 vsize=11080032 memory=563416 CPUtime=161.75 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 58268 13191 0 0 16151 16 5 3 20 0 15 0 107444873 11345952768 141366 33554432000 4194304 4196468 140735790992768 139665069677776 139664645055758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=11080032 memory=563416 CPUtime=0.31 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 3053 13191 0 0 19 4 5 3 20 0 15 0 107444874 11345952768 141366 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=11080032 memory=563416 CPUtime=0.31 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 854 13191 0 0 19 4 5 3 20 0 15 0 107444874 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=11080032 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 3498 13191 0 0 20 3 5 3 20 0 15 0 107444874 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=11080032 memory=565464 CPUtime=0.31 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 2719 13191 0 0 20 3 5 3 20 0 15 0 107444874 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=11080032 memory=1844 CPUtime=0.27 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 2713 13191 0 0 18 1 5 3 20 0 15 0 107444875 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=11080032 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 15 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141366 33554432000 4194304 4196468 140735790992768 139663947851424 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=11080032 memory=565464 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141366 33554432000 4194304 4196468 140735790992768 139663746524544 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=11080032 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141366 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=11080032 memory=565464 CPUtime=4.53 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 18078 13191 0 0 443 2 5 3 20 0 15 0 107444879 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=11080032 memory=563416 CPUtime=4.57 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 21995 13191 0 0 445 4 5 3 20 0 15 0 107444879 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=11080032 memory=565464 CPUtime=2.18 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 16630 13191 0 0 206 4 5 3 20 0 15 0 107444879 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=11080032 memory=565464 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141366 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=11080032 memory=563416 CPUtime=0.15 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 197 13191 0 0 4 3 5 3 20 0 15 0 107444879 11345952768 141366 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 174.06 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 565464 KiB

[startup+222.301 s]
/proc/loadavg: 1.61 1.70 1.75 3/218 4787
/proc/meminfo: memFree=25546164/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=11080032 memory=565560 CPUtime=235.09 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 139843 13191 0 0 23452 49 5 3 20 0 15 0 107444864 11345952768 141390 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2770008 141390 3525 1 0 2731661 0
[pid=4588/tid=4641] ppid=4585 vsize=11080032 memory=565560 CPUtime=221.43 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 59336 13191 0 0 22119 16 5 3 20 0 15 0 107444873 11345952768 141390 33554432000 4194304 4196468 140735790992768 139665069680512 139664652521742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=11080032 memory=565560 CPUtime=0.43 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 3106 13191 0 0 31 4 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=11080032 memory=565560 CPUtime=0.43 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 1466 13191 0 0 31 4 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=11080032 memory=565560 CPUtime=0.43 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 4667 13191 0 0 32 3 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=11080032 memory=565560 CPUtime=0.43 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 2892 13191 0 0 32 3 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=11080032 memory=565528 CPUtime=0.38 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 3063 13191 0 0 29 1 5 3 20 0 15 0 107444875 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=11080032 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 15 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663947851424 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=11080032 memory=565560 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663746524544 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=11080032 memory=565560 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=11080032 memory=565560 CPUtime=4.81 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 19852 13191 0 0 470 3 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=11080032 memory=565560 CPUtime=4.86 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 24668 13191 0 0 474 4 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=11080032 memory=4096 CPUtime=2.3 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 18355 13191 0 0 218 4 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=11080032 memory=30748 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=11080032 memory=2396 CPUtime=0.19 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 223 13191 0 0 6 5 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 235.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 565560 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.001 s]*
/proc/loadavg: 1.70 1.71 1.76 3/218 4788
/proc/meminfo: memFree=25247720/32770624 swapFree=67108744/67108860
[pid=4588] ppid=4585 vsize=11080032 memory=565560 CPUtime=252.09 cores=0,2,4,6
/proc/4588/stat : 4588 (java) S 4585 4588 19273 0 -1 1077944320 140021 13191 0 0 25150 51 5 3 20 0 15 0 107444864 11345952768 141390 33554432000 4194304 4196468 140735790992768 140735790975312 139665097846519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
/proc/4588/statm: 2770008 141390 3525 1 0 2731661 0
[pid=4588/tid=4641] ppid=4585 vsize=11080032 memory=6935054825532540783 CPUtime=238.06 cores=0,2,4,6
/proc/4588/task/4641/stat : 4641 (java) R 4585 4588 19273 0 -1 4202560 59385 13191 0 0 23782 16 5 3 20 0 15 0 107444873 11345952768 141390 33554432000 4194304 4196468 140735790992768 139665069678864 139664651571936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4642] ppid=4585 vsize=11080032 memory=4872558044660077418 CPUtime=0.46 cores=0,2,4,6
/proc/4588/task/4642/stat : 4642 (java) S 4585 4588 19273 0 -1 1077944384 3112 13191 0 0 34 4 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139665102088848 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4643] ppid=4585 vsize=11080032 memory=2832 CPUtime=0.46 cores=0,2,4,6
/proc/4588/task/4643/stat : 4643 (java) S 4585 4588 19273 0 -1 1077944384 1467 13191 0 0 34 4 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664956807696 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4644] ppid=4585 vsize=11080032 memory=2463504 CPUtime=0.46 cores=0,2,4,6
/proc/4588/task/4644/stat : 4644 (java) S 4585 4588 19273 0 -1 1077944384 4669 13191 0 0 35 3 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664955754896 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4645] ppid=4585 vsize=11080032 memory=1796 CPUtime=0.47 cores=0,2,4,6
/proc/4588/task/4645/stat : 4645 (java) S 4585 4588 19273 0 -1 1077944384 2895 13191 0 0 36 3 5 3 20 0 15 0 107444874 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664635717904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4646] ppid=4585 vsize=11080032 memory=916 CPUtime=0.42 cores=0,2,4,6
/proc/4588/task/4646/stat : 4646 (java) S 4585 4588 19273 0 -1 1077944384 3066 13191 0 0 32 2 5 3 20 0 15 0 107444875 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664523787120 139665097857666 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4647] ppid=4585 vsize=11080032 memory=3848 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4647/stat : 4647 (java) S 4585 4588 19273 0 -1 1077944384 15 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663947851424 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4648] ppid=4585 vsize=11080032 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4648/stat : 4648 (java) S 4585 4588 19273 0 -1 1077944384 2 13191 0 0 0 0 5 3 20 0 15 0 107444876 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663746524544 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4649] ppid=4585 vsize=11080032 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4649/stat : 4649 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663439124816 139665097865115 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4650] ppid=4585 vsize=11080032 memory=2720 CPUtime=4.89 cores=0,2,4,6
/proc/4588/task/4650/stat : 4650 (java) S 4585 4588 19273 0 -1 1077944384 19865 13191 0 0 478 3 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664522733936 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4651] ppid=4585 vsize=11080032 memory=6935054825532540783 CPUtime=4.94 cores=0,2,4,6
/proc/4588/task/4651/stat : 4651 (java) S 4585 4588 19273 0 -1 1077944384 24686 13191 0 0 482 4 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664521681136 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4652] ppid=4585 vsize=11080032 memory=305 CPUtime=2.34 cores=0,2,4,6
/proc/4588/task/4652/stat : 4652 (java) S 4585 4588 19273 0 -1 1077944384 18437 13191 0 0 222 4 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664520628336 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4653] ppid=4585 vsize=11080032 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/4588/task/4653/stat : 4653 (java) S 4585 4588 19273 0 -1 1077944384 3 13191 0 0 0 0 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139663008327904 139665097856725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
[pid=4588/tid=4654] ppid=4585 vsize=11080032 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/4588/task/4654/stat : 4654 (java) S 4585 4588 19273 0 -1 1077944384 224 13191 0 0 6 6 5 3 20 0 15 0 107444879 11345952768 141390 33554432000 4194304 4196468 140735790992768 139664519576752 139665097857666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20054016 140735791000168 140735791002977 140735791002977 140735791005647 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 565560 KiB

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

[startup+239.043 s]
# the end of solver process 4588 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.566 s, system=0.559102 s

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

Child status: 143
Real time (s): 239.043
CPU time (s): 252.126
CPU user time (s): 251.566
CPU system time (s): 0.559102
CPU usage (%): 105.473
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 629620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.566
system time used= 0.559102
maximum resident set size= 631172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154024
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21097
involuntary context switches= 997


# summary of solver processes directly reported to runsolver:
#   pid: 4588
#   total CPU time (s): 252.126
#   total CPU user time (s): 251.566
#   total CPU system time (s): 0.559102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47457 second user time and 2.22391 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 23:13:36
IDJOB=4302690
IDBENCH=141631
IDSOLVER=2777
FILE ID=node134/4302690-1532898816
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302690-1532898816/watcher-4302690-1532898816 -o /tmp/evaluation-result-4302690-1532898816/solver-4302690-1532898816 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2093118555 -superng HOME/instance-4302690-1532898816.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=2093118555

node134.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.68
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.68
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.68
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.68
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:        27452344 kB
MemAvailable:   31106504 kB
Buffers:          211496 kB
Cached:          3712532 kB
SwapCached:            0 kB
Active:          2567932 kB
Inactive:        2270140 kB
Active(anon):     863220 kB
Inactive(anon):    78480 kB
Active(file):    1704712 kB
Inactive(file):  2191660 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26708 kB
Writeback:             0 kB
AnonPages:        970096 kB
Mapped:            58088 kB
Shmem:             25132 kB
Slab:             175792 kB
SReclaimable:     147244 kB
SUnreclaim:        28548 kB
KernelStack:        3872 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2078160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 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= 60908 MiB
End job on node134 at 2018-07-29 23:17:36