Trace number 4295967

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.8-SuperNG 2018-06-13SAT (TO)178 2520.1 2489.93

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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.8.1528841891564 running
9.03/4.53	o 246
9.03/4.56	o 244
9.03/4.57	o 243
9.03/4.58	o 226
9.32/4.63	o 221
14.55/7.23	o 218
14.55/7.25	o 215
14.55/7.25	o 213
14.55/7.28	o 212
14.55/7.28	o 208
22.24/13.62	o 206
22.24/13.67	o 204
22.39/13.77	o 203
22.99/14.28	o 200
71.03/60.62	o 199
71.03/60.69	o 198
71.44/61.01	o 197
71.77/61.31	o 194
71.89/61.40	o 191
73.21/62.71	o 190
73.21/62.71	o 187
73.21/62.72	o 186
290.09/277.17	o 185
346.33/332.77	o 184
346.44/332.81	o 182
412.57/398.22	o 181
416.06/401.42	o 178
2520.06/2489.91	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2489.91		at concrete.MAC.mac(MAC.scala:188)
2520.06/2489.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2489.91		at scala.util.Try$.apply(Try.scala:209)
2520.06/2489.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2489.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2489.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2489.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2489.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2489.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2489.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2489.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2489.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2489.91		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2489.91		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2489.91		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2489.91		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2489.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2489.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2489.91		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2489.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2489.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2489.91		at scala.util.Success.map(Try.scala:209)
2520.06/2489.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2489.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2489.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2489.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2489.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2489.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2489.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2489.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2489.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2489.91		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2489.91		at scala.App.main(App.scala:76)
2520.06/2489.91		at scala.App.main$(App.scala:74)
2520.06/2489.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2489.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2489.91	v <instantiation cost="178">
2520.06/2489.91	v       <list>
2520.06/2489.91	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] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] 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] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34]
2520.06/2489.91	v       </list>
2520.06/2489.91	v       <values>
2520.06/2489.91	v         20 23 32 34 33 29 17 16 11 6 1 0 2 4 5 12 13 14 7 8 3 10 15 19 18 21 22 24 26 25 27 31 28 30 9 5 7 12 3 4 12 2 3 4 4 7 2 1 2 4 1 3 4 1 4 4 4 4 4 4 5 6 16 1 1 3 5 4 24 8
2520.06/2489.91	v       </values>
2520.06/2489.91	v     </instantiation>
2520.06/2489.92	s SATISFIABLE

Verifier Data

OK	178

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295967-1532602182/watcher-4295967-1532602182 -o /tmp/evaluation-result-4295967-1532602182/solver-4295967-1532602182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1790201012 -superng HOME/instance-4295967-1532602182.xml 

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

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

solver pid=5482, runsolver pid=5479

[startup+0.100064 s]*
/proc/loadavg: 1.66 1.60 1.60 5/210 5539
/proc/meminfo: memFree=19278956/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=9972712 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 4277 13168 0 0 1 0 6 2 20 0 6 0 77781404 10212057088 4648 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2493178 4648 1932 1 0 2481616 0
[pid=5482/tid=5535] ppid=5479 vsize=9972712 memory=-8384983170502934469 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 2094 13168 0 0 0 0 6 2 20 0 6 0 77781414 10212057088 4648 33554432000 4194304 4196468 140722042615104 139920732016328 139920745862997 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 6 0 77781414 10212057088 4648 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=9972712 memory=140043773871744 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 6 0 77781414 10212057088 4648 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 6 0 77781414 10212057088 4648 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 6 0 77781414 10212057088 4648 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.210422 s]*
/proc/loadavg: 1.66 1.60 1.60 3/219 5548
/proc/meminfo: memFree=19258796/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=10818936 memory=42180 CPUtime=0.26 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 8976 13168 0 0 16 2 6 2 20 0 15 0 77781404 11078590464 10545 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2704734 10545 2927 1 0 2667157 0
[pid=5482/tid=5535] ppid=5479 vsize=10818936 memory=8514701219931451533 CPUtime=0.19 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 5859 13168 0 0 10 1 6 2 20 0 15 0 77781414 11078590464 10796 33554432000 4194304 4196468 140722042615104 139920732005280 139920752860189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10818936 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11078590464 10796 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10818936 memory=140043773871744 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11078590464 10796 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10818936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781414 11078590464 10796 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11078590464 10796 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10818936 memory=140043773871744 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781416 11078590464 10796 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 33 13168 0 0 0 0 6 2 20 0 15 0 77781416 11078557696 10796 33554432000 4194304 4196468 140722042615104 139919962903328 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11078557696 10796 33554432000 4194304 4196468 140722042615104 139919565513840 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11078557696 10796 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 525 13168 0 0 1 0 6 2 20 0 15 0 77781419 11078557696 10796 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 52 13168 0 0 0 0 6 2 20 0 15 0 77781419 11078590464 10796 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10818936 memory=140043773871744 CPUtime=0.11 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) S 5479 5482 2275 0 -1 1077944384 571 13168 0 0 3 0 6 2 20 0 15 0 77781419 11078590464 10796 33554432000 4194304 4196468 140722042615104 139919927241584 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10818936 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11078590464 10796 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10818936 memory=140043773871744 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781419 11078590464 10796 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818936 KiB
Current children cumulated memory: 42180 KiB

