Trace number 4302339

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.2SAT (TO)93 252.131 236.736

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-15-30-00_c18.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark249.846
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"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.99/0.74	c Concrete v3.9.2.1532736233296 running
7.13/3.62	o 194
8.50/4.10	o 182
8.50/4.10	o 179
8.50/4.10	o 176
8.50/4.10	o 174
8.50/4.10	o 165
8.50/4.10	o 162
8.50/4.10	o 153
8.50/4.10	o 150
8.50/4.10	o 147
8.50/4.10	o 145
8.50/4.10	o 124
8.50/4.10	o 122
8.50/4.10	o 121
8.84/4.13	o 114
9.12/4.23	o 113
9.12/4.23	o 111
9.12/4.28	o 109
9.12/4.29	o 96
10.18/4.63	o 93
252.07/236.70	Exception in thread "main" java.util.concurrent.TimeoutException
252.07/236.70		at concrete.MAC.mac(MAC.scala:188)
252.07/236.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.07/236.70		at scala.util.Try$.apply(Try.scala:209)
252.07/236.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.07/236.70		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.07/236.70		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.07/236.70		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.07/236.70		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.07/236.70		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.07/236.70		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.07/236.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.07/236.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.07/236.70		at concrete.MAC.oneRun(MAC.scala:253)
252.07/236.70		at concrete.MAC.nextSolution(MAC.scala:272)
252.07/236.70		at concrete.MAC.nextSolution(MAC.scala:355)
252.07/236.70		at concrete.Solver.hasNext(Solver.scala:166)
252.07/236.70		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.07/236.70		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.07/236.70		at concrete.Solver.foreach(Solver.scala:68)
252.07/236.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.07/236.70		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.07/236.71		at scala.util.Success.map(Try.scala:209)
252.07/236.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.07/236.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.07/236.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.07/236.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.07/236.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.07/236.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.07/236.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.07/236.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.07/236.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.07/236.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.07/236.71		at scala.App.main(App.scala:76)
252.07/236.71		at scala.App.main$(App.scala:74)
252.07/236.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.07/236.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.07/236.71	v <instantiation cost="93">
252.07/236.71	v       <list>
252.07/236.71	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]
252.07/236.71	v       </list>
252.07/236.71	v       <values>
252.07/236.71	v         2 0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2
252.07/236.71	v       </values>
252.07/236.71	v     </instantiation>
252.07/236.72	s SATISFIABLE

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302339-1532898389/watcher-4302339-1532898389 -o /tmp/evaluation-result-4302339-1532898389/solver-4302339-1532898389 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=52578733 HOME/instance-4302339-1532898389.xml 

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

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=17927, runsolver pid=17924

[startup+0.11067 s]*
/proc/loadavg: 1.54 1.69 1.68 3/207 17985
/proc/meminfo: memFree=23224228/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=10453864 memory=20844 CPUtime=0.1 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 4869 13185 0 0 2 1 4 3 20 0 9 0 107401746 10704756736 5211 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2613466 5211 2102 1 0 2576007 0
[pid=17927/tid=17980] ppid=17924 vsize=10453864 memory=4351193298018141575 CPUtime=0.09 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 2663 13185 0 0 2 0 4 3 20 0 9 0 107401755 10704756736 5211 33554432000 4194304 4196468 140733435749216 140158478188400 140158506374301 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=10453864 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 9 0 107401756 10704756736 5211 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=10453864 memory=140586243536512 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 9 0 107401756 10704756736 5211 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 9 0 107401756 10704756736 5211 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 2 13185 0 0 0 0 4 3 20 0 9 0 107401756 10704756736 5211 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=10453864 memory=140586243536512 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 2 13185 0 0 0 0 4 3 20 0 9 0 107401757 10704756736 5211 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=10453864 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 13 13185 0 0 0 0 4 3 20 0 9 0 107401758 10704756736 5211 33554432000 4194304 4196468 140733435749216 140157399328160 140158506362581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=10453864 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 9 0 107401758 10704756736 5211 33554432000 4194304 4196468 140733435749216 140157198001712 140158506362581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10453864 KiB
Current children cumulated memory: 20844 KiB

