Trace number 4295963

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)680 2520.1 2484.63

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-100-50-00_c18.xml
MD5SUMac62098c303420005332b673e951092f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark451
Best CPU time to get the best result obtained on this benchmark2519.97
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"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

1.00/0.75	c Concrete v3.8.1528841891564 running
30.71/22.97	o 976
30.92/23.02	o 975
30.92/23.05	o 969
31.29/23.12	o 931
87.25/75.27	o 721
87.25/75.28	o 683
87.40/75.33	o 680
2520.05/2484.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2484.61		at concrete.MAC.mac(MAC.scala:188)
2520.05/2484.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.05/2484.61		at scala.util.Try$.apply(Try.scala:209)
2520.05/2484.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.05/2484.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.05/2484.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.05/2484.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.05/2484.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.05/2484.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.05/2484.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.05/2484.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.05/2484.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.05/2484.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.05/2484.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.05/2484.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.05/2484.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.05/2484.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.05/2484.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.05/2484.61		at concrete.Solver.foreach(Solver.scala:68)
2520.05/2484.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.05/2484.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.05/2484.61		at scala.util.Success.map(Try.scala:209)
2520.05/2484.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2484.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.05/2484.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.05/2484.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2484.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.05/2484.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.05/2484.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.05/2484.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.05/2484.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.05/2484.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.05/2484.61		at scala.App.main(App.scala:76)
2520.05/2484.61		at scala.App.main$(App.scala:74)
2520.05/2484.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.05/2484.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2484.61	v <instantiation cost="680">
2520.05/2484.61	v       <list>
2520.05/2484.61	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] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] 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] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99]
2520.05/2484.61	v       </list>
2520.05/2484.61	v       <values>
2520.05/2484.61	v         61 56 55 51 47 43 50 35 34 30 29 13 5 9 4 3 2 1 97 95 80 85 78 87 89 90 91 96 99 88 82 73 66 67 60 58 72 70 52 41 45 39 44 32 20 8 12 6 37 33 98 94 84 74 31 22 7 27 40 26 23 25 21 17 16 10 19 18 0 24 15 11 14 28 38 36 48 92 93 77 75 81 83 86 76 53 49 46 42 79 71 64 65 57 54 59 63 62 69 68 2 4 3 2 1 4 5 1 6 1 8 6 3 4 1 5 7 47 1 7 4 9 5 4 4 3 6 8 6 4 7 3 3 3 1 8 7 7 4 3 4 3 6 8 6 2 6 22 6 32 4 4 6 20 6 9 10 12 30 1 4 3 5 4 2 14 2 8 17 7 3 4 7 7 6 6 22 5 7 2 7 10 6 5 10 2 2 1 28 15 8 7 7 6 3 3 1 5 1 4
2520.05/2484.61	v       </values>
2520.05/2484.61	v     </instantiation>
2520.05/2484.61	s SATISFIABLE

Verifier Data

OK	680

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295963-1532602041/watcher-4295963-1532602041 -o /tmp/evaluation-result-4295963-1532602041/solver-4295963-1532602041 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2000324480 -superng HOME/instance-4295963-1532602041.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
solver pid=8656, runsolver pid=8653
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.66 1.85 1.77 3/206 8713
/proc/meminfo: memFree=23641652/32770624 swapFree=67076936/67108860
[pid=8656] ppid=8653 vsize=9972712 memory=14648 CPUtime=0.09 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 4351 13141 0 0 1 0 5 3 20 0 6 0 77767254 10212057088 3662 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2493178 3662 1932 1 0 2481616 0
[pid=8656/tid=8709] ppid=8653 vsize=9972712 memory=-8744994063762374591 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 2193 13141 0 0 0 0 5 3 20 0 6 0 77767263 10212057088 3728 33554432000 4194304 4196468 140722006005296 140112538710608 140112550954364 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 6 0 77767264 10212057088 3728 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=9972712 memory=139781617120896 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 6 0 77767264 10212057088 3728 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 6 0 77767264 10212057088 3728 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 6 0 77767264 10212057088 3728 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14648 KiB