[startup+0.310783 s]*
/proc/loadavg: 1.66 1.60 1.60 3/219 5548
/proc/meminfo: memFree=19245896/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=10819352 memory=51060 CPUtime=0.39 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 10451 13168 0 0 28 3 6 2 20 0 15 0 77781404 11079016448 12765 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2704838 12765 3046 1 0 2667149 0
[pid=5482/tid=5535] ppid=5479 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 7055 13168 0 0 19 2 6 2 20 0 15 0 77781414 11079016448 12765 33554432000 4194304 4196468 140722042615104 139920731992480 139920752417598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10819352 memory=7086527638760738896 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 12765 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10819352 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 12765 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 12765 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10819352 memory=4126316290023845779 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 12765 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781416 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 33 13168 0 0 0 0 6 2 20 0 15 0 77781416 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919962903328 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919565513840 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 525 13168 0 0 2 0 6 2 20 0 15 0 77781419 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 53 13168 0 0 1 0 6 2 20 0 15 0 77781419 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10819352 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) R 5479 5482 2275 0 -1 4202560 589 13168 0 0 5 0 6 2 20 0 15 0 77781419 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919927241584 139920760192406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781419 11079016448 12765 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51060 KiB

[startup+0.700827 s]
/proc/loadavg: 1.66 1.60 1.60 4/219 5548
/proc/meminfo: memFree=19235724/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=10819352 memory=84392 CPUtime=0.99 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 16783 13168 0 0 87 4 6 2 20 0 15 0 77781404 11079016448 21098 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2704838 21098 3236 1 0 2667149 0
[pid=5482/tid=5535] ppid=5479 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 12313 13168 0 0 55 3 6 2 20 0 15 0 77781414 11079016448 21098 33554432000 4194304 4196468 140722042615104 139920732001296 139920743367297 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 21098 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10819352 memory=3828 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 21098 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 21098 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11079016448 21098 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10819352 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 5 13168 0 0 0 0 6 2 20 0 15 0 77781416 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10819352 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 33 13168 0 0 0 0 6 2 20 0 15 0 77781416 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919962903328 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10819352 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919565513840 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10819352 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10819352 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 1110 13168 0 0 10 0 6 2 20 0 15 0 77781419 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10819352 memory=15460 CPUtime=0.14 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 441 13168 0 0 6 0 6 2 20 0 15 0 77781419 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10819352 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) S 5479 5482 2275 0 -1 1077944384 679 13168 0 0 13 0 6 2 20 0 15 0 77781419 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919927241584 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10819352 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10819352 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781419 11079016448 21098 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84392 KiB

