Trace number 4302693

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)194 252.085 238.934

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark157
Best CPU time to get the best result obtained on this benchmark252.05
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
8.72/4.20	o 285
10.65/4.87	o 279
10.65/4.88	o 277
10.96/4.96	o 276
13.94/6.57	o 275
14.11/6.70	o 269
19.11/10.84	o 257
19.11/10.86	o 254
20.71/12.22	o 251
21.07/12.51	o 250
23.11/14.04	o 247
27.60/18.02	o 245
27.60/18.03	o 241
27.60/18.03	o 240
28.38/18.74	o 237
28.38/18.74	o 236
30.45/20.79	o 229
30.45/20.80	o 225
30.69/21.00	o 223
31.91/22.14	o 222
36.25/26.39	o 220
36.65/26.75	o 219
40.68/30.56	o 218
40.68/30.58	o 216
41.63/31.42	o 215
41.63/31.43	o 213
43.65/33.40	o 208
119.34/108.34	o 207
122.98/111.97	o 206
124.29/113.24	o 205
127.36/116.21	o 204
127.86/116.73	o 203
127.86/116.75	o 199
215.59/202.98	o 197
220.76/208.06	o 196
220.76/208.06	o 195
241.30/228.33	o 194
252.04/238.91	Exception in thread "main" java.util.concurrent.TimeoutException
252.04/238.91		at concrete.MAC.mac(MAC.scala:188)
252.04/238.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/238.91		at scala.util.Try$.apply(Try.scala:209)
252.04/238.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/238.91		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/238.91		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/238.91		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/238.91		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/238.91		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/238.91		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/238.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/238.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/238.91		at concrete.MAC.oneRun(MAC.scala:253)
252.04/238.91		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/238.91		at concrete.MAC.nextSolution(MAC.scala:355)
252.04/238.91		at concrete.Solver.hasNext(Solver.scala:166)
252.04/238.91		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/238.91		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/238.91		at concrete.Solver.foreach(Solver.scala:68)
252.04/238.91		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/238.91		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/238.91		at scala.util.Success.map(Try.scala:209)
252.04/238.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/238.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/238.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/238.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/238.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/238.91		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/238.91		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/238.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/238.91		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/238.91		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/238.91		at scala.App.main(App.scala:76)
252.04/238.91		at scala.App.main$(App.scala:74)
252.04/238.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/238.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/238.91	v <instantiation cost="194">
252.04/238.91	v       <list>
252.04/238.91	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34]
252.04/238.91	v       </list>
252.04/238.91	v       <values>
252.04/238.91	v         18 19 22 26 27 28 29 30 33 34 32 24 23 20 9 15 10 3 8 14 31 25 13 0 2 1 6 11 4 5 7 12 16 17 21 4 4 12 2 4 1 4 2 3 12 8 5 5 8 7 4 4 4 4 18 4 12 9 2 8 4 4 4 2 4 5 6 2 9 4
252.04/238.91	v       </values>
252.04/238.91	v     </instantiation>
252.04/238.91	s SATISFIABLE

Verifier Data

OK	194

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302693-1532898679/watcher-4302693-1532898679 -o /tmp/evaluation-result-4302693-1532898679/solver-4302693-1532898679 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1662529197 -superng HOME/instance-4302693-1532898679.xml 

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

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


[startup+0.100118 s]*
/proc/loadavg: 1.65 1.66 1.76 3/208 22176
/proc/meminfo: memFree=22951856/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=10005480 memory=19124 CPUtime=0.09 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 4402 13101 0 0 1 1 4 3 20 0 6 0 107431057 10245611520 4781 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2501370 4781 1935 1 0 2489808 0
[pid=22119/tid=22172] ppid=22116 vsize=10005480 memory=4279135703980080784 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 2226 13101 0 0 1 0 4 3 20 0 6 0 107431066 10245611520 4781 33554432000 4194304 4196468 140736026672112 140207893512784 140207906988025 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 6 0 107431067 10245611520 4781 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=10005480 memory=139692561995392 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 6 0 107431067 10245611520 4781 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 6 0 107431067 10245611520 4781 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2 13101 0 0 0 0 4 3 20 0 6 0 107431067 10245611520 4781 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 19124 KiB

