Trace number 4403277

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.12.3SAT (TO)174 2400.11 2357.74

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2400.49
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"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.78/0.55	c Concrete v3.12.3.1568965526260 running
9.86/4.17	o 363
9.86/4.19	o 362
10.48/4.33	o 351
10.48/4.33	o 347
10.48/4.33	o 342
10.48/4.33	o 336
10.48/4.33	o 335
10.79/4.44	o 294
10.79/4.47	o 292
10.79/4.48	o 290
11.08/4.50	o 288
11.08/4.51	o 287
11.08/4.51	o 286
11.08/4.51	o 284
11.08/4.55	o 283
11.53/4.70	o 272
11.53/4.71	o 268
11.53/4.77	o 267
13.74/5.92	o 265
13.74/5.92	o 263
13.74/5.93	o 261
13.74/5.94	o 258
13.74/5.94	o 255
13.94/6.07	o 248
13.94/6.07	o 247
13.94/6.07	o 246
14.13/6.13	o 238
14.13/6.14	o 235
14.13/6.14	o 234
16.36/7.45	o 230
16.36/7.45	o 228
16.36/7.46	o 226
16.36/7.46	o 224
16.36/7.46	o 223
16.36/7.46	o 221
16.36/7.47	o 220
16.36/7.47	o 219
16.56/7.53	o 218
16.56/7.54	o 216
16.56/7.55	o 214
16.56/7.55	o 213
16.73/7.63	o 208
16.73/7.64	o 206
16.73/7.66	o 203
20.55/10.38	o 201
29.68/18.35	o 196
41.65/30.01	o 195
41.65/30.02	o 193
41.65/30.06	o 185
41.65/30.06	o 184
182.61/167.68	o 182
182.61/167.68	o 179
182.61/167.68	o 178
182.61/167.68	o 177
183.97/168.83	o 176
617.23/595.25	o 175
621.78/599.78	o 174
2400.07/2357.70	Exception in thread "main" java.util.concurrent.TimeoutException
2400.07/2357.70		at concrete.MAC.mac(MAC.scala:192)
2400.07/2357.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.07/2357.70		at scala.util.Try$.apply(Try.scala:210)
2400.07/2357.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.07/2357.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.07/2357.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.07/2357.70		at concrete.MAC.oneRun(MAC.scala:265)
2400.07/2357.70		at concrete.MAC.nextSolution(MAC.scala:284)
2400.07/2357.70		at concrete.MAC.nextSolution(MAC.scala:369)
2400.07/2357.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.07/2357.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2357.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2357.70		at concrete.Solver.foreach(Solver.scala:67)
2400.07/2357.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.07/2357.70		at scala.util.Success.map(Try.scala:262)
2400.07/2357.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.07/2357.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.07/2357.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.07/2357.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.07/2357.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.07/2357.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.07/2357.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.07/2357.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.07/2357.70		at scala.App.$anonfun$main$1(App.scala:73)
2400.07/2357.71		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.07/2357.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.07/2357.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.07/2357.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.07/2357.71		at scala.App.main(App.scala:73)
2400.07/2357.71		at scala.App.main$(App.scala:71)
2400.07/2357.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.07/2357.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.07/2357.71	v <instantiation
2400.07/2357.71	v         cost = '174'>
2400.07/2357.71	v       <list>
2400.07/2357.71	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]
2400.07/2357.71	v       </list>
2400.07/2357.71	v       <values>
2400.07/2357.71	v         24 21 15 23 28 27 26 31 34 32 33 25 11 0 13 12 14 5 1 2 3 6 8 9 7 4 10 18 17 22 16 20 19 29 30 1 4 6 8 6 2 6 1 4 1 9 10 8 7 1 12 9 2 3 6 1 2 2 2 1 10 10 1 5 4 8 1 10 2 9
2400.07/2357.71	v       </values>
2400.07/2357.71	v     </instantiation>
2400.07/2357.71	s SATISFIABLE