[startup+1.50084 s]
/proc/loadavg: 1.66 1.60 1.60 2/219 5548
/proc/meminfo: memFree=19194040/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=10832204 memory=138884 CPUtime=2.09 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 23197 13168 0 0 192 9 6 2 20 0 15 0 77781404 11092176896 34721 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2708051 34721 3439 1 0 2669709 0
[pid=5482/tid=5535] ppid=5479 vsize=10832204 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 16951 13168 0 0 113 6 6 2 20 0 15 0 77781414 11092176896 34721 33554432000 4194304 4196468 140722042615104 139920731987312 139920760202397 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11092176896 34721 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11092176896 34721 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10832204 memory=3683998604062831409 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781414 11092176896 34721 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 2 13168 0 0 0 0 6 2 20 0 15 0 77781414 11092176896 34721 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10832204 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 5 13168 0 0 0 0 6 2 20 0 15 0 77781416 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10832204 memory=280087299696896 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 33 13168 0 0 0 0 6 2 20 0 15 0 77781416 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919962903328 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10832204 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919565513840 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10832204 memory=1948 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10832204 memory=5524 CPUtime=0.32 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 1670 13168 0 0 24 0 6 2 20 0 15 0 77781419 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10832204 memory=1444 CPUtime=0.31 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 1147 13168 0 0 23 0 6 2 20 0 15 0 77781419 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10832204 memory=1200 CPUtime=0.38 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) S 5479 5482 2275 0 -1 1077944384 1189 13168 0 0 30 0 6 2 20 0 15 0 77781419 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919927241584 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10832204 memory=1008 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10832204 memory=12040 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781419 11092176896 34721 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 2.09 s
Current children cumulated vsize: 10832204 KiB

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

/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 83410 13168 0 0 237179 28 6 2 20 0 15 0 77781414 11178180608 145662 33554432000 4194304 4196468 140722042615104 139920732015856 139920337670399 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10916192 memory=582616 CPUtime=4.43 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 8132 13168 0 0 410 25 6 2 20 0 15 0 77781414 11178180608 145662 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10916192 memory=582648 CPUtime=4.42 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 10303 13168 0 0 410 24 6 2 20 0 15 0 77781414 11178180608 145662 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10916192 memory=280087301759584 CPUtime=4.37 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 8290 13168 0 0 404 25 6 2 20 0 15 0 77781414 11178180608 145662 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10916192 memory=582648 CPUtime=4.41 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 8949 13168 0 0 408 25 6 2 20 0 15 0 77781414 11178180608 145662 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10916192 memory=582648 CPUtime=3.67 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 9835 13168 0 0 340 19 6 2 20 0 15 0 77781416 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10916192 memory=582648 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 38 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919962903456 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919565513856 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10916192 memory=582648 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10916192 memory=582648 CPUtime=6.54 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 40780 13168 0 0 640 6 6 2 20 0 15 0 77781419 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10916192 memory=582648 CPUtime=7.74 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 52574 13168 0 0 759 7 6 2 20 0 15 0 77781419 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10916192 memory=3828 CPUtime=3.49 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) S 5479 5482 2275 0 -1 1077944384 46904 13168 0 0 333 8 6 2 20 0 15 0 77781419 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919927241584 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10916192 memory=23332 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10916192 memory=1296 CPUtime=1.36 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1073 13168 0 0 66 62 6 2 20 0 15 0 77781419 11178180608 145662 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 2411.98 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 582648 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.41 1.41 3/219 5787
/proc/meminfo: memFree=22026024/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=10916192 memory=582660 CPUtime=2472.24 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 273079 13168 0 0 247011 205 6 2 20 0 15 0 77781404 11178180608 145665 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2729048 145665 3521 1 0 2690701 0
[pid=5482/tid=5535] ppid=5479 vsize=10916192 memory=582660 CPUtime=2431.93 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 83707 13168 0 0 243156 29 6 2 20 0 15 0 77781414 11178180608 145665 33554432000 4194304 4196468 140722042615104 139920732015872 139920331678728 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10916192 memory=1200 CPUtime=4.51 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 8141 13168 0 0 418 25 6 2 20 0 15 0 77781414 11178180608 145665 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10916192 memory=582660 CPUtime=4.52 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 10319 13168 0 0 420 24 6 2 20 0 15 0 77781414 11178180608 145665 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10916192 memory=582660 CPUtime=4.46 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 8301 13168 0 0 413 25 6 2 20 0 15 0 77781414 11178180608 145665 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10916192 memory=582660 CPUtime=4.51 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 9018 13168 0 0 417 26 6 2 20 0 15 0 77781414 11178180608 145665 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10916192 memory=582660 CPUtime=3.75 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 10016 13168 0 0 347 20 6 2 20 0 15 0 77781416 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10916192 memory=582660 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 38 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919962903456 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10916192 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919565513856 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10916192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10916192 memory=582660 CPUtime=6.54 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 40780 13168 0 0 640 6 6 2 20 0 15 0 77781419 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10916192 memory=582660 CPUtime=7.74 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 52574 13168 0 0 759 7 6 2 20 0 15 0 77781419 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10916192 memory=582660 CPUtime=3.49 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) S 5479 5482 2275 0 -1 1077944384 46904 13168 0 0 333 8 6 2 20 0 15 0 77781419 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919927241584 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10916192 memory=582660 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10916192 memory=582660 CPUtime=1.4 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1087 13168 0 0 68 64 6 2 20 0 15 0 77781419 11178180608 145665 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 2472.24 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 582660 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2489.9 s]
/proc/loadavg: 1.34 1.41 1.41 3/219 5787
/proc/meminfo: memFree=22023904/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=10916192 memory=582700 CPUtime=2520.06 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 274263 13168 0 0 251791 207 6 2 20 0 15 0 77781404 11178180608 145675 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2729048 145675 3521 1 0 2690701 0
[pid=5482/tid=5535] ppid=5479 vsize=10916192 memory=8532 CPUtime=2479.35 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 84157 13168 0 0 247898 29 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920732014768 139920335998268 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.59 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 8169 13168 0 0 426 25 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.59 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 10670 13168 0 0 427 24 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.54 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 8361 13168 0 0 421 25 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.59 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 9097 13168 0 0 425 26 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10916192 memory=582700 CPUtime=3.82 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 10211 13168 0 0 354 20 6 2 20 0 15 0 77781416 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 38 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919962903456 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919565513856 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10916192 memory=582700 CPUtime=6.54 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 40782 13168 0 0 640 6 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10916192 memory=582700 CPUtime=7.74 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 52576 13168 0 0 759 7 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10916192 memory=3828 CPUtime=3.49 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) S 5479 5482 2275 0 -1 1077944384 46906 13168 0 0 333 8 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919927241584 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10916192 memory=582700 CPUtime=1.41 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1102 13168 0 0 69 64 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 582700 KiB

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

