Trace number 4295959

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)115 2520.11 2490.63

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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.98/0.74	c Concrete v3.8.1528841891564 running
7.85/3.95	o 226
8.13/4.01	o 223
8.13/4.07	o 219
8.48/4.17	o 218
8.48/4.17	o 211
8.77/4.22	o 210
9.10/4.37	o 208
9.10/4.38	o 206
10.67/4.85	o 205
10.67/4.85	o 199
10.96/4.94	o 159
10.96/4.94	o 158
10.96/4.95	o 149
11.22/5.02	o 146
11.22/5.03	o 145
11.22/5.04	o 143
11.22/5.05	o 140
11.22/5.06	o 138
11.22/5.10	o 135
15.09/8.02	o 132
15.66/8.52	o 131
15.66/8.53	o 130
16.34/8.91	o 129
16.56/9.03	o 128
30.13/20.90	o 125
30.13/20.92	o 123
30.27/21.02	o 122
30.49/21.26	o 121
30.49/21.26	o 120
220.47/207.99	o 115
2520.06/2490.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2490.61		at concrete.MAC.mac(MAC.scala:188)
2520.06/2490.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.06/2490.61		at scala.util.Try$.apply(Try.scala:209)
2520.06/2490.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.06/2490.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.06/2490.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.06/2490.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.06/2490.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.06/2490.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.06/2490.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.06/2490.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.06/2490.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.06/2490.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.06/2490.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.06/2490.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.06/2490.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.06/2490.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.06/2490.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.06/2490.61		at concrete.Solver.foreach(Solver.scala:68)
2520.06/2490.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.06/2490.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.06/2490.61		at scala.util.Success.map(Try.scala:209)
2520.06/2490.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2490.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.06/2490.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.06/2490.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2490.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.06/2490.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.06/2490.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.06/2490.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.06/2490.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.06/2490.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.06/2490.61		at scala.App.main(App.scala:76)
2520.06/2490.61		at scala.App.main$(App.scala:74)
2520.06/2490.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.06/2490.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2490.62	v <instantiation cost="115">
2520.06/2490.62	v       <list>
2520.06/2490.62	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] 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]
2520.06/2490.62	v       </list>
2520.06/2490.62	v       <values>
2520.06/2490.62	v         11 14 12 9 13 15 16 22 24 23 21 20 18 19 17 10 8 7 3 5 1 0 2 4 6 4 4 4 6 5 5 8 12 3 2 4 3 2 1 8 6 1 4 5 4 7 2 2 4 9
2520.06/2490.62	v       </values>
2520.06/2490.62	v     </instantiation>
2520.06/2490.62	s SATISFIABLE

Verifier Data