[startup+0.210098 s]*
/proc/loadavg: 1.65 1.66 1.76 3/217 22185
/proc/meminfo: memFree=22930612/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=10983736 memory=45792 CPUtime=0.26 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 8130 13101 0 0 17 2 4 3 20 0 15 0 107431057 11247345664 11448 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2745934 11448 2954 1 0 2708357 0
[pid=22119/tid=22172] ppid=22116 vsize=10985364 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 5025 13101 0 0 10 1 4 3 20 0 15 0 107431066 11249012736 11778 33554432000 4194304 4196468 140736026672112 140207893500832 140207914355741 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=10985364 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11249012736 11778 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=10985364 memory=3545937385836320416 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11249012736 11778 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11249012736 11778 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2 13101 0 0 0 0 4 3 20 0 15 0 107431067 11249012736 11844 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=10985364 memory=139692561995392 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 2 13101 0 0 0 0 4 3 20 0 15 0 107431068 11249012736 11844 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=10985364 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 13 13101 0 0 0 0 4 3 20 0 15 0 107431069 11249012736 11844 33554432000 4194304 4196468 140736026672112 140206724343200 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431069 11249012736 11844 33554432000 4194304 4196468 140736026672112 140206523016688 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=10985364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11249012736 11844 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=10985364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 434 13101 0 0 1 0 4 3 20 0 15 0 107431071 11249012736 11844 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=10985364 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 192 13101 0 0 1 0 4 3 20 0 15 0 107431071 11249012736 11495 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=10985364 memory=139692561995392 CPUtime=0.1 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) S 22116 22119 12222 0 -1 1077944384 595 13101 0 0 3 0 4 3 20 0 15 0 107431071 11249012736 11495 33554432000 4194304 4196468 140736026672112 140207411615984 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=10983736 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11247345664 11495 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=10983736 memory=139692561995392 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431072 11247345664 11255 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10983736 KiB
Current children cumulated memory: 45792 KiB

[startup+0.310593 s]*
/proc/loadavg: 1.65 1.66 1.76 3/217 22185
/proc/meminfo: memFree=22918200/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=10983192 memory=55448 CPUtime=0.38 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 10425 13101 0 0 28 3 4 3 20 0 15 0 107431057 11246788608 13862 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2745798 13862 3073 1 0 2708109 0
[pid=22119/tid=22172] ppid=22116 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 6983 13101 0 0 19 2 4 3 20 0 15 0 107431066 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207893488032 140207905818360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 2 13101 0 0 0 0 4 3 20 0 15 0 107431068 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 13 13101 0 0 0 0 4 3 20 0 15 0 107431069 11246788608 13862 33554432000 4194304 4196468 140736026672112 140206724343200 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431069 11246788608 13862 33554432000 4194304 4196468 140736026672112 140206523016688 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11246788608 13862 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 437 13101 0 0 1 0 4 3 20 0 15 0 107431071 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 195 13101 0 0 1 0 4 3 20 0 15 0 107431071 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=10983192 memory=139692561995392 CPUtime=0.11 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) R 22116 22119 12222 0 -1 4202560 601 13101 0 0 4 0 4 3 20 0 15 0 107431071 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207411615984 140207903260305 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11246788608 13862 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=10983192 memory=139692561995392 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431072 11246788608 13862 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55448 KiB