[startup+0.209833 s]*
/proc/loadavg: 1.66 1.85 1.77 3/215 8722
/proc/meminfo: memFree=23617540/32770624 swapFree=67076936/67108860
[pid=8656] ppid=8653 vsize=10818904 memory=43096 CPUtime=0.26 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 8005 13141 0 0 16 2 5 3 20 0 15 0 77767254 11078557696 10774 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2704726 10774 2970 1 0 2667149 0
[pid=8656/tid=8709] ppid=8653 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 4698 13141 0 0 10 1 5 3 20 0 15 0 77767263 11078557696 10906 33554432000 4194304 4196468 140722006005296 140112538697728 140112550954334 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10818904 memory=342 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11078557696 10906 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10818904 memory=139781617143177 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11078557696 10906 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767264 11078557696 10906 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11078557696 10906 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10818904 memory=139781617120896 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767265 11078557696 10906 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 33 13141 0 0 0 0 5 3 20 0 15 0 77767265 11078557696 10906 33554432000 4194304 4196468 140722006005296 140112025179168 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767266 11078557696 10906 33554432000 4194304 4196468 140722006005296 140111899517808 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10818904 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11078557696 10906 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10818904 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 497 13141 0 0 1 0 5 3 20 0 15 0 77767268 11078557696 10906 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10818904 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) R 8653 8656 5667 0 -1 1077944384 99 13141 0 0 1 0 5 3 20 0 15 0 77767268 11078557696 10906 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10818904 memory=139781617120896 CPUtime=0.11 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 627 13141 0 0 3 0 5 3 20 0 15 0 77767268 11078557696 10906 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10818904 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11078557696 10906 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10818904 memory=139781617120896 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767269 11078557696 10906 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 43096 KiB

[startup+0.31032 s]*
/proc/loadavg: 1.66 1.85 1.77 3/215 8722
/proc/meminfo: memFree=23593312/32770624 swapFree=67076936/67108860
[pid=8656] ppid=8653 vsize=10819352 memory=54300 CPUtime=0.39 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 10683 13141 0 0 28 3 5 3 20 0 15 0 77767254 11079016448 13575 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2704838 13575 3089 1 0 2667149 0
[pid=8656/tid=8709] ppid=8653 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 7186 13141 0 0 19 2 5 3 20 0 15 0 77767263 11079016448 13575 33554432000 4194304 4196468 140722006005296 140112538685856 140112550954334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 13575 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 13575 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 13575 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 13575 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767265 11079016448 13575 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 33 13141 0 0 0 0 5 3 20 0 15 0 77767265 11079016448 13575 33554432000 4194304 4196468 140722006005296 140112025179168 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767266 11079016448 13575 33554432000 4194304 4196468 140722006005296 140111899517808 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11079016448 13575 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10819352 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 505 13141 0 0 2 0 5 3 20 0 15 0 77767268 11079016448 13575 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10819352 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) S 8653 8656 5667 0 -1 1077944384 101 13141 0 0 1 0 5 3 20 0 15 0 77767268 11079016448 13575 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10819352 memory=139781617120896 CPUtime=0.13 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 658 13141 0 0 5 0 5 3 20 0 15 0 77767268 11079016448 13575 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11079016448 13575 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10819352 memory=139781617120896 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767269 11079016448 13575 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54300 KiB

[startup+0.70077 s]
/proc/loadavg: 1.66 1.85 1.77 3/215 8722
/proc/meminfo: memFree=23587228/32770624 swapFree=67076936/67108860
[pid=8656] ppid=8653 vsize=10819352 memory=87688 CPUtime=1 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 17056 13141 0 0 87 5 5 3 20 0 15 0 77767254 11079016448 21922 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2704838 21922 3238 1 0 2667149 0
[pid=8656/tid=8709] ppid=8653 vsize=10819352 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 12289 13141 0 0 55 3 5 3 20 0 15 0 77767263 11079016448 21922 33554432000 4194304 4196468 140722006005296 140112538687744 140112552039511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 21922 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10819352 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 21922 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10819352 memory=139781455622928 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 21922 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10819352 memory=139784005616201 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767264 11079016448 21922 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10819352 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 5 13141 0 0 0 0 5 3 20 0 15 0 77767265 11079016448 21922 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10819352 memory=7014751519650764113 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 33 13141 0 0 0 0 5 3 20 0 15 0 77767265 11079016448 21922 33554432000 4194304 4196468 140722006005296 140112025179168 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10819352 memory=7597123233646858610 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 1 13141 0 0 0 0 5 3 20 0 15 0 77767266 11079016448 21922 33554432000 4194304 4196468 140722006005296 140111899517808 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10819352 memory=3604 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11079016448 21922 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10819352 memory=10796 CPUtime=0.18 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 1162 13141 0 0 10 0 5 3 20 0 15 0 77767268 11079016448 21922 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10819352 memory=15128 CPUtime=0.15 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) S 8653 8656 5667 0 -1 1077944384 502 13141 0 0 7 0 5 3 20 0 15 0 77767268 11079016448 21922 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10819352 memory=640 CPUtime=0.21 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 861 13141 0 0 13 0 5 3 20 0 15 0 77767268 11079016448 21922 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10819352 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11079016448 21922 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10819352 memory=960 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767269 11079016448 21922 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87688 KiB