Verifier Data

OK	174

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403277-1568980484/watcher-4403277-1568980484 -o /tmp/evaluation-result-4403277-1568980484/solver-4403277-1568980484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1149 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4403277-1568980484.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=5352, runsolver pid=5349
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.23 1.30 1.38 3/217 5410
/proc/meminfo: memFree=3271172/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=9972712 memory=16816 CPUtime=0.08 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 4473 13137 0 0 1 0 5 2 20 0 6 0 474305330 10212057088 4204 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2493178 4204 1935 1 0 2481616 0
[pid=5352/tid=5406] ppid=5349 vsize=9972712 memory=-8617482348318186131 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 2300 13137 0 0 0 0 5 2 20 0 6 0 474305339 10212057088 4270 33554432000 4194304 4196468 140726035356080 140330743845456 140330772030621 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=9972712 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 6 0 474305340 10212057088 4270 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=9972712 memory=139977766016640 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 6 0 474305340 10212057088 4270 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 6 0 474305340 10212057088 4270 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 6 0 474305340 10212057088 4270 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.209969 s]*
/proc/loadavg: 1.13 1.28 1.37 3/226 5419
/proc/meminfo: memFree=3250692/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=10820184 memory=42364 CPUtime=0.26 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 7515 13137 0 0 17 2 5 2 20 0 15 0 474305330 11079868416 10591 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2705046 10591 3288 1 0 2667149 0
[pid=5352/tid=5406] ppid=5349 vsize=10820196 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 4023 13137 0 0 10 1 5 2 20 0 15 0 474305339 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330743819728 140330772030621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10820196 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10820196 memory=139977766029390 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10820196 memory=139977766016640 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305342 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 474305342 11079880704 10591 33554432000 4194304 4196468 140726035356080 140329667781664 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305342 11079880704 10591 33554432000 4194304 4196468 140726035356080 140329533563760 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11079880704 10591 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 467 13137 0 0 1 0 5 2 20 0 15 0 474305345 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) R 5349 5352 1113 0 -1 4202560 187 13137 0 0 1 0 5 2 20 0 15 0 474305345 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330229418736 140330749804587 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10820196 memory=139977766016640 CPUtime=0.1 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) S 5349 5352 1113 0 -1 1077944384 615 13137 0 0 3 0 5 2 20 0 15 0 474305345 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330228365936 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11079880704 10591 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10820196 memory=139977766016640 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305345 11079880704 10591 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820184 KiB
Current children cumulated memory: 42364 KiB

[startup+0.310547 s]*
/proc/loadavg: 1.13 1.28 1.37 3/226 5419
/proc/meminfo: memFree=3238028/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=10820196 memory=50564 CPUtime=0.39 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 10892 13137 0 0 29 3 5 2 20 0 15 0 474305330 11079880704 12641 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2705049 12641 3308 1 0 2667149 0
[pid=5352/tid=5406] ppid=5349 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 7374 13137 0 0 19 2 5 2 20 0 15 0 474305339 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330743814848 140330756089182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305342 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 474305342 11079880704 12641 33554432000 4194304 4196468 140726035356080 140329667781664 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305342 11079880704 12641 33554432000 4194304 4196468 140726035356080 140329533563760 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11079880704 12641 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 468 13137 0 0 2 0 5 2 20 0 15 0 474305345 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) S 5349 5352 1113 0 -1 1077944384 189 13137 0 0 2 0 5 2 20 0 15 0 474305345 11079880704 12641 33554432000 4194304 4196468 140726035356080 140330229418736 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10820196 memory=139977766016640 CPUtime=0.12 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) S 5349 5352 1113 0 -1 1077944384 624 13137 0 0 5 0 5 2 20 0 15 0 474305345 11079880704 12706 33554432000 4194304 4196468 140726035356080 140330228365936 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11079880704 12706 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10820196 memory=139977766016640 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305345 11079880704 12706 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50564 KiB