OK	115

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295959-1532601934/watcher-4295959-1532601934 -o /tmp/evaluation-result-4295959-1532601934/solver-4295959-1532601934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2000324480 -superng HOME/instance-4295959-1532601934.xml 

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

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=8527, runsolver pid=8524
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.77 1.89 1.78 3/206 8584
/proc/meminfo: memFree=20900268/32770624 swapFree=67076936/67108860
[pid=8527] ppid=8524 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 4220 13255 0 0 1 1 5 2 20 0 6 0 77756545 10212057088 4582 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2493178 4582 1930 1 0 2481616 0
[pid=8527/tid=8580] ppid=8524 vsize=9972712 memory=-8889949278721851327 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 2042 13255 0 0 0 0 5 2 20 0 6 0 77756554 10212057088 4582 33554432000 4194304 4196468 140721653955440 140327151075920 140327164921651 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 6 0 77756555 10212057088 4582 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=9972712 memory=140151909402240 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 6 0 77756555 10212057088 4582 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 6 0 77756555 10212057088 4582 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 6 0 77756555 10212057088 4582 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209935 s]*
/proc/loadavg: 1.77 1.89 1.78 3/215 8593
/proc/meminfo: memFree=20876748/32770624 swapFree=67076936/67108860
[pid=8527] ppid=8524 vsize=10821524 memory=46708 CPUtime=0.25 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 8399 13255 0 0 16 2 5 2 20 0 15 0 77756545 11081240576 11677 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2705381 11677 2965 1 0 2667804 0
[pid=8527/tid=8580] ppid=8524 vsize=10818936 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 5360 13255 0 0 10 1 5 2 20 0 15 0 77756554 11078590464 11397 33554432000 4194304 4196468 140721653955440 140327151063968 140327171918877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10818936 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11078590464 11397 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10818936 memory=140151909424521 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11078590464 11397 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11078590464 11397 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 77756555 11078590464 11463 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10818936 memory=140151909402240 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 77756556 11078590464 11463 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 33 13255 0 0 0 0 5 2 20 0 15 0 77756556 11078590464 11463 33554432000 4194304 4196468 140721653955440 140326637356448 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756557 11078590464 11463 33554432000 4194304 4196468 140721653955440 140326043903472 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10818936 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11078590464 11529 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10818936 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) S 8524 8527 5667 0 -1 1077944384 531 13255 0 0 1 0 5 2 20 0 15 0 77756559 11078590464 11529 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 54 13255 0 0 0 0 5 2 20 0 15 0 77756559 11078590464 11529 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10818936 memory=140151909402240 CPUtime=0.1 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) S 8524 8527 5667 0 -1 1077944384 550 13255 0 0 3 0 5 2 20 0 15 0 77756559 11078590464 11529 33554432000 4194304 4196468 140721653955440 140326601693424 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10818936 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11078590464 11595 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10818936 memory=140151909402240 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756560 11078590464 11595 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 46708 KiB

[startup+0.310384 s]*
/proc/loadavg: 1.77 1.89 1.78 4/215 8593
/proc/meminfo: memFree=20863220/32770624 swapFree=67076936/67108860
[pid=8527] ppid=8524 vsize=10819352 memory=54996 CPUtime=0.38 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 10334 13255 0 0 29 2 5 2 20 0 15 0 77756545 11079016448 13749 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2704838 13749 3084 1 0 2667149 0
[pid=8527/tid=8580] ppid=8524 vsize=10819352 memory=8112282956445269571 CPUtime=0.27 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 6951 13255 0 0 19 1 5 2 20 0 15 0 77756554 11079016448 13749 33554432000 4194304 4196468 140721653955440 140327151051168 140327171476286 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 13749 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 13749 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 13749 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 13749 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 77756556 11079016448 13749 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 33 13255 0 0 0 0 5 2 20 0 15 0 77756556 11079016448 13749 33554432000 4194304 4196468 140721653955440 140326637356448 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756557 11079016448 13749 33554432000 4194304 4196468 140721653955440 140326043903472 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11079016448 13749 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) S 8524 8527 5667 0 -1 1077944384 531 13255 0 0 2 0 5 2 20 0 15 0 77756559 11079016448 13749 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 55 13255 0 0 1 0 5 2 20 0 15 0 77756559 11079016448 13749 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10819352 memory=140151909402240 CPUtime=0.12 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) S 8524 8527 5667 0 -1 1077944384 562 13255 0 0 5 0 5 2 20 0 15 0 77756559 11079016448 13749 33554432000 4194304 4196468 140721653955440 140326601693424 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11079016448 13749 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10819352 memory=140151909402240 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756560 11079016448 13749 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54996 KiB

