Trace number 4302694

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)237 252.067 239.742

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-40-30-00_c18.xml
MD5SUMcd8c3cb9db38dc1b01c6d50a781e959c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark252.108
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints41
Number of domains2
Minimum domain size33
Maximum domain size40
Distribution of domain sizes[{"size":33,"count":40},{"size":40,"count":40}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":40},{"degree":3,"count":40}]
Minimum constraint arity3
Maximum constraint arity40
Distribution of constraint arities[{"arity":3,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40},{"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.75	c Concrete v3.9.2.1532736233296 running
9.23/4.56	o 276
9.23/4.59	o 270
9.53/4.61	o 268
9.53/4.64	o 262
10.19/4.88	o 261
10.52/4.94	o 258
16.67/8.77	o 257
57.02/47.14	o 255
57.02/47.14	o 248
57.18/47.23	o 247
58.15/48.15	o 244
59.65/49.65	o 240
60.47/50.42	o 239
60.47/50.43	o 237
252.02/239.71	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/239.71		at concrete.MAC.mac(MAC.scala:188)
252.02/239.71		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/239.71		at scala.util.Try$.apply(Try.scala:209)
252.02/239.71		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/239.71		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/239.71		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/239.71		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/239.71		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/239.71		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/239.71		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/239.71		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/239.71		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/239.71		at concrete.MAC.oneRun(MAC.scala:253)
252.02/239.71		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/239.71		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/239.71		at concrete.Solver.hasNext(Solver.scala:166)
252.02/239.71		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/239.71		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/239.71		at concrete.Solver.foreach(Solver.scala:68)
252.02/239.71		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/239.71		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/239.71		at scala.util.Success.map(Try.scala:209)
252.02/239.71		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/239.71		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/239.71		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/239.71		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/239.71		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/239.71		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/239.71		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/239.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/239.71		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/239.71		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/239.71		at scala.App.main(App.scala:76)
252.02/239.71		at scala.App.main$(App.scala:74)
252.02/239.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/239.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/239.72	v <instantiation cost="237">
252.02/239.72	v       <list>
252.02/239.72	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] c[35] c[36] c[37] c[38] c[39] 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] d[35] d[36] d[37] d[38] d[39]
252.02/239.72	v       </list>
252.02/239.72	v       <values>
252.02/239.72	v         39 34 38 36 21 26 27 28 25 24 12 14 7 8 19 37 33 32 31 29 30 23 18 17 13 5 0 1 2 3 9 10 16 20 11 15 4 6 22 35 8 4 12 12 5 5 2 5 5 11 4 6 1 8 13 4 1 4 1 1 5 3 2 6 4 4 7 8 11 3 8 7 4 6 6 7 5 12 11 6
252.02/239.72	v       </values>
252.02/239.72	v     </instantiation>
252.02/239.72	s SATISFIABLE

Verifier Data

OK	237

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302694-1532898743/watcher-4302694-1532898743 -o /tmp/evaluation-result-4302694-1532898743/solver-4302694-1532898743 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28701 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=461573979 -superng HOME/instance-4302694-1532898743.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=4456, runsolver pid=4453

[startup+0.100064 s]*
/proc/loadavg: 1.91 1.81 1.79 3/211 4513
/proc/meminfo: memFree=25065576/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=10005480 memory=14912 CPUtime=0.09 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 4360 13199 0 0 1 0 5 3 20 0 6 0 107437480 10245611520 3662 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2501370 3662 1933 1 0 2489808 0
[pid=4456/tid=4509] ppid=4453 vsize=10005480 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 2234 13199 0 0 1 0 5 3 20 0 6 0 107437490 10245611520 3794 33554432000 4194304 4196468 140736875292048 140059759739472 140059771983198 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=10005480 memory=5792869726567804975 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 107437490 10245611520 3794 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=10005480 memory=140671166805632 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 107437490 10245611520 3794 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=10005480 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 107437490 10245611520 3794 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=10005480 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 6 0 107437490 10245611520 3794 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210987 s]*
/proc/loadavg: 1.91 1.81 1.79 3/220 4522
/proc/meminfo: memFree=25040864/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=10982744 memory=41668 CPUtime=0.26 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 7652 13199 0 0 17 1 5 3 20 0 15 0 107437480 11246329856 10417 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2745686 10417 2960 1 0 2708109 0
[pid=4456/tid=4509] ppid=4453 vsize=10982744 memory=8389772277269004345 CPUtime=0.19 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 4475 13199 0 0 11 0 5 3 20 0 15 0 107437490 11246329856 10747 33554432000 4194304 4196468 140736875292048 140059759719824 140059768179461 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=10982744 memory=288292155783643159 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246329856 10747 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=10982744 memory=288371047318517376 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246329856 10747 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246329856 10747 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246329856 10813 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246329856 10813 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246329856 10813 33554432000 4194304 4196468 140736875292048 140058547971104 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=10982744 memory=140671166805632 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246329856 10813 33554432000 4194304 4196468 140736875292048 140058346644336 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11246329856 10813 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=10982744 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 568 13199 0 0 1 0 5 3 20 0 15 0 107437495 11246329856 10813 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=10982744 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 80 13199 0 0 1 0 5 3 20 0 15 0 107437495 11246329856 10813 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=10982744 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 655 13199 0 0 3 0 5 3 20 0 15 0 107437495 11246329856 10813 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11246329856 10813 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437496 11246329856 10813 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 41668 KiB