[startup+0.702532 s]
/proc/loadavg: 1.13 1.28 1.37 3/226 5419
/proc/meminfo: memFree=3222532/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=10824364 memory=84140 CPUtime=1.15 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 15250 13137 0 0 103 5 5 2 20 0 15 0 474305330 11084148736 21035 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2706091 21035 3504 1 0 2668173 0
[pid=5352/tid=5406] ppid=5349 vsize=10824364 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 10501 13137 0 0 55 4 5 2 20 0 15 0 474305339 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330743835856 140330772030621 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305340 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10824364 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 2 13137 0 0 0 0 5 2 20 0 15 0 474305340 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 5 13137 0 0 0 0 5 2 20 0 15 0 474305342 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 13 13137 0 0 0 0 5 2 20 0 15 0 474305342 11084148736 21044 33554432000 4194304 4196468 140726035356080 140329667781664 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305342 11084148736 21044 33554432000 4194304 4196468 140726035356080 140329533563760 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11084148736 21044 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10824364 memory=139977614832016 CPUtime=0.19 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 969 13137 0 0 12 0 5 2 20 0 15 0 474305345 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10824364 memory=142489835012746 CPUtime=0.23 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) R 5349 5352 1113 0 -1 4202560 730 13137 0 0 16 0 5 2 20 0 15 0 474305345 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330229405280 140330751701799 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10824364 memory=14048 CPUtime=0.24 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) R 5349 5352 1113 0 -1 4202560 813 13137 0 0 17 0 5 2 20 0 15 0 474305345 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330228365936 140330765108542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11084148736 21044 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10824364 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305345 11084148736 21044 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84140 KiB

[startup+1.50071 s]
/proc/loadavg: 1.13 1.28 1.37 3/226 5419
/proc/meminfo: memFree=3179072/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=10834680 memory=170964 CPUtime=2.55 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 22321 13137 0 0 238 10 5 2 20 0 15 0 474305330 11094712320 42741 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2708670 42741 3579 1 0 2670733 0
[pid=5352/tid=5406] ppid=5349 vsize=10834680 memory=1898397 CPUtime=1.43 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 15445 13137 0 0 130 6 5 2 20 0 15 0 474305339 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330743804720 140330355943908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10834680 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 333 13137 0 0 0 0 5 2 20 0 15 0 474305340 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10834680 memory=205717 CPUtime=0.08 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 61 13137 0 0 1 0 5 2 20 0 15 0 474305340 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 41 13137 0 0 1 0 5 2 20 0 15 0 474305340 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10834680 memory=84140 CPUtime=0.08 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 80 13137 0 0 1 0 5 2 20 0 15 0 474305340 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 174 13137 0 0 1 0 5 2 20 0 15 0 474305342 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10834680 memory=279955229427488 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 14 13137 0 0 0 0 5 2 20 0 15 0 474305342 11094712320 42741 33554432000 4194304 4196468 140726035356080 140329667781728 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10834680 memory=279955229656848 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305342 11094712320 42741 33554432000 4194304 4196468 140726035356080 140329533563776 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11094712320 42741 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10834680 memory=6655300316396806240 CPUtime=0.37 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 1462 13137 0 0 30 0 5 2 20 0 15 0 474305345 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10834680 memory=6944656592455359580 CPUtime=0.37 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) S 5349 5352 1113 0 -1 1077944384 870 13137 0 0 30 0 5 2 20 0 15 0 474305345 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330229418736 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10834680 memory=6944656592455097440 CPUtime=0.48 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) R 5349 5352 1113 0 -1 4202560 1624 13137 0 0 41 0 5 2 20 0 15 0 474305345 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330228365936 140330765105531 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10834680 memory=-7737621075815351712 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11094712320 42741 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10834680 memory=6944656591801718942 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1 13137 0 0 0 0 5 2 20 0 15 0 474305345 11094712320 42741 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 10834680 KiB

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