[startup+0.700786 s]
/proc/loadavg: 1.77 1.89 1.78 3/215 8593
/proc/meminfo: memFree=20854536/32770624 swapFree=67076936/67108860
[pid=8527] ppid=8524 vsize=10819352 memory=87388 CPUtime=0.98 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 16411 13255 0 0 87 4 5 2 20 0 15 0 77756545 11079016448 21847 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2704838 21847 3243 1 0 2667149 0
[pid=8527/tid=8580] ppid=8524 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 11940 13255 0 0 55 3 5 2 20 0 15 0 77756554 11079016448 21847 33554432000 4194304 4196468 140721653955440 140327151059984 140327160802692 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 21847 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 21847 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10819352 memory=140151762334480 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 21847 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10819352 memory=140153372803657 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 77756555 11079016448 21847 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10819352 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 5 13255 0 0 0 0 5 2 20 0 15 0 77756556 11079016448 21847 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10819352 memory=7014751519650764113 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 33 13255 0 0 0 0 5 2 20 0 15 0 77756556 11079016448 21847 33554432000 4194304 4196468 140721653955440 140326637356448 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10819352 memory=7597123233646858610 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756557 11079016448 21847 33554432000 4194304 4196468 140721653955440 140326043903472 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10819352 memory=3604 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11079016448 21847 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10819352 memory=10796 CPUtime=0.15 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) S 8524 8527 5667 0 -1 1077944384 942 13255 0 0 8 0 5 2 20 0 15 0 77756559 11079016448 21847 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10819352 memory=15128 CPUtime=0.16 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 676 13255 0 0 9 0 5 2 20 0 15 0 77756559 11079016448 21847 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10819352 memory=640 CPUtime=0.2 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) S 8524 8527 5667 0 -1 1077944384 610 13255 0 0 13 0 5 2 20 0 15 0 77756559 11079016448 21847 33554432000 4194304 4196468 140721653955440 140326601693424 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10819352 memory=1760 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11079016448 21847 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10819352 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756560 11079016448 21847 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 87388 KiB

[startup+1.50078 s]
/proc/loadavg: 1.77 1.89 1.78 3/215 8593
/proc/meminfo: memFree=20808700/32770624 swapFree=67076936/67108860
[pid=8527] ppid=8524 vsize=10836300 memory=177844 CPUtime=2.29 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 23594 13255 0 0 213 9 5 2 20 0 15 0 77756545 11096371200 44461 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2709075 44461 3472 1 0 2670733 0
[pid=8527/tid=8580] ppid=8524 vsize=10836300 memory=64048 CPUtime=1.42 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 17494 13255 0 0 130 5 5 2 20 0 15 0 77756554 11096371200 44461 33554432000 4194304 4196468 140721653955440 140327151070128 140327163319646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10836300 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 52 13255 0 0 1 0 5 2 20 0 15 0 77756555 11096371200 44461 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10836300 memory=280303524700320 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 22 13255 0 0 1 0 5 2 20 0 15 0 77756555 11096371200 44461 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 31 13255 0 0 1 0 5 2 20 0 15 0 77756555 11096371200 44461 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 241 13255 0 0 1 0 5 2 20 0 15 0 77756555 11096371200 44461 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 49 13255 0 0 1 0 5 2 20 0 15 0 77756556 11096371200 44461 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 33 13255 0 0 0 0 5 2 20 0 15 0 77756556 11096371200 44461 33554432000 4194304 4196468 140721653955440 140326637356512 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 2 13255 0 0 0 0 5 2 20 0 15 0 77756557 11096371200 44461 33554432000 4194304 4196468 140721653955440 140326043903488 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10836300 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11096371200 44461 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10836300 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) R 8524 8527 5667 0 -1 4202560 1166 13255 0 0 20 0 5 2 20 0 15 0 77756559 11096371200 44461 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10836300 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 1153 13255 0 0 25 0 5 2 20 0 15 0 77756559 11096371200 44461 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10836300 memory=8112282956445269571 CPUtime=0.38 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) R 8524 8527 5667 0 -1 4202560 1152 13255 0 0 31 0 5 2 20 0 15 0 77756559 11096371200 44461 33554432000 4194304 4196468 140721653955440 140326601693424 140327179251094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10836300 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11096371200 44461 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10836300 memory=280303524944768 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 1 13255 0 0 0 0 5 2 20 0 15 0 77756560 11096371200 44461 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10836300 KiB

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