[startup+0.310395 s]*
/proc/loadavg: 1.91 1.81 1.79 3/220 4522
/proc/meminfo: memFree=25029704/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=10983192 memory=54304 CPUtime=0.38 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 10635 13199 0 0 28 2 5 3 20 0 15 0 107437480 11246788608 13576 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2745798 13576 3093 1 0 2708109 0
[pid=4456/tid=4509] ppid=4453 vsize=10983192 memory=6935054825532540783 CPUtime=0.29 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 7090 13199 0 0 20 1 5 3 20 0 15 0 107437490 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059759714720 140059772045719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=10983192 memory=-2843878408641430686 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=10983192 memory=-8412656567334364540 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246788608 13618 33554432000 4194304 4196468 140736875292048 140058547971104 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246788608 13618 33554432000 4194304 4196468 140736875292048 140058346644336 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11246788608 13618 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 573 13199 0 0 1 0 5 3 20 0 15 0 107437495 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 86 13199 0 0 1 0 5 3 20 0 15 0 107437495 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 687 13199 0 0 4 0 5 3 20 0 15 0 107437495 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11246788608 13618 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437496 11246788608 13618 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 54304 KiB

[startup+0.700823 s]
/proc/loadavg: 1.91 1.81 1.79 3/220 4522
/proc/meminfo: memFree=25017548/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=10983192 memory=87736 CPUtime=0.99 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 17048 13199 0 0 88 3 5 3 20 0 15 0 107437480 11246788608 21934 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2745798 21934 3247 1 0 2708109 0
[pid=4456/tid=4509] ppid=4453 vsize=10983192 memory=30748 CPUtime=0.67 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 12243 13199 0 0 57 2 5 3 20 0 15 0 107437490 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059759719632 140059771983198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=10983192 memory=281342101163792 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=10983192 memory=2493362734849 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=10983192 memory=2523427505921 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=10983192 memory=2549197309697 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 107437490 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=10983192 memory=2562082211585 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 5 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=10983192 memory=2570672146177 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246788608 21934 33554432000 4194304 4196468 140736875292048 140058547971104 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=10983192 memory=2630801688321 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437492 11246788608 21934 33554432000 4194304 4196468 140736875292048 140058346644336 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=10983192 memory=19773292 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11246788608 21934 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=10983192 memory=-7453528518462155811 CPUtime=0.15 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 1006 13199 0 0 7 0 5 3 20 0 15 0 107437495 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=10983192 memory=281342101726784 CPUtime=0.17 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 675 13199 0 0 9 0 5 3 20 0 15 0 107437495 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=10983192 memory=140673063846521 CPUtime=0.21 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 902 13199 0 0 13 0 5 3 20 0 15 0 107437495 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=10983192 memory=143387483177621 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11246788608 21934 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=10983192 memory=140673063846798 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437496 11246788608 21934 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 87736 KiB