[startup+0.700762 s]
/proc/loadavg: 1.65 1.66 1.76 3/217 22185
/proc/meminfo: memFree=22907160/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=10983192 memory=88756 CPUtime=0.98 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 16768 13101 0 0 87 4 4 3 20 0 15 0 107431057 11246788608 22189 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2745798 22189 3247 1 0 2708109 0
[pid=22119/tid=22172] ppid=22116 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 12221 13101 0 0 56 3 4 3 20 0 15 0 107431066 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207893496688 140207901941852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=10983192 memory=489 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2 13101 0 0 0 0 4 3 20 0 15 0 107431067 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=10983192 memory=7301570131460772950 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 5 13101 0 0 0 0 4 3 20 0 15 0 107431068 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=10983192 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 13 13101 0 0 0 0 4 3 20 0 15 0 107431069 11246788608 22189 33554432000 4194304 4196468 140736026672112 140206724343200 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431069 11246788608 22189 33554432000 4194304 4196468 140736026672112 140206523016688 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11246788608 22189 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=10983192 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 1023 13101 0 0 9 0 4 3 20 0 15 0 107431071 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=10983192 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 606 13101 0 0 7 0 4 3 20 0 15 0 107431071 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) S 22116 22119 12222 0 -1 1077944384 696 13101 0 0 13 0 4 3 20 0 15 0 107431071 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207411615984 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11246788608 22189 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431072 11246788608 22189 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88756 KiB

[startup+1.5007 s]
/proc/loadavg: 1.65 1.66 1.76 3/217 22185
/proc/meminfo: memFree=22860952/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=10998092 memory=180636 CPUtime=2.37 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 24343 13101 0 0 220 10 4 3 20 0 15 0 107431057 11262046208 45159 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2749523 45159 3468 1 0 2711181 0
[pid=22119/tid=22172] ppid=22116 vsize=10998092 memory=4951091520830867572 CPUtime=1.43 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 17732 13101 0 0 130 6 4 3 20 0 15 0 107431066 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207893508032 140207901951837 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=10998092 memory=4134606225630022328 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 229 13101 0 0 1 0 4 3 20 0 15 0 107431067 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=10998092 memory=-5153075247759266159 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 50 13101 0 0 1 0 4 3 20 0 15 0 107431067 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=10998092 memory=-7740100956999625361 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 25 13101 0 0 1 0 4 3 20 0 15 0 107431067 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=10998092 memory=121192 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 22 13101 0 0 0 0 4 3 20 0 15 0 107431067 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 51 13101 0 0 1 0 4 3 20 0 15 0 107431068 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 14 13101 0 0 0 0 4 3 20 0 15 0 107431069 11262046208 45159 33554432000 4194304 4196468 140736026672112 140206724343264 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=10998092 memory=279384804098336 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431069 11262046208 45159 33554432000 4194304 4196468 140736026672112 140206523016704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=10998092 memory=279384804513280 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11262046208 45159 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=10998092 memory=139692402058880 CPUtime=0.34 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 1499 13101 0 0 27 0 4 3 20 0 15 0 107431071 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=10998092 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 1243 13101 0 0 22 0 4 3 20 0 15 0 107431071 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=10998092 memory=1200 CPUtime=0.4 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) S 22116 22119 12222 0 -1 1077944384 1280 13101 0 0 33 0 4 3 20 0 15 0 107431071 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207411615984 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=10998092 memory=15876 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11262046208 45159 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=10998092 memory=4044 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 1 13101 0 0 0 0 4 3 20 0 15 0 107431072 11262046208 45159 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10998092 KiB

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