/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 77893 13255 0 0 231266 24 5 2 20 0 15 0 77756554 11178180608 153339 33554432000 4194304 4196468 140721653955440 140327151073776 140326744469576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10916192 memory=611208 CPUtime=4.29 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 6316 13255 0 0 402 20 5 2 20 0 15 0 77756555 11178180608 153339 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10916192 memory=613356 CPUtime=4.3 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 9070 13255 0 0 398 25 5 2 20 0 15 0 77756555 11178180608 153339 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10916192 memory=611236 CPUtime=4.29 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 7865 13255 0 0 401 21 5 2 20 0 15 0 77756555 11178180608 153339 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10916192 memory=613356 CPUtime=4.29 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 10979 13255 0 0 399 23 5 2 20 0 15 0 77756555 11178180608 153339 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10916192 memory=5860704123658201174 CPUtime=3.8 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 9257 13255 0 0 353 20 5 2 20 0 15 0 77756556 11178180608 153339 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10916192 memory=613356 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 37 13255 0 0 0 0 5 2 20 0 15 0 77756556 11178180608 153339 33554432000 4194304 4196468 140721653955440 140326637356576 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10916192 memory=613356 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 4 13255 0 0 0 0 5 2 20 0 15 0 77756557 11178180608 153339 33554432000 4194304 4196468 140721653955440 140326043903488 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10916192 memory=613356 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11178180608 153339 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10916192 memory=613356 CPUtime=6.73 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) S 8524 8527 5667 0 -1 1077944384 39545 13255 0 0 660 6 5 2 20 0 15 0 77756559 11178180608 153339 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10916192 memory=613356 CPUtime=6.28 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 26576 13255 0 0 616 5 5 2 20 0 15 0 77756559 11178180608 153339 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10916192 memory=613356 CPUtime=3.3 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) S 8524 8527 5667 0 -1 1077944384 32999 13255 0 0 316 7 5 2 20 0 15 0 77756559 11178180608 153339 33554432000 4194304 4196468 140721653955440 140326601693424 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10916192 memory=613356 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11178180608 153339 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10916192 memory=613356 CPUtime=1.14 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 730 13255 0 0 50 57 5 2 20 0 15 0 77756560 11178180608 153339 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 2350.85 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 613356 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.40 1.41 3/215 8820
/proc/meminfo: memFree=23082048/32770624 swapFree=67076968/67108860
[pid=8527] ppid=8524 vsize=10916192 memory=613376 CPUtime=2411.19 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 224327 13255 0 0 240929 183 5 2 20 0 15 0 77756545 11178180608 153344 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2729048 153344 3520 1 0 2690701 0
[pid=8527/tid=8580] ppid=8524 vsize=10916192 memory=613376 CPUtime=2372.74 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 78257 13255 0 0 237242 25 5 2 20 0 15 0 77756554 11178180608 153344 33554432000 4194304 4196468 140721653955440 140327151074464 140326743471527 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10916192 memory=613376 CPUtime=4.41 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 6330 13255 0 0 413 21 5 2 20 0 15 0 77756555 11178180608 153344 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10916192 memory=280303526151040 CPUtime=4.41 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 9089 13255 0 0 409 25 5 2 20 0 15 0 77756555 11178180608 153344 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10916192 memory=613376 CPUtime=4.4 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 7931 13255 0 0 411 22 5 2 20 0 15 0 77756555 11178180608 153344 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10916192 memory=613376 CPUtime=4.4 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 11330 13255 0 0 410 23 5 2 20 0 15 0 77756555 11178180608 153344 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10916192 memory=613376 CPUtime=3.89 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 9289 13255 0 0 362 20 5 2 20 0 15 0 77756556 11178180608 153344 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10916192 memory=164 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 37 13255 0 0 0 0 5 2 20 0 15 0 77756556 11178180608 153344 33554432000 4194304 4196468 140721653955440 140326637356576 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10916192 memory=20396 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 4 13255 0 0 0 0 5 2 20 0 15 0 77756557 11178180608 153344 33554432000 4194304 4196468 140721653955440 140326043903488 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10916192 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11178180608 153344 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10916192 memory=613356 CPUtime=6.73 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) S 8524 8527 5667 0 -1 1077944384 39547 13255 0 0 660 6 5 2 20 0 15 0 77756559 11178180608 153344 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10916192 memory=613356 CPUtime=6.28 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 26578 13255 0 0 616 5 5 2 20 0 15 0 77756559 11178180608 153344 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10916192 memory=613376 CPUtime=3.3 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) S 8524 8527 5667 0 -1 1077944384 33001 13255 0 0 316 7 5 2 20 0 15 0 77756559 11178180608 153344 33554432000 4194304 4196468 140721653955440 140326601693424 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10916192 memory=613376 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11178180608 153344 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10916192 memory=613376 CPUtime=1.17 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 736 13255 0 0 51 59 5 2 20 0 15 0 77756560 11178180608 153344 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 2411.19 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 613376 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.40 1.41 3/215 8821
/proc/meminfo: memFree=23040932/32770624 swapFree=67076968/67108860
[pid=8527] ppid=8524 vsize=10916192 memory=613448 CPUtime=2471.51 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 224898 13255 0 0 246958 186 5 2 20 0 15 0 77756545 11178180608 153362 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2729048 153362 3520 1 0 2690701 0
[pid=8527/tid=8580] ppid=8524 vsize=10916192 memory=613448 CPUtime=2432.52 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 78539 13255 0 0 243220 25 5 2 20 0 15 0 77756554 11178180608 153362 33554432000 4194304 4196468 140721653955440 140327151074704 140326745591372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10916192 memory=613448 CPUtime=4.51 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 6337 13255 0 0 422 22 5 2 20 0 15 0 77756555 11178180608 153362 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10916192 memory=613448 CPUtime=4.5 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 9123 13255 0 0 418 25 5 2 20 0 15 0 77756555 11178180608 153362 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10916192 memory=613448 CPUtime=4.49 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 7940 13255 0 0 420 22 5 2 20 0 15 0 77756555 11178180608 153362 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10916192 memory=613448 CPUtime=4.51 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 11369 13255 0 0 421 23 5 2 20 0 15 0 77756555 11178180608 153362 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10916192 memory=613448 CPUtime=3.99 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 9475 13255 0 0 371 21 5 2 20 0 15 0 77756556 11178180608 153362 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10916192 memory=613448 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 37 13255 0 0 0 0 5 2 20 0 15 0 77756556 11178180608 153362 33554432000 4194304 4196468 140721653955440 140326637356576 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10916192 memory=613448 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 4 13255 0 0 0 0 5 2 20 0 15 0 77756557 11178180608 153362 33554432000 4194304 4196468 140721653955440 140326043903488 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10916192 memory=613448 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11178180608 153362 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10916192 memory=613448 CPUtime=6.73 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) S 8524 8527 5667 0 -1 1077944384 39547 13255 0 0 660 6 5 2 20 0 15 0 77756559 11178180608 153362 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10916192 memory=613448 CPUtime=6.28 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 26578 13255 0 0 616 5 5 2 20 0 15 0 77756559 11178180608 153362 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10916192 memory=613448 CPUtime=3.3 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) S 8524 8527 5667 0 -1 1077944384 33001 13255 0 0 316 7 5 2 20 0 15 0 77756559 11178180608 153362 33554432000 4194304 4196468 140721653955440 140326601693424 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10916192 memory=613448 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11178180608 153362 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10916192 memory=613448 CPUtime=1.2 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 750 13255 0 0 53 60 5 2 20 0 15 0 77756560 11178180608 153362 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 2471.51 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 613448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2490.6 s]
/proc/loadavg: 1.41 1.39 1.41 3/215 8822
/proc/meminfo: memFree=23058648/32770624 swapFree=67076968/67108860
[pid=8527] ppid=8524 vsize=10916192 memory=613460 CPUtime=2520.06 cores=1,3,5,7
/proc/8527/stat : 8527 (java) S 8524 8527 5667 0 -1 1077944320 226040 13255 0 0 251810 189 5 2 20 0 15 0 77756545 11178180608 153365 33554432000 4194304 4196468 140721653955440 140721653937984 140327179239159 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
/proc/8527/statm: 2729048 153365 3520 1 0 2690701 0
[pid=8527/tid=8580] ppid=8524 vsize=10916192 memory=796 CPUtime=2480.66 cores=1,3,5,7
/proc/8527/task/8580/stat : 8580 (java) R 8524 8527 5667 0 -1 4202560 78951 13255 0 0 248033 26 5 2 20 0 15 0 77756554 11178180608 153365 33554432000 4194304 4196468 140721653955440 140327151074704 140326747146486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8581] ppid=8524 vsize=10916192 memory=1008 CPUtime=4.59 cores=1,3,5,7
/proc/8527/task/8581/stat : 8581 (java) S 8524 8527 5667 0 -1 1077944384 6409 13255 0 0 430 22 5 2 20 0 15 0 77756555 11178180608 153365 33554432000 4194304 4196468 140721653955440 140327183481104 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8582] ppid=8524 vsize=10916192 memory=15316 CPUtime=4.59 cores=1,3,5,7
/proc/8527/task/8582/stat : 8582 (java) S 8524 8527 5667 0 -1 1077944384 9171 13255 0 0 426 26 5 2 20 0 15 0 77756555 11178180608 153365 33554432000 4194304 4196468 140721653955440 140327071754640 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8583] ppid=8524 vsize=10916192 memory=8112282956445269571 CPUtime=4.57 cores=1,3,5,7
/proc/8527/task/8583/stat : 8583 (java) S 8524 8527 5667 0 -1 1077944384 7962 13255 0 0 428 22 5 2 20 0 15 0 77756555 11178180608 153365 33554432000 4194304 4196468 140721653955440 140327070702096 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8584] ppid=8524 vsize=10916192 memory=1876 CPUtime=4.59 cores=1,3,5,7
/proc/8527/task/8584/stat : 8584 (java) S 8524 8527 5667 0 -1 1077944384 11733 13255 0 0 428 24 5 2 20 0 15 0 77756555 11178180608 153365 33554432000 4194304 4196468 140721653955440 140327069649552 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8585] ppid=8524 vsize=10916192 memory=1664 CPUtime=4.06 cores=1,3,5,7
/proc/8527/task/8585/stat : 8585 (java) S 8524 8527 5667 0 -1 1077944384 9678 13255 0 0 378 21 5 2 20 0 15 0 77756556 11178180608 153365 33554432000 4194304 4196468 140721653955440 140326638410224 140327179250306 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8586] ppid=8524 vsize=10916192 memory=1828 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8586/stat : 8586 (java) S 8524 8527 5667 0 -1 1077944384 37 13255 0 0 0 0 5 2 20 0 15 0 77756556 11178180608 153365 33554432000 4194304 4196468 140721653955440 140326637356576 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8587] ppid=8524 vsize=10916192 memory=800 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8587/stat : 8587 (java) S 8524 8527 5667 0 -1 1077944384 4 13255 0 0 0 0 5 2 20 0 15 0 77756557 11178180608 153365 33554432000 4194304 4196468 140721653955440 140326043903488 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8588] ppid=8524 vsize=10916192 memory=5204 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8588/stat : 8588 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756559 11178180608 153365 33554432000 4194304 4196468 140721653955440 140325736504016 140327179257755 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8589] ppid=8524 vsize=10916192 memory=12816 CPUtime=6.73 cores=1,3,5,7
/proc/8527/task/8589/stat : 8589 (java) S 8524 8527 5667 0 -1 1077944384 39549 13255 0 0 660 6 5 2 20 0 15 0 77756559 11178180608 153365 33554432000 4194304 4196468 140721653955440 140326603798512 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8590] ppid=8524 vsize=10916192 memory=8112282956445269571 CPUtime=6.28 cores=1,3,5,7
/proc/8527/task/8590/stat : 8590 (java) S 8524 8527 5667 0 -1 1077944384 26580 13255 0 0 616 5 5 2 20 0 15 0 77756559 11178180608 153365 33554432000 4194304 4196468 140721653955440 140326602745968 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8591] ppid=8524 vsize=10916192 memory=4715433313220523562 CPUtime=3.3 cores=1,3,5,7
/proc/8527/task/8591/stat : 8591 (java) S 8524 8527 5667 0 -1 1077944384 33003 13255 0 0 316 7 5 2 20 0 15 0 77756559 11178180608 153365 33554432000 4194304 4196468 140721653955440 140326601693424 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8592] ppid=8524 vsize=10916192 memory=4641336974775440486 CPUtime=0.07 cores=1,3,5,7
/proc/8527/task/8592/stat : 8592 (java) S 8524 8527 5667 0 -1 1077944384 3 13255 0 0 0 0 5 2 20 0 15 0 77756560 11178180608 153365 33554432000 4194304 4196468 140721653955440 140325702945376 140327179249365 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
[pid=8527/tid=8593] ppid=8524 vsize=10916192 memory=7656227485577208939 CPUtime=1.22 cores=1,3,5,7
/proc/8527/task/8593/stat : 8593 (java) S 8524 8527 5667 0 -1 1077944384 765 13255 0 0 54 61 5 2 20 0 15 0 77756560 11178180608 153365 33554432000 4194304 4196468 140721653955440 140326600641328 140327179250306 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11034624 140721653962923 140721653966172 140721653966172 140721653968847 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 613460 KiB

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