[startup+1.50077 s]
/proc/loadavg: 1.91 1.81 1.79 3/220 4522
/proc/meminfo: memFree=24973388/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=10998092 memory=179416 CPUtime=2.38 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 24535 13199 0 0 221 9 5 3 20 0 15 0 107437480 11262046208 44854 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2749523 44854 3472 1 0 2711181 0
[pid=4456/tid=4509] ppid=4453 vsize=10998092 memory=118 CPUtime=1.43 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 17733 13199 0 0 130 5 5 3 20 0 15 0 107437490 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059759734256 140059773597680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 67 13199 0 0 1 0 5 3 20 0 15 0 107437490 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 21 13199 0 0 1 0 5 3 20 0 15 0 107437490 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 197 13199 0 0 1 0 5 3 20 0 15 0 107437490 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 28 13199 0 0 1 0 5 3 20 0 15 0 107437490 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=10998092 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 49 13199 0 0 1 0 5 3 20 0 15 0 107437492 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 14 13199 0 0 0 0 5 3 20 0 15 0 107437492 11262046208 44854 33554432000 4194304 4196468 140736875292048 140058547971168 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437492 11262046208 44854 33554432000 4194304 4196468 140736875292048 140058346644336 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=10998092 memory=281342101220288 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11262046208 44854 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=10998092 memory=6442213876440394334 CPUtime=0.34 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 1706 13199 0 0 26 0 5 3 20 0 15 0 107437495 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=10998092 memory=7813020042637238617 CPUtime=0.32 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 1025 13199 0 0 24 0 5 3 20 0 15 0 107437495 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=10998092 memory=5865500283725113953 CPUtime=0.41 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 1495 13199 0 0 33 0 5 3 20 0 15 0 107437495 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=10998092 memory=7522252079145708140 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11262046208 44854 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=10998092 memory=7451321488820957288 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 107437496 11262046208 44854 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10998092 KiB

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

/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 61532 13199 0 0 16147 16 5 3 20 0 15 0 107437490 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059759734904 140059370020003 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=11080032 memory=662824 CPUtime=0.46 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1177 13199 0 0 29 9 5 3 20 0 15 0 107437490 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=11080032 memory=658208 CPUtime=0.45 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1227 13199 0 0 28 9 5 3 20 0 15 0 107437490 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=11080032 memory=654104 CPUtime=0.45 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 3089 13199 0 0 29 8 5 3 20 0 15 0 107437490 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=11080032 memory=654104 CPUtime=0.46 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 5311 13199 0 0 28 10 5 3 20 0 15 0 107437490 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=11080032 memory=650512 CPUtime=0.19 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 2603 13199 0 0 10 1 5 3 20 0 15 0 107437492 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 15 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 162628 33554432000 4194304 4196468 140736875292048 140058547971232 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=11080032 memory=662824 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 6 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 162628 33554432000 4194304 4196468 140736875292048 140058346644352 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=11080032 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 162628 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=11080032 memory=4616 CPUtime=4.21 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 16009 13199 0 0 411 2 5 3 20 0 15 0 107437495 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=11080032 memory=650512 CPUtime=4.43 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 20541 13199 0 0 430 5 5 3 20 0 15 0 107437495 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=11080032 memory=650512 CPUtime=2 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 14835 13199 0 0 189 3 5 3 20 0 15 0 107437495 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=11080032 memory=654104 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 162628 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=11080032 memory=288230596050944315 CPUtime=0.15 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 262 13199 0 0 2 5 5 3 20 0 15 0 107437496 11345952768 162628 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 173.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 650512 KiB