/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 60362 13101 0 0 16152 17 4 3 20 0 15 0 107431066 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207893510320 140207492390011 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=11080032 memory=656616 CPUtime=0.38 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 3499 13101 0 0 23 8 4 3 20 0 15 0 107431067 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=11080032 memory=658152 CPUtime=0.38 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 2625 13101 0 0 23 8 4 3 20 0 15 0 107431067 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=11080032 memory=4612 CPUtime=0.38 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1487 13101 0 0 23 8 4 3 20 0 15 0 107431067 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=11080032 memory=658668 CPUtime=0.38 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2668 13101 0 0 23 8 4 3 20 0 15 0 107431067 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=11080032 memory=658152 CPUtime=0.2 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 2277 13101 0 0 11 2 4 3 20 0 15 0 107431068 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=11080032 memory=659180 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 15 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 164538 33554432000 4194304 4196468 140736026672112 140206724343328 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 8 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 164538 33554432000 4194304 4196468 140736026672112 140206523016704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=11080032 memory=660720 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11345952768 164538 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=11080032 memory=662260 CPUtime=4.63 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 21855 13101 0 0 453 3 4 3 20 0 15 0 107431071 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=11080032 memory=657644 CPUtime=4.91 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 20858 13101 0 0 481 3 4 3 20 0 15 0 107431071 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=11080032 memory=5372 CPUtime=2.03 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) S 22116 22119 12222 0 -1 1077944384 18501 13101 0 0 192 4 4 3 20 0 15 0 107431071 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207411615984 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=11080032 memory=657644 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11345952768 164538 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=11080032 memory=658668 CPUtime=0.14 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 160 13101 0 0 2 5 4 3 20 0 15 0 107431072 11345952768 164538 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 174.67 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 658152 KiB

[startup+222.301 s]
/proc/loadavg: 1.57 1.72 1.77 3/217 22319
/proc/meminfo: memFree=22431704/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=11080032 memory=631300 CPUtime=235.22 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 143239 13101 0 0 23442 73 4 3 20 0 15 0 107431057 11345952768 157825 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2770008 157825 3526 1 0 2731661 0
[pid=22119/tid=22172] ppid=22116 vsize=11080032 memory=637156 CPUtime=221.57 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 61654 13101 0 0 22133 17 4 3 20 0 15 0 107431066 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207893510560 140207492789060 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=11080032 memory=636132 CPUtime=0.47 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 4179 13101 0 0 31 9 4 3 20 0 15 0 107431067 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=11080032 memory=635620 CPUtime=0.46 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 3830 13101 0 0 30 9 4 3 20 0 15 0 107431067 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=11080032 memory=636640 CPUtime=0.47 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1693 13101 0 0 31 9 4 3 20 0 15 0 107431067 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=11080032 memory=636640 CPUtime=0.46 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2889 13101 0 0 31 8 4 3 20 0 15 0 107431067 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=11080032 memory=631300 CPUtime=0.26 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 2615 13101 0 0 17 2 4 3 20 0 15 0 107431068 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=11080032 memory=631300 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 15 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 157825 33554432000 4194304 4196468 140736026672112 140206724343328 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=11080032 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 8 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 157825 33554432000 4194304 4196468 140736026672112 140206523016704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11345952768 157825 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=11080032 memory=631300 CPUtime=4.77 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 22514 13101 0 0 466 4 4 3 20 0 15 0 107431071 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=11080032 memory=4012 CPUtime=5.03 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 22652 13101 0 0 493 3 4 3 20 0 15 0 107431071 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=11080032 memory=30656 CPUtime=2.09 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) S 22116 22119 12222 0 -1 1077944384 18802 13101 0 0 197 5 4 3 20 0 15 0 107431071 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207411615984 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=11080032 memory=631300 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11345952768 157825 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=11080032 memory=56 CPUtime=0.16 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 191 13101 0 0 3 6 4 3 20 0 15 0 107431072 11345952768 157825 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 235.22 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 631300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.901 s]
/proc/loadavg: 1.44 1.68 1.75 3/215 22319
/proc/meminfo: memFree=22493372/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=11080032 memory=627204 CPUtime=252.04 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 148225 13101 0 0 25123 74 4 3 20 0 15 0 107431057 11345952768 156801 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2770008 156801 3527 1 0 2731661 0
[pid=22119/tid=22172] ppid=22116 vsize=11080032 memory=627204 CPUtime=238.09 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 62709 13101 0 0 23784 18 4 3 20 0 15 0 107431066 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207893510608 140207484926219 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=11080032 memory=627716 CPUtime=0.5 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 4183 13101 0 0 34 9 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=11080032 memory=628228 CPUtime=0.5 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 3834 13101 0 0 34 9 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=11080032 memory=636640 CPUtime=0.51 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1701 13101 0 0 35 9 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=11080032 memory=627204 CPUtime=0.5 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2893 13101 0 0 35 8 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=11080032 memory=4012 CPUtime=0.29 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 2619 13101 0 0 19 3 4 3 20 0 15 0 107431068 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=11080032 memory=631300 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 15 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 156801 33554432000 4194304 4196468 140736026672112 140206724343328 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=11080032 memory=637156 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 8 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 156801 33554432000 4194304 4196468 140736026672112 140206523016704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=11080032 memory=17512 CPUtime=4.81 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 23163 13101 0 0 470 4 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=11080032 memory=630276 CPUtime=5.09 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 23819 13101 0 0 499 3 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=11080032 memory=628744 CPUtime=2.11 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) S 22116 22119 12222 0 -1 1077944384 20893 13101 0 0 199 5 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207411615984 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=11080032 memory=11008 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11345952768 156801 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=11080032 memory=6791534058613427641 CPUtime=0.18 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 191 13101 0 0 4 7 4 3 20 0 15 0 107431072 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627204 KiB

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