[startup+1.50083 s]
/proc/loadavg: 1.66 1.85 1.77 4/215 8722
/proc/meminfo: memFree=23551028/32770624 swapFree=67076936/67108860
[pid=8656] ppid=8653 vsize=10834252 memory=194716 CPUtime=2.51 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 24343 13141 0 0 232 11 5 3 20 0 15 0 77767254 11094274048 48679 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2708563 48679 3478 1 0 2670221 0
[pid=8656/tid=8709] ppid=8653 vsize=10834252 memory=64060 CPUtime=1.43 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 17353 13141 0 0 129 6 5 3 20 0 15 0 77767263 11094274048 48679 33554432000 4194304 4196468 140722006005296 140112538690912 140112547149554 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 21 13141 0 0 1 0 5 3 20 0 15 0 77767264 11094274048 48679 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10834252 memory=279562911277216 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 62 13141 0 0 1 0 5 3 20 0 15 0 77767264 11094274048 48679 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 196 13141 0 0 1 0 5 3 20 0 15 0 77767264 11094274048 48679 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 16 13141 0 0 1 0 5 3 20 0 15 0 77767264 11094274048 48679 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10834252 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 57 13141 0 0 1 0 5 3 20 0 15 0 77767265 11094274048 48679 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 34 13141 0 0 0 0 5 3 20 0 15 0 77767265 11094274048 48679 33554432000 4194304 4196468 140722006005296 140112025179232 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767266 11094274048 48679 33554432000 4194304 4196468 140722006005296 140111899517824 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11094274048 48679 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10834252 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 1790 13141 0 0 32 0 5 3 20 0 15 0 77767268 11094274048 48679 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10834252 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) S 8653 8656 5667 0 -1 1077944384 1030 13141 0 0 28 0 5 3 20 0 15 0 77767268 11094274048 48679 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10834252 memory=8112282956445269571 CPUtime=0.43 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 1593 13141 0 0 35 0 5 3 20 0 15 0 77767268 11094274048 48679 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11094274048 48679 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10834252 memory=279562911521664 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767269 11094274048 48679 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834252 KiB

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

/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 92483 13141 0 0 231262 25 5 3 20 0 15 0 77767263 11178180608 148263 33554432000 4194304 4196468 140722006005296 140112538686784 140112172864326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10916192 memory=599720 CPUtime=6.3 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 13365 13141 0 0 585 37 5 3 20 0 15 0 77767264 11178180608 148263 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10916192 memory=597668 CPUtime=6.28 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 19302 13141 0 0 580 40 5 3 20 0 15 0 77767264 11178180608 148263 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10916192 memory=593052 CPUtime=6.3 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 11296 13141 0 0 586 36 5 3 20 0 15 0 77767264 11178180608 148263 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10916192 memory=33 CPUtime=6.28 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 13137 13141 0 0 584 36 5 3 20 0 15 0 77767264 11178180608 148263 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10916192 memory=595616 CPUtime=2.26 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 11993 13141 0 0 200 18 5 3 20 0 15 0 77767265 11178180608 148263 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10916192 memory=595616 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 48 13141 0 0 0 0 5 3 20 0 15 0 77767265 11178180608 148263 33554432000 4194304 4196468 140722006005296 140112025179296 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10916192 memory=1460 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 27 13141 0 0 0 0 5 3 20 0 15 0 77767266 11178180608 148263 33554432000 4194304 4196468 140722006005296 140111899517824 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10916192 memory=2160 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11178180608 148263 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10916192 memory=594592 CPUtime=6.42 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 56054 13141 0 0 629 5 5 3 20 0 15 0 77767268 11178180608 148263 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10916192 memory=594592 CPUtime=6.32 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) S 8653 8656 5667 0 -1 1077944384 57232 13141 0 0 617 7 5 3 20 0 15 0 77767268 11178180608 148263 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10916192 memory=598696 CPUtime=2.43 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 49274 13141 0 0 228 7 5 3 20 0 15 0 77767268 11178180608 148263 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10916192 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11178180608 148263 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10916192 memory=593052 CPUtime=1.35 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 1203 13141 0 0 67 60 5 3 20 0 15 0 77767269 11178180608 148263 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 2356.3 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 593052 KiB