/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 57218 13137 0 0 223997 42 5 2 20 0 15 0 474305339 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330743843856 140330368547266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10849048 memory=681676 CPUtime=9.54 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 7016 13137 0 0 903 44 5 2 20 0 15 0 474305340 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10849048 memory=681676 CPUtime=9.52 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 9032 13137 0 0 897 48 5 2 20 0 15 0 474305340 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10849048 memory=681676 CPUtime=9.54 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 13067 13137 0 0 905 42 5 2 20 0 15 0 474305340 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10849048 memory=681676 CPUtime=9.51 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 5487 13137 0 0 898 46 5 2 20 0 15 0 474305340 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10849048 memory=681676 CPUtime=8.68 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 9048 13137 0 0 817 44 5 2 20 0 15 0 474305342 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10849048 memory=681676 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 20 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170419 33554432000 4194304 4196468 140726035356080 140329667781728 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10849048 memory=681676 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 8 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170419 33554432000 4194304 4196468 140726035356080 140329533563776 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10849048 memory=681676 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170419 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10849048 memory=681676 CPUtime=5.16 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 24349 13137 0 0 503 6 5 2 20 0 15 0 474305345 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10849048 memory=681676 CPUtime=5.18 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) S 5349 5352 1113 0 -1 1077944384 26816 13137 0 0 506 5 5 2 20 0 15 0 474305345 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330229418736 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10849048 memory=681676 CPUtime=5.04 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) S 5349 5352 1113 0 -1 1077944384 31337 13137 0 0 489 8 5 2 20 0 15 0 474305345 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330228365936 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10849048 memory=681676 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170419 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10849048 memory=2004 CPUtime=1.35 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1119 13137 0 0 59 69 5 2 20 0 15 0 474305345 11109425152 170419 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 2303.46 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 681676 KiB

[startup+2322.3 s]
/proc/loadavg: 1.50 1.40 1.39 3/227 6039
/proc/meminfo: memFree=2470440/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=10849048 memory=683724 CPUtime=2364.2 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 187554 13137 0 0 236101 312 5 2 20 0 15 0 474305330 11109425152 170931 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2712262 170931 3630 1 0 2674317 0
[pid=5352/tid=5406] ppid=5349 vsize=10849048 memory=683724 CPUtime=2299.9 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 57660 13137 0 0 229941 42 5 2 20 0 15 0 474305339 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330743843920 140330371959809 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10849048 memory=683724 CPUtime=9.81 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 7037 13137 0 0 928 46 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10849048 memory=1056 CPUtime=9.77 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 9058 13137 0 0 921 49 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10849048 memory=1556 CPUtime=9.8 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 13304 13137 0 0 930 43 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10849048 memory=780 CPUtime=9.76 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 5546 13137 0 0 922 47 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10849048 memory=3616 CPUtime=8.9 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 9080 13137 0 0 838 45 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10849048 memory=683724 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 20 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329667781728 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10849048 memory=683724 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 8 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329533563776 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10849048 memory=1712 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10849048 memory=692 CPUtime=5.16 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 24349 13137 0 0 503 6 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10849048 memory=683724 CPUtime=5.18 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) S 5349 5352 1113 0 -1 1077944384 26816 13137 0 0 506 5 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330229418736 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10849048 memory=683724 CPUtime=5.04 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) S 5349 5352 1113 0 -1 1077944384 31338 13137 0 0 489 8 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330228365936 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10849048 memory=683724 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10849048 memory=683724 CPUtime=1.38 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1122 13137 0 0 60 71 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 2364.2 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 683724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.7 s]
/proc/loadavg: 1.42 1.38 1.39 3/227 6042
/proc/meminfo: memFree=2469596/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=10849048 memory=683724 CPUtime=2400.07 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 188334 13137 0 0 239684 316 5 2 20 0 15 0 474305330 11109425152 170931 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2712262 170931 3630 1 0 2674317 0
[pid=5352/tid=5406] ppid=5349 vsize=10849048 memory=683724 CPUtime=2335 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 58044 13137 0 0 233450 43 5 2 20 0 15 0 474305339 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330743843216 140330369766432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10849048 memory=289719285 CPUtime=9.96 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 7101 13137 0 0 943 46 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10849048 memory=683724 CPUtime=9.93 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 9062 13137 0 0 937 49 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10849048 memory=683724 CPUtime=9.95 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 13307 13137 0 0 944 44 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10849048 memory=683724 CPUtime=9.92 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 5669 13137 0 0 937 48 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10849048 memory=2832 CPUtime=9.04 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 9262 13137 0 0 851 46 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10849048 memory=55136 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 20 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329667781728 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10849048 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 8 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329533563776 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10849048 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10849048 memory=55136 CPUtime=5.16 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 24351 13137 0 0 503 6 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10849048 memory=683724 CPUtime=5.18 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) S 5349 5352 1113 0 -1 1077944384 26818 13137 0 0 506 5 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330229418736 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10849048 memory=683724 CPUtime=5.04 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) S 5349 5352 1113 0 -1 1077944384 31340 13137 0 0 489 8 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330228365936 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10849048 memory=683724 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10849048 memory=683724 CPUtime=1.4 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1136 13137 0 0 61 72 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 683724 KiB

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