[startup+222.301 s]
/proc/loadavg: 1.33 1.67 1.75 3/219 4656
/proc/meminfo: memFree=27158824/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=11080032 memory=612100 CPUtime=234.41 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 135163 13199 0 0 23359 74 5 3 20 0 15 0 107437480 11345952768 153025 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2770008 153025 3529 1 0 2731661 0
[pid=4456/tid=4509] ppid=4453 vsize=11080032 memory=613604 CPUtime=221.52 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 62294 13199 0 0 22127 17 5 3 20 0 15 0 107437490 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059759738288 140059370019561 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=11080032 memory=613124 CPUtime=0.52 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1339 13199 0 0 35 9 5 3 20 0 15 0 107437490 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=11080032 memory=281342101801584 CPUtime=0.52 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1329 13199 0 0 35 9 5 3 20 0 15 0 107437490 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=11080032 memory=612620 CPUtime=0.53 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 3174 13199 0 0 36 9 5 3 20 0 15 0 107437490 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=11080032 memory=612616 CPUtime=0.52 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 6484 13199 0 0 34 10 5 3 20 0 15 0 107437490 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=11080032 memory=612616 CPUtime=0.26 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 2657 13199 0 0 16 2 5 3 20 0 15 0 107437492 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=11080032 memory=612620 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 15 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 153025 33554432000 4194304 4196468 140736875292048 140058547971232 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=11080032 memory=612100 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 6 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 153025 33554432000 4194304 4196468 140736875292048 140058346644352 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 153025 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=11080032 memory=613132 CPUtime=4.35 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 17422 13199 0 0 425 2 5 3 20 0 15 0 107437495 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=11080032 memory=613640 CPUtime=4.55 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 21807 13199 0 0 442 5 5 3 20 0 15 0 107437495 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=11080032 memory=612100 CPUtime=2.06 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 16055 13199 0 0 195 3 5 3 20 0 15 0 107437495 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=11080032 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 153025 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=11080032 memory=2832 CPUtime=0.17 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 383 13199 0 0 3 6 5 3 20 0 15 0 107437496 11345952768 153025 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 234.41 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 612100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.701 s]
/proc/loadavg: 1.39 1.67 1.75 3/219 4656
/proc/meminfo: memFree=27160112/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=11080032 memory=609032 CPUtime=252.02 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 140679 13199 0 0 25119 75 5 3 20 0 15 0 107437480 11345952768 152258 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2770008 152258 3529 1 0 2731661 0
[pid=4456/tid=4509] ppid=4453 vsize=11080032 memory=609032 CPUtime=238.84 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 62978 13199 0 0 23859 17 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059759737056 140059371180644 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.55 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1882 13199 0 0 38 9 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.56 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1338 13199 0 0 38 10 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=11080032 memory=164 CPUtime=0.56 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 3183 13199 0 0 39 9 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.55 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 6604 13199 0 0 37 10 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.29 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 2961 13199 0 0 19 2 5 3 20 0 15 0 107437492 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 15 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 152258 33554432000 4194304 4196468 140736875292048 140058547971232 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=11080032 memory=610564 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 6 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 152258 33554432000 4194304 4196468 140736875292048 140058346644352 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=11080032 memory=612100 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=11080032 memory=609032 CPUtime=4.39 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 18043 13199 0 0 429 2 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=11080032 memory=609032 CPUtime=4.6 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 23863 13199 0 0 447 5 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=11080032 memory=609032 CPUtime=2.09 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 17206 13199 0 0 198 3 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=11080032 memory=30748 CPUtime=0.19 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 402 13199 0 0 4 7 5 3 20 0 15 0 107437496 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 609032 KiB

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

[startup+239.742 s]
# the end of solver process 4456 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.267 s, system=0.800583 s

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