[startup+2382.3 s]
/proc/loadavg: 1.41 1.39 1.41 3/215 8822
/proc/meminfo: memFree=23058648/32770624 swapFree=67076968/67108860
[pid=8656] ppid=8653 vsize=10916192 memory=570148 CPUtime=2416.77 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 331139 13141 0 0 241415 254 5 3 20 0 15 0 77767254 11178180608 142537 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2729048 142537 3526 1 0 2690701 0
[pid=8656/tid=8709] ppid=8653 vsize=10916192 memory=3544 CPUtime=2372.72 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 94453 13141 0 0 237239 25 5 3 20 0 15 0 77767263 11178180608 142537 33554432000 4194304 4196468 140722006005296 140112538697328 140112184776889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10916192 memory=1548 CPUtime=6.45 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 13889 13141 0 0 600 37 5 3 20 0 15 0 77767264 11178180608 142537 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10916192 memory=570148 CPUtime=6.44 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 19469 13141 0 0 595 41 5 3 20 0 15 0 77767264 11178180608 142537 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10916192 memory=570148 CPUtime=6.45 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 11389 13141 0 0 601 36 5 3 20 0 15 0 77767264 11178180608 142537 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10916192 memory=570148 CPUtime=6.43 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 13145 13141 0 0 599 36 5 3 20 0 15 0 77767264 11178180608 142537 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10916192 memory=570148 CPUtime=2.31 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 12185 13141 0 0 204 19 5 3 20 0 15 0 77767265 11178180608 142537 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10916192 memory=572644 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 48 13141 0 0 0 0 5 3 20 0 15 0 77767265 11178180608 142537 33554432000 4194304 4196468 140722006005296 140112025179296 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10916192 memory=572132 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 27 13141 0 0 0 0 5 3 20 0 15 0 77767266 11178180608 142537 33554432000 4194304 4196468 140722006005296 140111899517824 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10916192 memory=570148 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11178180608 142537 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10916192 memory=570148 CPUtime=6.43 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 56204 13141 0 0 630 5 5 3 20 0 15 0 77767268 11178180608 142537 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10916192 memory=570148 CPUtime=6.33 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) S 8653 8656 5667 0 -1 1077944384 57381 13141 0 0 618 7 5 3 20 0 15 0 77767268 11178180608 142537 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10916192 memory=570148 CPUtime=2.44 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 49531 13141 0 0 229 7 5 3 20 0 15 0 77767268 11178180608 142537 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10916192 memory=279562911551152 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11178180608 142537 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10916192 memory=0 CPUtime=1.38 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 1222 13141 0 0 69 61 5 3 20 0 15 0 77767269 11178180608 142537 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 2416.77 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 570148 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.44 1.42 3/215 8954
/proc/meminfo: memFree=22557712/32770624 swapFree=67076968/67108860
[pid=8656] ppid=8653 vsize=10916192 memory=570152 CPUtime=2477.33 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 333498 13141 0 0 247469 256 5 3 20 0 15 0 77767254 11178180608 142538 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2729048 142538 3526 1 0 2690701 0
[pid=8656/tid=8709] ppid=8653 vsize=10916192 memory=570152 CPUtime=2432.45 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 95038 13141 0 0 243212 25 5 3 20 0 15 0 77767263 11178180608 142538 33554432000 4194304 4196468 140722006005296 140112538698016 140112182534432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10916192 memory=68 CPUtime=6.63 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 13900 13141 0 0 618 37 5 3 20 0 15 0 77767264 11178180608 142538 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10916192 memory=570152 CPUtime=6.61 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 19746 13141 0 0 612 41 5 3 20 0 15 0 77767264 11178180608 142538 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10916192 memory=570152 CPUtime=6.63 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 11570 13141 0 0 619 36 5 3 20 0 15 0 77767264 11178180608 142538 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10916192 memory=570152 CPUtime=6.62 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 13474 13141 0 0 617 37 5 3 20 0 15 0 77767264 11178180608 142538 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10916192 memory=570152 CPUtime=2.37 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 12380 13141 0 0 210 19 5 3 20 0 15 0 77767265 11178180608 142538 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10916192 memory=570152 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 48 13141 0 0 0 0 5 3 20 0 15 0 77767265 11178180608 142538 33554432000 4194304 4196468 140722006005296 140112025179296 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10916192 memory=570152 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 27 13141 0 0 0 0 5 3 20 0 15 0 77767266 11178180608 142538 33554432000 4194304 4196468 140722006005296 140111899517824 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10916192 memory=570152 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11178180608 142538 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10916192 memory=570152 CPUtime=6.44 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 56423 13141 0 0 631 5 5 3 20 0 15 0 77767268 11178180608 142538 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10916192 memory=570152 CPUtime=6.33 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) S 8653 8656 5667 0 -1 1077944384 57672 13141 0 0 618 7 5 3 20 0 15 0 77767268 11178180608 142538 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10916192 memory=3544 CPUtime=2.44 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 49773 13141 0 0 229 7 5 3 20 0 15 0 77767268 11178180608 142538 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10916192 memory=20400 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11178180608 142538 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10916192 memory=570152 CPUtime=1.42 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 1251 13141 0 0 71 63 5 3 20 0 15 0 77767269 11178180608 142538 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 2477.33 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 570152 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2484.6 s]
/proc/loadavg: 1.53 1.45 1.43 3/215 8955
/proc/meminfo: memFree=22581684/32770624 swapFree=67076968/67108860
[pid=8656] ppid=8653 vsize=10916192 memory=570164 CPUtime=2520.05 cores=0,2,4,6
/proc/8656/stat : 8656 (java) S 8653 8656 5667 0 -1 1077944320 335129 13141 0 0 251740 257 5 3 20 0 15 0 77767254 11178180608 142541 33554432000 4194304 4196468 140722006005296 140722005987840 140112566873847 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
/proc/8656/statm: 2729048 142541 3526 1 0 2690701 0
[pid=8656/tid=8709] ppid=8653 vsize=10916192 memory=2592 CPUtime=2474.54 cores=0,2,4,6
/proc/8656/task/8709/stat : 8709 (java) R 8653 8656 5667 0 -1 4202560 95461 13141 0 0 247421 25 5 3 20 0 15 0 77767263 11178180608 142541 33554432000 4194304 4196468 140722006005296 140112538708352 140112185493794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8710] ppid=8653 vsize=10916192 memory=4104 CPUtime=6.78 cores=0,2,4,6
/proc/8656/task/8710/stat : 8710 (java) S 8653 8656 5667 0 -1 1077944384 13966 13141 0 0 632 38 5 3 20 0 15 0 77767264 11178180608 142541 33554432000 4194304 4196468 140722006005296 140112571116688 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8711] ppid=8653 vsize=10916192 memory=1404 CPUtime=6.75 cores=0,2,4,6
/proc/8656/task/8711/stat : 8711 (java) S 8653 8656 5667 0 -1 1077944384 19764 13141 0 0 626 41 5 3 20 0 15 0 77767264 11178180608 142541 33554432000 4194304 4196468 140722006005296 140112505158672 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8712] ppid=8653 vsize=10916192 memory=3276 CPUtime=6.76 cores=0,2,4,6
/proc/8656/task/8712/stat : 8712 (java) S 8653 8656 5667 0 -1 1077944384 11580 13141 0 0 632 36 5 3 20 0 15 0 77767264 11178180608 142541 33554432000 4194304 4196468 140722006005296 140112138963856 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8713] ppid=8653 vsize=10916192 memory=570164 CPUtime=6.75 cores=0,2,4,6
/proc/8656/task/8713/stat : 8713 (java) S 8653 8656 5667 0 -1 1077944384 13810 13141 0 0 630 37 5 3 20 0 15 0 77767264 11178180608 142541 33554432000 4194304 4196468 140722006005296 140112137911056 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8714] ppid=8653 vsize=10916192 memory=1404 CPUtime=2.42 cores=0,2,4,6
/proc/8656/task/8714/stat : 8714 (java) S 8653 8656 5667 0 -1 1077944384 12402 13141 0 0 214 20 5 3 20 0 15 0 77767265 11178180608 142541 33554432000 4194304 4196468 140722006005296 140112026233200 140112566884994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8715] ppid=8653 vsize=10916192 memory=55 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8715/stat : 8715 (java) S 8653 8656 5667 0 -1 1077944384 48 13141 0 0 0 0 5 3 20 0 15 0 77767265 11178180608 142541 33554432000 4194304 4196468 140722006005296 140112025179296 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8716] ppid=8653 vsize=10916192 memory=7956281013190616153 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8716/stat : 8716 (java) S 8653 8656 5667 0 -1 1077944384 27 13141 0 0 0 0 5 3 20 0 15 0 77767266 11178180608 142541 33554432000 4194304 4196468 140722006005296 140111899517824 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8717] ppid=8653 vsize=10916192 memory=6656426216303648864 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8717/stat : 8717 (java) S 8653 8656 5667 0 -1 1077944384 2 13141 0 0 0 0 5 3 20 0 15 0 77767268 11178180608 142541 33554432000 4194304 4196468 140722006005296 140111295539024 140112566892443 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8718] ppid=8653 vsize=10916192 memory=6931666987586643554 CPUtime=6.44 cores=0,2,4,6
/proc/8656/task/8718/stat : 8718 (java) S 8653 8656 5667 0 -1 1077944384 56423 13141 0 0 631 5 5 3 20 0 15 0 77767268 11178180608 142541 33554432000 4194304 4196468 140722006005296 140111991622512 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8719] ppid=8653 vsize=10916192 memory=7364012551814211170 CPUtime=6.35 cores=0,2,4,6
/proc/8656/task/8719/stat : 8719 (java) S 8653 8656 5667 0 -1 1077944384 58158 13141 0 0 620 7 5 3 20 0 15 0 77767268 11178180608 142541 33554432000 4194304 4196468 140722006005296 140111990569712 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8720] ppid=8653 vsize=10916192 memory=6943526294502006880 CPUtime=2.45 cores=0,2,4,6
/proc/8656/task/8720/stat : 8720 (java) S 8653 8656 5667 0 -1 1077944384 50040 13141 0 0 230 7 5 3 20 0 15 0 77767268 11178180608 142541 33554432000 4194304 4196468 140722006005296 140111989516912 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8721] ppid=8653 vsize=10916192 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/8656/task/8721/stat : 8721 (java) S 8653 8656 5667 0 -1 1077944384 3 13141 0 0 0 0 5 3 20 0 15 0 77767269 11178180608 142541 33554432000 4194304 4196468 140722006005296 140110825777888 140112566884053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
[pid=8656/tid=8722] ppid=8653 vsize=10916192 memory=7372506279440769636 CPUtime=1.44 cores=0,2,4,6
/proc/8656/task/8722/stat : 8722 (java) S 8653 8656 5667 0 -1 1077944384 1254 13141 0 0 72 64 5 3 20 0 15 0 77767269 11178180608 142541 33554432000 4194304 4196468 140722006005296 140111988464304 140112566884994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21057536 140722006014123 140722006017372 140722006017372 140722006020047 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 570164 KiB

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