[startup+2357.74 s]
# the end of solver process 5352 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.91 s, system=3.20047 s

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

[startup+2357.7 s]
/proc/loadavg: 1.42 1.38 1.39 3/227 6042
/proc/meminfo: memFree=2469596/32770624 swapFree=66986236/67108860
[pid=5352] ppid=5349 vsize=10849048 memory=683724 CPUtime=2400.07 cores=1,3,5,7
/proc/5352/stat : 5352 (java) S 5349 5352 1113 0 -1 1077944320 188334 13137 0 0 239684 316 5 2 20 0 15 0 474305330 11109425152 170931 33554432000 4194304 4196468 140726035356080 140726035338624 140330772008695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
/proc/5352/statm: 2712262 170931 3630 1 0 2674317 0
[pid=5352/tid=5406] ppid=5349 vsize=10849048 memory=683724 CPUtime=2335 cores=1,3,5,7
/proc/5352/task/5406/stat : 5406 (java) R 5349 5352 1113 0 -1 4202560 58044 13137 0 0 233450 43 5 2 20 0 15 0 474305339 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330743843216 140330369766432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5407] ppid=5349 vsize=10849048 memory=289719285 CPUtime=9.96 cores=1,3,5,7
/proc/5352/task/5407/stat : 5407 (java) S 5349 5352 1113 0 -1 1077944384 7101 13137 0 0 943 46 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330776251536 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5408] ppid=5349 vsize=10849048 memory=683724 CPUtime=9.93 cores=1,3,5,7
/proc/5352/task/5408/stat : 5408 (java) S 5349 5352 1113 0 -1 1077944384 9062 13137 0 0 937 49 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330345032720 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5409] ppid=5349 vsize=10849048 memory=683724 CPUtime=9.95 cores=1,3,5,7
/proc/5352/task/5409/stat : 5409 (java) S 5349 5352 1113 0 -1 1077944384 13307 13137 0 0 944 44 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330343979920 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5410] ppid=5349 vsize=10849048 memory=683724 CPUtime=9.92 cores=1,3,5,7
/proc/5352/task/5410/stat : 5410 (java) S 5349 5352 1113 0 -1 1077944384 5669 13137 0 0 937 48 5 2 20 0 15 0 474305340 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330342927120 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5411] ppid=5349 vsize=10849048 memory=2832 CPUtime=9.04 cores=1,3,5,7
/proc/5352/task/5411/stat : 5411 (java) S 5349 5352 1113 0 -1 1077944384 9262 13137 0 0 851 46 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330231523696 140330772019842 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5412] ppid=5349 vsize=10849048 memory=55136 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5412/stat : 5412 (java) S 5349 5352 1113 0 -1 1077944384 20 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329667781728 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5413] ppid=5349 vsize=10849048 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5413/stat : 5413 (java) S 5349 5352 1113 0 -1 1077944384 8 13137 0 0 0 0 5 2 20 0 15 0 474305342 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329533563776 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5414] ppid=5349 vsize=10849048 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5414/stat : 5414 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329293272912 140330772027291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5415] ppid=5349 vsize=10849048 memory=55136 CPUtime=5.16 cores=1,3,5,7
/proc/5352/task/5415/stat : 5415 (java) S 5349 5352 1113 0 -1 1077944384 24351 13137 0 0 503 6 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330230471536 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5416] ppid=5349 vsize=10849048 memory=683724 CPUtime=5.18 cores=1,3,5,7
/proc/5352/task/5416/stat : 5416 (java) S 5349 5352 1113 0 -1 1077944384 26818 13137 0 0 506 5 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330229418736 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5417] ppid=5349 vsize=10849048 memory=683724 CPUtime=5.04 cores=1,3,5,7
/proc/5352/task/5417/stat : 5417 (java) S 5349 5352 1113 0 -1 1077944384 31340 13137 0 0 489 8 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330228365936 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5418] ppid=5349 vsize=10849048 memory=683724 CPUtime=0.07 cores=1,3,5,7
/proc/5352/task/5418/stat : 5418 (java) S 5349 5352 1113 0 -1 1077944384 3 13137 0 0 0 0 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140329259715296 140330772018901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
[pid=5352/tid=5419] ppid=5349 vsize=10849048 memory=683724 CPUtime=1.4 cores=1,3,5,7
/proc/5352/task/5419/stat : 5419 (java) S 5349 5352 1113 0 -1 1077944384 1136 13137 0 0 61 72 5 2 20 0 15 0 474305345 11109425152 170931 33554432000 4194304 4196468 140726035356080 140330227313328 140330772019842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11214848 140726035360495 140726035363013 140726035363013 140726035365839 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 683724 KiB