[startup+238.934 s]
# the end of solver process 22119 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.292 s, system=0.792495 s

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

[startup+238.901 s]
/proc/loadavg: 1.44 1.68 1.75 3/215 22319
/proc/meminfo: memFree=22493372/32770624 swapFree=67108404/67108860
[pid=22119] ppid=22116 vsize=11080032 memory=627204 CPUtime=252.04 cores=1,3,5,7
/proc/22119/stat : 22119 (java) S 22116 22119 12222 0 -1 1077944320 148225 13101 0 0 25123 74 4 3 20 0 15 0 107431057 11345952768 156801 33554432000 4194304 4196468 140736026672112 140736026654656 140207921676023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
/proc/22119/statm: 2770008 156801 3527 1 0 2731661 0
[pid=22119/tid=22172] ppid=22116 vsize=11080032 memory=627204 CPUtime=238.09 cores=1,3,5,7
/proc/22119/task/22172/stat : 22172 (java) R 22116 22119 12222 0 -1 4202560 62709 13101 0 0 23784 18 4 3 20 0 15 0 107431066 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207893510608 140207484926219 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22173] ppid=22116 vsize=11080032 memory=627716 CPUtime=0.5 cores=1,3,5,7
/proc/22119/task/22173/stat : 22173 (java) S 22116 22119 12222 0 -1 1077944384 4183 13101 0 0 34 9 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207925917968 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22174] ppid=22116 vsize=11080032 memory=628228 CPUtime=0.5 cores=1,3,5,7
/proc/22119/task/22174/stat : 22174 (java) S 22116 22119 12222 0 -1 1077944384 3834 13101 0 0 34 9 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207807183248 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22175] ppid=22116 vsize=11080032 memory=636640 CPUtime=0.51 cores=1,3,5,7
/proc/22119/task/22175/stat : 22175 (java) S 22116 22119 12222 0 -1 1077944384 1701 13101 0 0 35 9 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207806130704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22176] ppid=22116 vsize=11080032 memory=627204 CPUtime=0.5 cores=1,3,5,7
/proc/22119/task/22176/stat : 22176 (java) S 22116 22119 12222 0 -1 1077944384 2893 13101 0 0 35 8 4 3 20 0 15 0 107431067 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207805078160 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22177] ppid=22116 vsize=11080032 memory=4012 CPUtime=0.29 cores=1,3,5,7
/proc/22119/task/22177/stat : 22177 (java) S 22116 22119 12222 0 -1 1077944384 2619 13101 0 0 19 3 4 3 20 0 15 0 107431068 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207414774256 140207921687170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22178] ppid=22116 vsize=11080032 memory=631300 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22178/stat : 22178 (java) S 22116 22119 12222 0 -1 1077944384 15 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 156801 33554432000 4194304 4196468 140736026672112 140206724343328 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22179] ppid=22116 vsize=11080032 memory=637156 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22179/stat : 22179 (java) S 22116 22119 12222 0 -1 1077944384 8 13101 0 0 0 0 4 3 20 0 15 0 107431069 11345952768 156801 33554432000 4194304 4196468 140736026672112 140206523016704 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22180] ppid=22116 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22180/stat : 22180 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140206215617232 140207921694619 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22181] ppid=22116 vsize=11080032 memory=17512 CPUtime=4.81 cores=1,3,5,7
/proc/22119/task/22181/stat : 22181 (java) S 22116 22119 12222 0 -1 1077944384 23163 13101 0 0 470 4 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207413721072 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22182] ppid=22116 vsize=11080032 memory=630276 CPUtime=5.09 cores=1,3,5,7
/proc/22119/task/22182/stat : 22182 (java) S 22116 22119 12222 0 -1 1077944384 23819 13101 0 0 499 3 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207412668528 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22183] ppid=22116 vsize=11080032 memory=628744 CPUtime=2.11 cores=1,3,5,7
/proc/22119/task/22183/stat : 22183 (java) S 22116 22119 12222 0 -1 1077944384 20893 13101 0 0 199 5 4 3 20 0 15 0 107431071 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207411615984 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22184] ppid=22116 vsize=11080032 memory=11008 CPUtime=0.07 cores=1,3,5,7
/proc/22119/task/22184/stat : 22184 (java) S 22116 22119 12222 0 -1 1077944384 3 13101 0 0 0 0 4 3 20 0 15 0 107431072 11345952768 156801 33554432000 4194304 4196468 140736026672112 140205784820320 140207921686229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
[pid=22119/tid=22185] ppid=22116 vsize=11080032 memory=6791534058613427641 CPUtime=0.18 cores=1,3,5,7
/proc/22119/task/22185/stat : 22185 (java) S 22116 22119 12222 0 -1 1077944384 191 13101 0 0 4 7 4 3 20 0 15 0 107431072 11345952768 156801 33554432000 4194304 4196468 140736026672112 140207410563888 140207921687170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25186304 140736026675816 140736026678625 140736026678625 140736026681295 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 627204 KiB