[startup+0.210049 s]*
/proc/loadavg: 1.54 1.69 1.68 3/215 17993
/proc/meminfo: memFree=23201952/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=10982744 memory=43988 CPUtime=0.25 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 8247 13185 0 0 17 1 4 3 20 0 15 0 107401746 11246329856 10997 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2745686 10997 2960 1 0 2708109 0
[pid=17927/tid=17980] ppid=17924 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 4869 13185 0 0 11 0 4 3 20 0 15 0 107401755 11246329856 11129 33554432000 4194304 4196468 140733435749216 140158478157456 140158490432862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=10982744 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246329856 11129 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=10982744 memory=140586244179727 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246329856 11129 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246329856 11129 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 2 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246329856 11129 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=10982744 memory=140586243536512 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 2 13185 0 0 0 0 4 3 20 0 15 0 107401757 11246329856 11129 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 13 13185 0 0 0 0 4 3 20 0 15 0 107401758 11246329856 11129 33554432000 4194304 4196468 140733435749216 140157399328160 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11246329856 11129 33554432000 4194304 4196468 140733435749216 140157198001648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246329856 11129 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 432 13185 0 0 1 0 4 3 20 0 15 0 107401761 11246329856 11129 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 195 13185 0 0 1 0 4 3 20 0 15 0 107401761 11246329856 11129 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=10982744 memory=140586243536512 CPUtime=0.1 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) R 17924 17927 6529 0 -1 4202560 665 13185 0 0 3 0 4 3 20 0 15 0 107401761 11246329856 11129 33554432000 4194304 4196468 140733435749216 140157472700656 140158506373722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17992] ppid=17924 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17992/stat : 17992 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246329856 11129 33554432000 4194304 4196468 140733435749216 140156459805280 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17993] ppid=17924 vsize=10982744 memory=140586243536512 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17993/stat : 17993 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246329856 11129 33554432000 4194304 4196468 140733435749216 140157471648560 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43988 KiB

[startup+0.310299 s]*
/proc/loadavg: 1.54 1.69 1.68 3/215 17993
/proc/meminfo: memFree=23190416/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=10983192 memory=55500 CPUtime=0.38 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 10911 13185 0 0 28 3 4 3 20 0 15 0 107401746 11246788608 13875 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2745798 13875 3108 1 0 2708109 0
[pid=17927/tid=17980] ppid=17924 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 7356 13185 0 0 19 2 4 3 20 0 15 0 107401755 11246788608 13875 33554432000 4194304 4196468 140733435749216 140158478164384 140158506374301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 13875 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=10983192 memory=140586243543505 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 13875 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 13875 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 2 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 13875 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 2 13185 0 0 0 0 4 3 20 0 15 0 107401757 11246788608 13875 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 13 13185 0 0 0 0 4 3 20 0 15 0 107401758 11246788608 13875 33554432000 4194304 4196468 140733435749216 140157399328160 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11246788608 13875 33554432000 4194304 4196468 140733435749216 140157198001648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246788608 13875 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 436 13185 0 0 1 0 4 3 20 0 15 0 107401761 11246788608 13875 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 199 13185 0 0 1 0 4 3 20 0 15 0 107401761 11246788608 13875 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=10983192 memory=-1 CPUtime=0.12 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) S 17924 17927 6529 0 -1 1077944384 699 13185 0 0 5 0 4 3 20 0 15 0 107401761 11246788608 13875 33554432000 4194304 4196468 140733435749216 140157472700656 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17992] ppid=17924 vsize=10983192 memory=140586243536512 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17992/stat : 17992 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246788608 13875 33554432000 4194304 4196468 140733435749216 140156459805280 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17993] ppid=17924 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17993/stat : 17993 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246788608 13875 33554432000 4194304 4196468 140733435749216 140157471648560 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55500 KiB