Child status: 143
Real time (s): 2357.74
CPU time (s): 2400.11
CPU user time (s): 2396.91
CPU system time (s): 3.20047
CPU usage (%): 101.797
Max. virtual memory (cumulated for all children) (KiB): 10851924
Max. memory (cumulated for all children) (KiB): 794768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.91
system time used= 3.20047
maximum resident set size= 796316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 202235
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250295
involuntary context switches= 9221


# summary of solver processes directly reported to runsolver:
#   pid: 5352
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2396.91
#   total CPU system time (s): 3.20047

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3243 second user time and 22.8791 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 12:44:23
IDJOB=4403277
IDBENCH=135871
IDSOLVER=2862
FILE ID=node104/4403277-1568980484
RUNJOBID= node104-1568963417-1149
PBS_JOBID= 21704634
Free space on /tmp= 9548 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403277-1568980484/watcher-4403277-1568980484 -o /tmp/evaluation-result-4403277-1568980484/solver-4403277-1568980484 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1149 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1467329244 HOME/instance-4403277-1568980484.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=1467329244

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:         3277112 kB
MemAvailable:   31416880 kB
Buffers:          125604 kB
Cached:         27920776 kB
SwapCached:        22656 kB
Active:         14353800 kB
Inactive:       14125716 kB
Active(anon):     356084 kB
Inactive(anon):   126244 kB
Active(file):   13997716 kB
Inactive(file): 13999472 kB
Unevictable:      111380 kB
Mlocked:          111380 kB
SwapTotal:      67108860 kB
SwapFree:       66986236 kB
Dirty:             35452 kB
Writeback:             0 kB
AnonPages:        533776 kB
Mapped:            65740 kB
Shmem:             40700 kB
Slab:             600624 kB
SReclaimable:     571040 kB
SUnreclaim:        29584 kB
KernelStack:        3968 kB
PageTables:        10364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1467044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    448512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9516 MiB
End job on node104 at 2019-09-20 13:23:41