Child status: 143
Real time (s): 238.934
CPU time (s): 252.085
CPU user time (s): 251.292
CPU system time (s): 0.792495
CPU usage (%): 105.504
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 834396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.292
system time used= 0.792495
maximum resident set size= 837484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161979
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17430
involuntary context switches= 362


# summary of solver processes directly reported to runsolver:
#   pid: 22119
#   total CPU time (s): 252.085
#   total CPU user time (s): 251.292
#   total CPU system time (s): 0.792495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.58429 second user time and 2.17431 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 23:11:19
IDJOB=4302693
IDBENCH=141624
IDSOLVER=2777
FILE ID=node148/4302693-1532898679
RUNJOBID= node148-1532892979-13581
PBS_JOBID= 21022520
Free space on /tmp= 47780 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302693-1532898679/watcher-4302693-1532898679 -o /tmp/evaluation-result-4302693-1532898679/solver-4302693-1532898679 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532892979-13581 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1662529197 -superng HOME/instance-4302693-1532898679.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=1662529197

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22959852 kB
MemAvailable:   31012196 kB
Buffers:          249864 kB
Cached:          7952784 kB
SwapCached:          352 kB
Active:          2795536 kB
Inactive:        6376900 kB
Active(anon):     923144 kB
Inactive(anon):    74228 kB
Active(file):    1872392 kB
Inactive(file):  6302672 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             26508 kB
Writeback:             0 kB
AnonPages:        812184 kB
Mapped:            58088 kB
Shmem:             25016 kB
Slab:             333824 kB
SReclaimable:     305740 kB
SUnreclaim:        28084 kB
KernelStack:        3824 kB
PageTables:         7056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2101616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 47752 MiB
End job on node148 at 2018-07-29 23:15:18