[startup+0.700665 s]
/proc/loadavg: 1.54 1.69 1.68 3/215 17993
/proc/meminfo: memFree=23179376/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=10983192 memory=88292 CPUtime=0.99 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 17157 13185 0 0 88 4 4 3 20 0 15 0 107401746 11246788608 22009 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2745798 22073 3247 1 0 2708109 0
[pid=17927/tid=17980] ppid=17924 vsize=10983192 memory=140587164500521 CPUtime=0.66 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 12411 13185 0 0 56 3 4 3 20 0 15 0 107401755 11246788608 22073 33554432000 4194304 4196468 140733435749216 140158478173200 140158490432862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=10983192 memory=140587164500542 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 22073 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=10983192 memory=140587164500543 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 22073 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=10983192 memory=140587164500548 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 22073 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=10983192 memory=140587164500549 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 2 13185 0 0 0 0 4 3 20 0 15 0 107401756 11246788608 22073 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 5 13185 0 0 0 0 4 3 20 0 15 0 107401757 11246788608 22073 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 13 13185 0 0 0 0 4 3 20 0 15 0 107401758 11246788608 22073 33554432000 4194304 4196468 140733435749216 140157399328160 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11246788608 22073 33554432000 4194304 4196468 140733435749216 140157198001648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=10983192 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246788608 22073 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=10983192 memory=1 CPUtime=0.15 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 866 13185 0 0 8 0 4 3 20 0 15 0 107401761 11246788608 22073 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 790 13185 0 0 9 0 4 3 20 0 15 0 107401761 11246788608 22073 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) R 17924 17927 6529 0 -1 4202560 877 13185 0 0 13 0 4 3 20 0 15 0 107401761 11246788608 22073 33554432000 4194304 4196468 140733435749216 140157472700656 140158487762383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17992] ppid=17924 vsize=10983192 memory=11 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17992/stat : 17992 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246788608 22073 33554432000 4194304 4196468 140733435749216 140156459805280 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17993] ppid=17924 vsize=10983192 memory=4008 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17993/stat : 17993 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401761 11246788608 22073 33554432000 4194304 4196468 140733435749216 140157471648560 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88292 KiB

[startup+1.50073 s]
/proc/loadavg: 1.54 1.69 1.68 3/215 17993
/proc/meminfo: memFree=23133540/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=10998092 memory=183248 CPUtime=2.26 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 24244 13185 0 0 209 10 4 3 20 0 15 0 107401746 11262046208 45812 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2749523 45812 3470 1 0 2711181 0
[pid=17927/tid=17980] ppid=17924 vsize=10998092 memory=12848 CPUtime=1.43 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 17923 13185 0 0 130 6 4 3 20 0 15 0 107401755 11262046208 45812 33554432000 4194304 4196468 140733435749216 140158478181472 140158491723743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=10998092 memory=25505 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 196 13185 0 0 1 0 4 3 20 0 15 0 107401756 11262046208 45812 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 21 13185 0 0 1 0 4 3 20 0 15 0 107401756 11262046208 45812 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=10998092 memory=321013415751725352 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 27 13185 0 0 1 0 4 3 20 0 15 0 107401756 11262046208 45812 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=10998092 memory=16105853304461389 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 73 13185 0 0 1 0 4 3 20 0 15 0 107401756 11262046208 45812 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=10998092 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 45 13185 0 0 1 0 4 3 20 0 15 0 107401757 11262046208 45812 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=10998092 memory=6944656575208382560 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 14 13185 0 0 0 0 4 3 20 0 15 0 107401758 11262046208 45812 33554432000 4194304 4196468 140733435749216 140157399328224 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=10998092 memory=4945125699554088323 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11262046208 45812 33554432000 4194304 4196468 140733435749216 140157198001664 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11262046208 45812 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=10998092 memory=7738964730410395749 CPUtime=0.28 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 1401 13185 0 0 21 0 4 3 20 0 15 0 107401761 11262046208 45812 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=10998092 memory=6935656952358588496 CPUtime=0.26 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 949 13185 0 0 19 0 4 3 20 0 15 0 107401761 11262046208 45812 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=10998092 memory=7235989734754116976 CPUtime=0.37 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) S 17924 17927 6529 0 -1 1077944384 1394 13185 0 0 30 0 4 3 20 0 15 0 107401761 11262046208 45812 33554432000 4194304 4196468 140733435749216 140157472700656 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0

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