[startup+2490.63 s]
# the end of solver process 8527 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.18 s, system=1.92782 s

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

Child status: 143
Real time (s): 2490.63
CPU time (s): 2520.11
CPU user time (s): 2518.18
CPU system time (s): 1.92782
CPU usage (%): 101.184
Max. virtual memory (cumulated for all children) (KiB): 10916192
Max. memory (cumulated for all children) (KiB): 674760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.18
system time used= 1.92782
maximum resident set size= 677296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240182
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147502
involuntary context switches= 3824


# summary of solver processes directly reported to runsolver:
#   pid: 8527
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.18
#   total CPU system time (s): 1.92782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4638 second user time and 23.1403 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-26 12:45:34
IDJOB=4295959
IDBENCH=141622
IDSOLVER=2751
FILE ID=node102/4295959-1532601934
RUNJOBID= node102-1532594593-7269
PBS_JOBID= 21021970
Free space on /tmp= 52720 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295959-1532601934/watcher-4295959-1532601934 -o /tmp/evaluation-result-4295959-1532601934/solver-4295959-1532601934 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532594593-7269 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=2000324480 -superng HOME/instance-4295959-1532601934.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
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:        20905652 kB
MemAvailable:   28645896 kB
Buffers:          188152 kB
Cached:          7788264 kB
SwapCached:         5360 kB
Active:          4664380 kB
Inactive:        6656304 kB
Active(anon):    3315548 kB
Inactive(anon):    53676 kB
Active(file):    1348832 kB
Inactive(file):  6602628 kB
Unevictable:        6616 kB
Mlocked:            6616 kB
SwapTotal:      67108860 kB
SwapFree:       67076936 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:       3455008 kB
Mapped:            46932 kB
Shmem:             21868 kB
Slab:             237376 kB
SReclaimable:     209240 kB
SUnreclaim:        28136 kB
KernelStack:        3808 kB
PageTables:        11884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4342952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3137536 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:27:05