[startup+2489.93 s]
# the end of solver process 5482 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518 s, system=2.10318 s

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

[startup+2489.9 s]
/proc/loadavg: 1.34 1.41 1.41 3/219 5787
/proc/meminfo: memFree=22023904/32770624 swapFree=67108860/67108860
[pid=5482] ppid=5479 vsize=10916192 memory=582700 CPUtime=2520.06 cores=0,2,4,6
/proc/5482/stat : 5482 (java) S 5479 5482 2275 0 -1 1077944320 274263 13168 0 0 251791 207 6 2 20 0 15 0 77781404 11178180608 145675 33554432000 4194304 4196468 140722042615104 140722042597648 139920760180471 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
/proc/5482/statm: 2729048 145675 3521 1 0 2690701 0
[pid=5482/tid=5535] ppid=5479 vsize=10916192 memory=8532 CPUtime=2479.35 cores=0,2,4,6
/proc/5482/task/5535/stat : 5535 (java) R 5479 5482 2275 0 -1 4202560 84157 13168 0 0 247898 29 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920732014768 139920335998268 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5536] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.59 cores=0,2,4,6
/proc/5482/task/5536/stat : 5536 (java) S 5479 5482 2275 0 -1 1077944384 8169 13168 0 0 426 25 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920764423056 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5537] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.59 cores=0,2,4,6
/proc/5482/task/5537/stat : 5537 (java) S 5479 5482 2275 0 -1 1077944384 10670 13168 0 0 427 24 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920652696336 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5538] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.54 cores=0,2,4,6
/proc/5482/task/5538/stat : 5538 (java) S 5479 5482 2275 0 -1 1077944384 8361 13168 0 0 421 25 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920651644048 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5539] ppid=5479 vsize=10916192 memory=582700 CPUtime=4.59 cores=0,2,4,6
/proc/5482/task/5539/stat : 5539 (java) S 5479 5482 2275 0 -1 1077944384 9097 13168 0 0 425 26 6 2 20 0 15 0 77781414 11178180608 145675 33554432000 4194304 4196468 140722042615104 139920650591248 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5540] ppid=5479 vsize=10916192 memory=582700 CPUtime=3.82 cores=0,2,4,6
/proc/5482/task/5540/stat : 5540 (java) S 5479 5482 2275 0 -1 1077944384 10211 13168 0 0 354 20 6 2 20 0 15 0 77781416 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919963957360 139920760191618 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5541] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5541/stat : 5541 (java) S 5479 5482 2275 0 -1 1077944384 38 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919962903456 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5542] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5542/stat : 5542 (java) S 5479 5482 2275 0 -1 1077944384 1 13168 0 0 0 0 6 2 20 0 15 0 77781416 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919565513856 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5543] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5543/stat : 5543 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919325222992 139920760199067 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5544] ppid=5479 vsize=10916192 memory=582700 CPUtime=6.54 cores=0,2,4,6
/proc/5482/task/5544/stat : 5544 (java) S 5479 5482 2275 0 -1 1077944384 40782 13168 0 0 640 6 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919929346672 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5545] ppid=5479 vsize=10916192 memory=582700 CPUtime=7.74 cores=0,2,4,6
/proc/5482/task/5545/stat : 5545 (java) S 5479 5482 2275 0 -1 1077944384 52576 13168 0 0 759 7 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919928293872 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5546] ppid=5479 vsize=10916192 memory=3828 CPUtime=3.49 cores=0,2,4,6
/proc/5482/task/5546/stat : 5546 (java) S 5479 5482 2275 0 -1 1077944384 46906 13168 0 0 333 8 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919927241584 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5547] ppid=5479 vsize=10916192 memory=582700 CPUtime=0.08 cores=0,2,4,6
/proc/5482/task/5547/stat : 5547 (java) S 5479 5482 2275 0 -1 1077944384 3 13168 0 0 0 0 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919291665376 139920760190677 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
[pid=5482/tid=5548] ppid=5479 vsize=10916192 memory=582700 CPUtime=1.41 cores=0,2,4,6
/proc/5482/task/5548/stat : 5548 (java) S 5479 5482 2275 0 -1 1077944384 1102 13168 0 0 69 64 6 2 20 0 15 0 77781419 11178180608 145675 33554432000 4194304 4196468 140722042615104 139919926188464 139920760191618 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11563008 140722042624171 140722042627420 140722042627420 140722042630095 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 582700 KiB