/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 55866 13185 0 0 16103 18 4 3 20 0 15 0 107401755 11345952768 177934 33554432000 4194304 4196468 140733435749216 140158478186784 140158087918792 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.49 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 5489 13185 0 0 39 3 4 3 20 0 15 0 107401756 11345952768 177934 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.5 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 482 13185 0 0 39 4 4 3 20 0 15 0 107401756 11345952768 177934 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.5 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 2263 13185 0 0 39 4 4 3 20 0 15 0 107401756 11345952768 177934 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.49 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 1826 13185 0 0 38 4 4 3 20 0 15 0 107401756 11345952768 177934 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.46 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 3502 13185 0 0 37 2 4 3 20 0 15 0 107401757 11345952768 177934 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=11080032 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 16 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177934 33554432000 4194304 4196468 140733435749216 140157399328288 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=11080032 memory=711724 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177934 33554432000 4194304 4196468 140733435749216 140157198001664 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177934 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=11080032 memory=711736 CPUtime=5.23 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 19405 13185 0 0 512 4 4 3 20 0 15 0 107401761 11345952768 177934 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=11080032 memory=154498563607682 CPUtime=5.34 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 16294 13185 0 0 522 5 4 3 20 0 15 0 107401761 11345952768 177934 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=11080032 memory=711724 CPUtime=2.84 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) S 17924 17927 6529 0 -1 1077944384 17299 13185 0 0 273 4 4 3 20 0 15 0 107401761 11345952768 177934 33554432000 4194304 4196468 140733435749216 140157472700656 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17992] ppid=17924 vsize=11080032 memory=711724 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17992/stat : 17992 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177934 33554432000 4194304 4196468 140733435749216 140156459805280 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17993] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.15 cores=1,3,5,7
/proc/17927/task/17993/stat : 17993 (java) S 17924 17927 6529 0 -1 1077944384 460 13185 0 0 4 4 4 3 20 0 15 0 107401761 11345952768 177934 33554432000 4194304 4196468 140733435749216 140157471648560 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 176.76 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 711736 KiB