[startup+239.701 s]
/proc/loadavg: 1.39 1.67 1.75 3/219 4656
/proc/meminfo: memFree=27160112/32770624 swapFree=67108744/67108860
[pid=4456] ppid=4453 vsize=11080032 memory=609032 CPUtime=252.02 cores=1,3,5,7
/proc/4456/stat : 4456 (java) S 4453 4456 19273 0 -1 1077944320 140679 13199 0 0 25119 75 5 3 20 0 15 0 107437480 11345952768 152258 33554432000 4194304 4196468 140736875292048 140736875274592 140059787902711 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
/proc/4456/statm: 2770008 152258 3529 1 0 2731661 0
[pid=4456/tid=4509] ppid=4453 vsize=11080032 memory=609032 CPUtime=238.84 cores=1,3,5,7
/proc/4456/task/4509/stat : 4509 (java) R 4453 4456 19273 0 -1 4202560 62978 13199 0 0 23859 17 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059759737056 140059371180644 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4510] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.55 cores=1,3,5,7
/proc/4456/task/4510/stat : 4510 (java) S 4453 4456 19273 0 -1 1077944384 1882 13199 0 0 38 9 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059792145552 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4511] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.56 cores=1,3,5,7
/proc/4456/task/4511/stat : 4511 (java) S 4453 4456 19273 0 -1 1077944384 1338 13199 0 0 38 10 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059690503184 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4512] ppid=4453 vsize=11080032 memory=164 CPUtime=0.56 cores=1,3,5,7
/proc/4456/task/4512/stat : 4512 (java) S 4453 4456 19273 0 -1 1077944384 3183 13199 0 0 39 9 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059326417808 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4513] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.55 cores=1,3,5,7
/proc/4456/task/4513/stat : 4513 (java) S 4453 4456 19273 0 -1 1077944384 6604 13199 0 0 37 10 5 3 20 0 15 0 107437490 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059325365008 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4514] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.29 cores=1,3,5,7
/proc/4456/task/4514/stat : 4514 (java) S 4453 4456 19273 0 -1 1077944384 2961 13199 0 0 19 2 5 3 20 0 15 0 107437492 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059213797744 140059787913858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4515] ppid=4453 vsize=11080032 memory=609032 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4515/stat : 4515 (java) S 4453 4456 19273 0 -1 1077944384 15 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 152258 33554432000 4194304 4196468 140736875292048 140058547971232 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4516] ppid=4453 vsize=11080032 memory=610564 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4516/stat : 4516 (java) S 4453 4456 19273 0 -1 1077944384 6 13199 0 0 0 0 5 3 20 0 15 0 107437492 11345952768 152258 33554432000 4194304 4196468 140736875292048 140058346644352 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4517] ppid=4453 vsize=11080032 memory=612100 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4517/stat : 4517 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140058039244624 140059787921307 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4518] ppid=4453 vsize=11080032 memory=609032 CPUtime=4.39 cores=1,3,5,7
/proc/4456/task/4518/stat : 4518 (java) S 4453 4456 19273 0 -1 1077944384 18043 13199 0 0 429 2 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059212745584 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4519] ppid=4453 vsize=11080032 memory=609032 CPUtime=4.6 cores=1,3,5,7
/proc/4456/task/4519/stat : 4519 (java) S 4453 4456 19273 0 -1 1077944384 23863 13199 0 0 447 5 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059211692784 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4520] ppid=4453 vsize=11080032 memory=609032 CPUtime=2.09 cores=1,3,5,7
/proc/4456/task/4520/stat : 4520 (java) S 4453 4456 19273 0 -1 1077944384 17206 13199 0 0 198 3 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059210639984 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4521] ppid=4453 vsize=11080032 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/4456/task/4521/stat : 4521 (java) S 4453 4456 19273 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 107437495 11345952768 152258 33554432000 4194304 4196468 140736875292048 140057608448736 140059787912917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
[pid=4456/tid=4522] ppid=4453 vsize=11080032 memory=30748 CPUtime=0.19 cores=1,3,5,7
/proc/4456/task/4522/stat : 4522 (java) S 4453 4456 19273 0 -1 1077944384 402 13199 0 0 4 7 5 3 20 0 15 0 107437496 11345952768 152258 33554432000 4194304 4196468 140736875292048 140059209587376 140059787913858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36519936 140736875293289 140736875296097 140736875296097 140736875298767 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 609032 KiB

Child status: 143
Real time (s): 239.742
CPU time (s): 252.067
CPU user time (s): 251.267
CPU system time (s): 0.800583
CPU usage (%): 105.141
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 898356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.267
system time used= 0.800583
maximum resident set size= 904500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 155624
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17143
involuntary context switches= 439


# summary of solver processes directly reported to runsolver:
#   pid: 4456
#   total CPU time (s): 252.067
#   total CPU user time (s): 251.267
#   total CPU system time (s): 0.800583

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.49994 second user time and 2.30133 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 23:12:23
IDJOB=4302694
IDBENCH=141628
IDSOLVER=2777
FILE ID=node134/4302694-1532898743
RUNJOBID= node134-1532893331-28701
PBS_JOBID= 21022511
Free space on /tmp= 60932 MiB

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

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

MD5SUM BENCH= cd8c3cb9db38dc1b01c6d50a781e959c
RANDOM SEED=461573979

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25069048 kB
MemAvailable:   28723260 kB
Buffers:          211432 kB
Cached:          3712780 kB
SwapCached:            0 kB
Active:          4950540 kB
Inactive:        2270136 kB
Active(anon):    3245768 kB
Inactive(anon):    78480 kB
Active(file):    1704772 kB
Inactive(file):  2191656 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26792 kB
Writeback:             0 kB
AnonPages:       3316100 kB
Mapped:            58104 kB
Shmem:             25132 kB
Slab:             175852 kB
SReclaimable:     147236 kB
SUnreclaim:        28616 kB
KernelStack:        3872 kB
PageTables:        11712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4648608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3069952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60908 MiB
End job on node134 at 2018-07-29 23:16:23