Child status: 143
Real time (s): 2489.93
CPU time (s): 2520.1
CPU user time (s): 2518
CPU system time (s): 2.10318
CPU usage (%): 101.212
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 811356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518
system time used= 2.10318
maximum resident set size= 813420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 288513
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138941
involuntary context switches= 7386


# summary of solver processes directly reported to runsolver:
#   pid: 5482
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518
#   total CPU system time (s): 2.10318

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.0609 second user time and 22.222 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 12:49:42
IDJOB=4295967
IDBENCH=141624
IDSOLVER=2751
FILE ID=node135/4295967-1532602182
RUNJOBID= node135-1532594793-3954
PBS_JOBID= 21021965
Free space on /tmp= 48340 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-30-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295967-1532602182/watcher-4295967-1532602182 -o /tmp/evaluation-result-4295967-1532602182/solver-4295967-1532602182 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532594793-3954 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=1790201012 -superng HOME/instance-4295967-1532602182.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=1790201012

node135.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.50
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.50
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.50
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.50
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:        19283436 kB
MemAvailable:   28175084 kB
Buffers:          200600 kB
Cached:          8872016 kB
SwapCached:            0 kB
Active:          6298268 kB
Inactive:        6574388 kB
Active(anon):    3749804 kB
Inactive(anon):    78312 kB
Active(file):    2548464 kB
Inactive(file):  6496076 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26484 kB
Writeback:             0 kB
AnonPages:       3807992 kB
Mapped:            53640 kB
Shmem:             25248 kB
Slab:             303908 kB
SReclaimable:     275568 kB
SUnreclaim:        28340 kB
KernelStack:        3600 kB
PageTables:        12936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4433024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3559424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-26 13:31:12