[startup+222.301 s]
/proc/loadavg: 1.10 1.45 1.59 3/216 18135
/proc/meminfo: memFree=24421588/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=11080032 memory=711788 CPUtime=237.49 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 127082 13185 0 0 23681 61 4 3 20 0 15 0 107401746 11345952768 177947 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2770008 177947 3524 1 0 2731661 0
[pid=17927/tid=17980] ppid=17924 vsize=11080032 memory=711788 CPUtime=220.71 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 56571 13185 0 0 22045 19 4 3 20 0 15 0 107401755 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158478187088 140158087221470 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.75 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 5517 13185 0 0 63 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.75 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 497 13185 0 0 63 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.75 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 2324 13185 0 0 63 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.75 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 2939 13185 0 0 62 6 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=11080032 memory=711736 CPUtime=0.72 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 3556 13185 0 0 61 4 4 3 20 0 15 0 107401757 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=11080032 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 16 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157399328288 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157198001664 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=11080032 memory=1004 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=11080032 memory=711788 CPUtime=5.23 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 19405 13185 0 0 512 4 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=11080032 memory=711788 CPUtime=5.34 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 16294 13185 0 0 522 5 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=11080032 memory=1444 CPUtime=2.84 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) S 17924 17927 6529 0 -1 1077944384 17299 13185 0 0 273 4 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157472700656 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17992] ppid=17924 vsize=11080032 memory=5668 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17992/stat : 17992 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140156459805280 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17993] ppid=17924 vsize=11080032 memory=4616 CPUtime=0.18 cores=1,3,5,7
/proc/17927/task/17993/stat : 17993 (java) S 17924 17927 6529 0 -1 1077944384 464 13185 0 0 5 6 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157471648560 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 237.49 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 711788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.701 s]
/proc/loadavg: 1.16 1.44 1.59 3/216 18135
/proc/meminfo: memFree=24441172/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=11080032 memory=711788 CPUtime=252.07 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 127192 13185 0 0 25137 63 4 3 20 0 15 0 107401746 11345952768 177947 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2770008 177947 3524 1 0 2731661 0
[pid=17927/tid=17980] ppid=17924 vsize=11080032 memory=711788 CPUtime=234.97 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 56650 13185 0 0 23471 19 4 3 20 0 15 0 107401755 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158478185840 140158087921949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 5521 13185 0 0 69 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 497 13185 0 0 69 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 2326 13185 0 0 69 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=11080032 memory=97 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 2943 13185 0 0 68 6 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=11080032 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 3577 13185 0 0 66 4 4 3 20 0 15 0 107401757 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 16 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157399328288 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157198001664 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=11080032 memory=711788 CPUtime=5.23 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 19405 13185 0 0 512 4 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=11080032 memory=711788 CPUtime=5.34 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 16294 13185 0 0 522 5 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=11080032 memory=711788 CPUtime=2.84 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) S 17924 17927 6529 0 -1 1077944384 17299 13185 0 0 273 4 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157472700656 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17992] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17992/stat : 17992 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140156459805280 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17993] ppid=17924 vsize=11080032 memory=15872 CPUtime=0.19 cores=1,3,5,7
/proc/17927/task/17993/stat : 17993 (java) S 17924 17927 6529 0 -1 1077944384 464 13185 0 0 6 6 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157471648560 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 711788 KiB

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

[startup+236.736 s]
# the end of solver process 17927 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.443 s, system=0.688256 s

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