[startup+2484.63 s]
# the end of solver process 8656 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.48 s, system=2.61861 s

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

Child status: 143
Real time (s): 2484.63
CPU time (s): 2520.1
CPU user time (s): 2517.48
CPU system time (s): 2.61861
CPU usage (%): 101.428
Max. virtual memory (cumulated for all children) (KiB): 10918832
Max. memory (cumulated for all children) (KiB): 916176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.48
system time used= 2.61861
maximum resident set size= 920272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 349063
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107714
involuntary context switches= 5231


# summary of solver processes directly reported to runsolver:
#   pid: 8656
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.48
#   total CPU system time (s): 2.61861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5835 second user time and 23.4183 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 12:47:21
IDJOB=4295963
IDBENCH=141623
IDSOLVER=2751
FILE ID=node102/4295963-1532602041
RUNJOBID= node102-1532594593-7268
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-100-50-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-4295963-1532602041/watcher-4295963-1532602041 -o /tmp/evaluation-result-4295963-1532602041/solver-4295963-1532602041 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7268 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2000324480 -superng HOME/instance-4295963-1532602041.xml

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

MD5SUM BENCH= ac62098c303420005332b673e951092f
RANDOM SEED=2000324480

node102.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.51
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.51
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.51
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.51
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:        23644452 kB
MemAvailable:   31384532 kB
Buffers:          188272 kB
Cached:          7788172 kB
SwapCached:         5360 kB
Active:          1930700 kB
Inactive:        6656416 kB
Active(anon):     582144 kB
Inactive(anon):    53676 kB
Active(file):    1348556 kB
Inactive(file):  6602740 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076936 kB
Dirty:             26860 kB
Writeback:             0 kB
AnonPages:        622344 kB
Mapped:            46816 kB
Shmem:             21868 kB
Slab:             237284 kB
SReclaimable:     209236 kB
SUnreclaim:        28048 kB
KernelStack:        3792 kB
PageTables:         6912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1631352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52696 MiB
End job on node102 at 2018-07-26 13:28:46