[startup+236.701 s]
/proc/loadavg: 1.16 1.44 1.59 3/216 18135
/proc/meminfo: memFree=24441172/32770624 swapFree=67108688/67108860
[pid=17927] ppid=17924 vsize=11080032 memory=711788 CPUtime=252.07 cores=1,3,5,7
/proc/17927/stat : 17927 (java) S 17924 17927 6529 0 -1 1077944320 127192 13185 0 0 25137 63 4 3 20 0 15 0 107401746 11345952768 177947 33554432000 4194304 4196468 140733435749216 140733435731760 140158506352375 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
/proc/17927/statm: 2770008 177947 3524 1 0 2731661 0
[pid=17927/tid=17980] ppid=17924 vsize=11080032 memory=711788 CPUtime=234.97 cores=1,3,5,7
/proc/17927/task/17980/stat : 17980 (java) R 17924 17927 6529 0 -1 4202560 56650 13185 0 0 23471 19 4 3 20 0 15 0 107401755 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158478185840 140158087921949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17981] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17981/stat : 17981 (java) S 17924 17927 6529 0 -1 1077944384 5521 13185 0 0 69 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158510594320 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17982] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17982/stat : 17982 (java) S 17924 17927 6529 0 -1 1077944384 497 13185 0 0 69 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158045710736 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17983] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17983/stat : 17983 (java) S 17924 17927 6529 0 -1 1077944384 2326 13185 0 0 69 5 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158044658192 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17984] ppid=17924 vsize=11080032 memory=97 CPUtime=0.81 cores=1,3,5,7
/proc/17927/task/17984/stat : 17984 (java) S 17924 17927 6529 0 -1 1077944384 2943 13185 0 0 68 6 4 3 20 0 15 0 107401756 11345952768 177947 33554432000 4194304 4196468 140733435749216 140158043605648 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17985] ppid=17924 vsize=11080032 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/17927/task/17985/stat : 17985 (java) S 17924 17927 6529 0 -1 1077944384 3577 13185 0 0 66 4 4 3 20 0 15 0 107401757 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157475858928 140158506363522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17986] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17986/stat : 17986 (java) S 17924 17927 6529 0 -1 1077944384 16 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157399328288 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17987] ppid=17924 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17987/stat : 17987 (java) S 17924 17927 6529 0 -1 1077944384 1 13185 0 0 0 0 4 3 20 0 15 0 107401758 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157198001664 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17988] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17988/stat : 17988 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140156890602192 140158506370971 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17989] ppid=17924 vsize=11080032 memory=711788 CPUtime=5.23 cores=1,3,5,7
/proc/17927/task/17989/stat : 17989 (java) S 17924 17927 6529 0 -1 1077944384 19405 13185 0 0 512 4 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157474805744 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17990] ppid=17924 vsize=11080032 memory=711788 CPUtime=5.34 cores=1,3,5,7
/proc/17927/task/17990/stat : 17990 (java) S 17924 17927 6529 0 -1 1077944384 16294 13185 0 0 522 5 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157473753200 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17991] ppid=17924 vsize=11080032 memory=711788 CPUtime=2.84 cores=1,3,5,7
/proc/17927/task/17991/stat : 17991 (java) S 17924 17927 6529 0 -1 1077944384 17299 13185 0 0 273 4 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157472700656 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17992] ppid=17924 vsize=11080032 memory=711788 CPUtime=0.07 cores=1,3,5,7
/proc/17927/task/17992/stat : 17992 (java) S 17924 17927 6529 0 -1 1077944384 3 13185 0 0 0 0 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140156459805280 140158506362581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
[pid=17927/tid=17993] ppid=17924 vsize=11080032 memory=15872 CPUtime=0.19 cores=1,3,5,7
/proc/17927/task/17993/stat : 17993 (java) S 17924 17927 6529 0 -1 1077944384 464 13185 0 0 6 6 4 3 20 0 15 0 107401761 11345952768 177947 33554432000 4194304 4196468 140733435749216 140157471648560 140158506363522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32931840 140733435751027 140733435753825 140733435753825 140733435756495 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 711788 KiB

Child status: 143
Real time (s): 236.736
CPU time (s): 252.131
CPU user time (s): 251.443
CPU system time (s): 0.688256
CPU usage (%): 106.503
Max. virtual memory (cumulated for all children) (KiB): 11082740
Max. memory (cumulated for all children) (KiB): 721448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.443
system time used= 0.688256
maximum resident set size= 721976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 142990
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31026
involuntary context switches= 476


# summary of solver processes directly reported to runsolver:
#   pid: 17927
#   total CPU time (s): 252.131
#   total CPU user time (s): 251.443
#   total CPU system time (s): 0.688256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.85276 second user time and 1.8355 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 23:06:29
IDJOB=4302339
IDBENCH=141621
IDSOLVER=2776
FILE ID=node106/4302339-1532898389
RUNJOBID= node106-1532895551-13369
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-15-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302339-1532898389/watcher-4302339-1532898389 -o /tmp/evaluation-result-4302339-1532898389/solver-4302339-1532898389 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13369 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=52578733 HOME/instance-4302339-1532898389.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=52578733

node106.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23232172 kB
MemAvailable:   29606896 kB
Buffers:          249252 kB
Cached:          6358736 kB
SwapCached:            0 kB
Active:          4761252 kB
Inactive:        4222188 kB
Active(anon):    2322856 kB
Inactive(anon):    80476 kB
Active(file):    2438396 kB
Inactive(file):  4141712 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:       2421460 kB
Mapped:            58196 kB
Shmem:             25056 kB
Slab:             248736 kB
SReclaimable:     220900 kB
SUnreclaim:        27836 kB
KernelStack:        3792 kB
PageTables:        10132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3388888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2191360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 23:10:26