Trace number 4302343

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.2SAT (TO)184 252.102 239.541

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.99/0.73	c Concrete v3.9.2.1532736233296 running
9.16/4.78	o 309
9.36/4.80	o 307
9.36/4.81	o 305
9.36/4.84	o 298
9.36/4.85	o 288
9.36/4.85	o 283
9.36/4.87	o 278
9.68/4.90	o 275
10.03/5.04	o 273
11.20/5.49	o 270
11.20/5.50	o 269
11.51/5.54	o 268
11.51/5.57	o 267
11.51/5.58	o 266
11.51/5.59	o 255
13.01/6.51	o 254
13.01/6.51	o 253
13.01/6.51	o 250
13.01/6.52	o 248
13.01/6.53	o 242
13.23/6.62	o 241
13.23/6.69	o 235
13.33/6.75	o 233
13.33/6.75	o 231
15.65/8.72	o 229
15.80/8.90	o 224
15.91/8.93	o 221
16.27/9.21	o 218
18.20/10.54	o 215
18.20/10.54	o 211
18.20/10.57	o 207
18.46/10.60	o 201
18.62/10.74	o 198
27.95/19.76	o 195
28.28/20.05	o 194
28.39/20.12	o 192
50.60/41.75	o 191
50.60/41.75	o 190
153.72/142.91	o 185
153.72/142.91	o 184
252.04/239.51	Exception in thread "main" java.util.concurrent.TimeoutException
252.04/239.51		at concrete.MAC.mac(MAC.scala:188)
252.04/239.51		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/239.51		at scala.util.Try$.apply(Try.scala:209)
252.04/239.51		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/239.51		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/239.51		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/239.51		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/239.51		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/239.51		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/239.51		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/239.51		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/239.51		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/239.51		at concrete.MAC.oneRun(MAC.scala:253)
252.04/239.51		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/239.51		at concrete.MAC.nextSolution(MAC.scala:355)
252.04/239.51		at concrete.Solver.hasNext(Solver.scala:166)
252.04/239.51		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/239.51		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/239.51		at concrete.Solver.foreach(Solver.scala:68)
252.04/239.51		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/239.51		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/239.51		at scala.util.Success.map(Try.scala:209)
252.04/239.51		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/239.51		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/239.51		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/239.51		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/239.51		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/239.51		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/239.51		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/239.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/239.51		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/239.51		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/239.51		at scala.App.main(App.scala:76)
252.04/239.51		at scala.App.main$(App.scala:74)
252.04/239.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/239.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/239.52	v <instantiation cost="184">
252.04/239.52	v       <list>
252.04/239.52	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/239.52	v       </list>
252.04/239.52	v       <values>
252.04/239.52	v         12 13 21 24 32 23 20 15 19 22 18 10 3 8 7 5 4 2 0 1 6 11 16 14 9 34 33 30 29 28 31 27 26 25 17 1 8 10 8 7 5 6 4 4 4 6 4 4 1 4 2 1 2 7 4 4 3 8 16 25 3 2 4 1 5 3 2 1 8 7
252.04/239.52	v       </values>
252.04/239.52	v     </instantiation>
252.04/239.52	s SATISFIABLE

Verifier Data

OK	184

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302343-1532898399/watcher-4302343-1532898399 -o /tmp/evaluation-result-4302343-1532898399/solver-4302343-1532898399 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13713 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=2125525540 HOME/instance-4302343-1532898399.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=21612, runsolver pid=21609
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.64 1.77 1.77 3/206 21669
/proc/meminfo: memFree=21975236/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=10005480 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 4445 12932 0 0 1 0 5 2 20 0 6 0 107403144 10245611520 4269 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2501370 4269 1935 1 0 2489808 0
[pid=21612/tid=21665] ppid=21609 vsize=10005480 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 2270 12932 0 0 1 0 5 2 20 0 6 0 107403153 10245611520 4335 33554432000 4194304 4196468 140723811372720 139884440937040 139884453180766 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 6 0 107403153 10245611520 4335 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=10012940 memory=139796338026112 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 6 0 107403153 10253250560 4335 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=10020532 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 6 0 107403153 10261024768 4335 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=10021560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 6 0 107403153 10262077440 4335 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209932 s]*
/proc/loadavg: 1.64 1.77 1.77 3/215 21678
/proc/meminfo: memFree=21952916/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=10985364 memory=47016 CPUtime=0.25 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 8428 12932 0 0 17 1 5 2 20 0 15 0 107403144 11249012736 11688 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2746341 11688 2958 1 0 2708764 0
[pid=21612/tid=21665] ppid=21609 vsize=10985364 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 5314 12932 0 0 11 1 5 2 20 0 15 0 107403153 11249012736 11667 33554432000 4194304 4196468 140723811372720 139884440925088 139884461817383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=10983736 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403153 11247345664 11427 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=10983736 memory=139796338026112 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403153 11247345664 11427 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=10982776 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246362624 11419 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246329856 11419 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=10982744 memory=139796338026112 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246329856 11419 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 13 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246329856 11419 33554432000 4194304 4196468 140723811372720 139883326727712 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246329856 11419 33554432000 4194304 4196468 140723811372720 139883125400944 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246329856 11419 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=10982776 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 437 12932 0 0 1 0 5 2 20 0 15 0 107403158 11246362624 11419 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 177 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246362624 11419 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=10982776 memory=139796338026112 CPUtime=0.1 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) S 21609 21612 12183 0 -1 1077944384 615 12932 0 0 3 0 5 2 20 0 15 0 107403158 11246362624 11419 33554432000 4194304 4196468 140723811372720 139883891656816 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=10982776 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246362624 11419 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=10982776 memory=139796338026112 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246362624 11484 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10985364 KiB
Current children cumulated memory: 47016 KiB

[startup+0.310273 s]*
/proc/loadavg: 1.64 1.77 1.77 3/215 21678
/proc/meminfo: memFree=21939252/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=10983192 memory=56136 CPUtime=0.38 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 10621 12932 0 0 29 2 5 2 20 0 15 0 107403144 11246788608 14034 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2745798 14034 3077 1 0 2708109 0
[pid=21612/tid=21665] ppid=21609 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 7171 12932 0 0 20 1 5 2 20 0 15 0 107403153 11246788608 14034 33554432000 4194304 4196468 140723811372720 139884440912288 139884469121626 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=10983192 memory=7012755875661107280 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 14034 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 14034 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 14034 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 14034 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246788608 14034 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 13 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246788608 14034 33554432000 4194304 4196468 140723811372720 139883326727712 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246788608 14034 33554432000 4194304 4196468 140723811372720 139883125400944 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246788608 14034 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 437 12932 0 0 1 0 5 2 20 0 15 0 107403158 11246788608 14034 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 178 12932 0 0 1 0 5 2 20 0 15 0 107403158 11246788608 14034 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) R 21609 21612 12183 0 -1 4202560 623 12932 0 0 5 0 5 2 20 0 15 0 107403158 11246788608 14034 33554432000 4194304 4196468 140723811372720 139883891656816 139884469121626 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246788608 14034 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246788608 14034 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56136 KiB

[startup+0.700804 s]
/proc/loadavg: 1.64 1.77 1.77 3/215 21678
/proc/meminfo: memFree=21930444/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=10983192 memory=88520 CPUtime=0.99 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 16731 12932 0 0 87 5 5 2 20 0 15 0 107403144 11246788608 22130 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2745798 22130 3238 1 0 2708109 0
[pid=21612/tid=21665] ppid=21609 vsize=10983192 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 12226 12932 0 0 57 3 5 2 20 0 15 0 107403153 11246788608 22130 33554432000 4194304 4196468 140723811372720 139884440921104 139884450663808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 22130 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 22130 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 22130 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403153 11246788608 22130 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 5 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246788608 22130 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 13 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246788608 22130 33554432000 4194304 4196468 140723811372720 139883326727712 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403155 11246788608 22130 33554432000 4194304 4196468 140723811372720 139883125400944 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246788608 22130 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=10983192 memory=13252 CPUtime=0.17 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 1024 12932 0 0 10 0 5 2 20 0 15 0 107403158 11246788608 22130 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=10983192 memory=15460 CPUtime=0.13 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 571 12932 0 0 6 0 5 2 20 0 15 0 107403158 11246788608 22130 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=10983192 memory=17668 CPUtime=0.19 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) S 21609 21612 12183 0 -1 1077944384 689 12932 0 0 12 0 5 2 20 0 15 0 107403158 11246788608 22130 33554432000 4194304 4196468 140723811372720 139883891656816 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246788608 22130 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403158 11246788608 22130 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88520 KiB

[startup+1.50078 s]
/proc/loadavg: 1.64 1.77 1.77 3/215 21678
/proc/meminfo: memFree=21883740/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=10998092 memory=180664 CPUtime=2.38 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 24442 12932 0 0 221 10 5 2 20 0 15 0 107403144 11262046208 45166 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2749523 45166 3472 1 0 2711181 0
[pid=21612/tid=21665] ppid=21609 vsize=10998092 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 17716 12932 0 0 130 6 5 2 20 0 15 0 107403153 11262046208 45166 33554432000 4194304 4196468 140723811372720 139884440930272 139884450663783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 17 12932 0 0 1 0 5 2 20 0 15 0 107403153 11262046208 45166 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 25 12932 0 0 1 0 5 2 20 0 15 0 107403153 11262046208 45166 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 209 12932 0 0 1 0 5 2 20 0 15 0 107403153 11262046208 45166 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 74 12932 0 0 0 0 5 2 20 0 15 0 107403153 11262046208 45166 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 55 12932 0 0 1 0 5 2 20 0 15 0 107403155 11262046208 45166 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=10998092 memory=279592438933760 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 13 12932 0 0 0 0 5 2 20 0 15 0 107403155 11262046208 45166 33554432000 4194304 4196468 140723811372720 139883326727776 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 2 12932 0 0 0 0 5 2 20 0 15 0 107403155 11262046208 45166 33554432000 4194304 4196468 140723811372720 139883125400960 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=10998092 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11262046208 45166 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=10998092 memory=1232 CPUtime=0.32 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 1583 12932 0 0 25 0 5 2 20 0 15 0 107403158 11262046208 45166 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=10998092 memory=8560 CPUtime=0.32 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 1226 12932 0 0 24 1 5 2 20 0 15 0 107403158 11262046208 45166 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=10998092 memory=1712 CPUtime=0.41 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) S 21609 21612 12183 0 -1 1077944384 1326 12932 0 0 34 0 5 2 20 0 15 0 107403158 11262046208 45166 33554432000 4194304 4196468 140723811372720 139883891656816 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=10998092 memory=5412 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11262046208 45166 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=10998092 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 1 12932 0 0 0 0 5 2 20 0 15 0 107403158 11262046208 45166 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 2.38 s
Current children cumulated vsize: 10998092 KiB

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

/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 56983 12932 0 0 16089 17 5 2 20 0 15 0 107403153 11345952768 146764 33554432000 4194304 4196468 140723811372720 139884440935584 139884027707072 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=11080032 memory=587056 CPUtime=0.35 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 908 12932 0 0 24 4 5 2 20 0 15 0 107403153 11345952768 146764 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=11080032 memory=4612 CPUtime=0.34 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 1484 12932 0 0 24 3 5 2 20 0 15 0 107403153 11345952768 146764 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=11080032 memory=587056 CPUtime=0.34 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 4109 12932 0 0 24 3 5 2 20 0 15 0 107403153 11345952768 146764 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=11080032 memory=588584 CPUtime=0.34 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 3344 12932 0 0 24 3 5 2 20 0 15 0 107403153 11345952768 146764 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=11080032 memory=587056 CPUtime=0.34 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 2236 12932 0 0 24 3 5 2 20 0 15 0 107403155 11345952768 146764 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=11080032 memory=587056 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 14 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146764 33554432000 4194304 4196468 140723811372720 139883326727840 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=11080032 memory=587056 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 6 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146764 33554432000 4194304 4196468 140723811372720 139883125400960 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=11080032 memory=587056 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146764 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=11080032 memory=587056 CPUtime=5.24 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 23372 12932 0 0 514 3 5 2 20 0 15 0 107403158 11345952768 146764 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=11080032 memory=587056 CPUtime=3.81 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 14779 12932 0 0 371 3 5 2 20 0 15 0 107403158 11345952768 146764 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=11080032 memory=587056 CPUtime=2.15 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) S 21609 21612 12183 0 -1 1077944384 17601 12932 0 0 203 5 5 2 20 0 15 0 107403158 11345952768 146764 33554432000 4194304 4196468 140723811372720 139883891656816 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 47 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=11080032 memory=587056 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146764 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=11080032 memory=2400 CPUtime=0.14 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 233 12932 0 0 2 5 5 2 20 0 15 0 107403158 11345952768 146764 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 173.68 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 587056 KiB

[startup+222.301 s]
/proc/loadavg: 1.21 1.56 1.69 3/216 21820
/proc/meminfo: memFree=23490696/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=11080032 memory=587128 CPUtime=234.61 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 136124 12932 0 0 23400 54 5 2 20 0 15 0 107403144 11345952768 146782 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2770008 146782 3525 1 0 2731661 0
[pid=21612/tid=21665] ppid=21609 vsize=11080032 memory=587128 CPUtime=220.78 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 57912 12932 0 0 22053 18 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884440935840 139884027958522 0 4 0 16800975 0 0 0 -1 1 0 0 45 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.5 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 973 12932 0 0 38 5 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.5 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 2657 12932 0 0 39 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.5 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 4637 12932 0 0 39 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.5 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 3442 12932 0 0 39 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.49 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 2518 12932 0 0 39 3 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 14 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883326727840 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 6 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883125400960 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=11080032 memory=587128 CPUtime=5.45 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 25267 12932 0 0 535 3 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=11080032 memory=4140 CPUtime=4.03 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 16773 12932 0 0 392 4 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=11080032 memory=30768 CPUtime=2.24 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) S 21609 21612 12183 0 -1 1077944384 19471 12932 0 0 212 5 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883891656816 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=11080032 memory=13044 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=11080032 memory=792 CPUtime=0.17 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 259 12932 0 0 4 6 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 234.61 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 587128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+239.501 s]
/proc/loadavg: 1.16 1.52 1.68 3/216 21820
/proc/meminfo: memFree=23491068/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=11080032 memory=587128 CPUtime=252.04 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 136241 12932 0 0 25141 56 5 2 20 0 15 0 107403144 11345952768 146782 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2770008 146782 3525 1 0 2731661 0
[pid=21612/tid=21665] ppid=21609 vsize=11080032 memory=398 CPUtime=237.89 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 57978 12932 0 0 23764 18 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884440929968 139884027958455 0 4 0 16800975 0 0 0 -1 7 0 0 45 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 979 12932 0 0 41 5 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 2658 12932 0 0 42 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 4640 12932 0 0 42 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=11080032 memory=56 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 3443 12932 0 0 42 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 2519 12932 0 0 42 4 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 14 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883326727840 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 6 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883125400960 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=11080032 memory=587128 CPUtime=5.49 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 25269 12932 0 0 539 3 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=11080032 memory=587128 CPUtime=4.08 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 16780 12932 0 0 397 4 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=11080032 memory=279592439757856 CPUtime=2.26 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) S 21609 21612 12183 0 -1 1077944384 19501 12932 0 0 214 5 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883891656816 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=11080032 memory=8560 CPUtime=0.18 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 259 12932 0 0 4 7 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 587128 KiB

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

[startup+239.541 s]
# the end of solver process 21612 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.485 s, system=0.617056 s

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

[startup+239.501 s]
/proc/loadavg: 1.16 1.52 1.68 3/216 21820
/proc/meminfo: memFree=23491068/32770624 swapFree=67108860/67108860
[pid=21612] ppid=21609 vsize=11080032 memory=587128 CPUtime=252.04 cores=1,3,5,7
/proc/21612/stat : 21612 (java) S 21609 21612 12183 0 -1 1077944320 136241 12932 0 0 25141 56 5 2 20 0 15 0 107403144 11345952768 146782 33554432000 4194304 4196468 140723811372720 140723811355264 139884469100279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
/proc/21612/statm: 2770008 146782 3525 1 0 2731661 0
[pid=21612/tid=21665] ppid=21609 vsize=11080032 memory=398 CPUtime=237.89 cores=1,3,5,7
/proc/21612/task/21665/stat : 21665 (java) R 21609 21612 12183 0 -1 4202560 57978 12932 0 0 23764 18 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884440929968 139884027958455 0 4 0 16800975 0 0 0 -1 7 0 0 45 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21666] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21666/stat : 21666 (java) S 21609 21612 12183 0 -1 1077944384 979 12932 0 0 41 5 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884473342608 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21667] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21667/stat : 21667 (java) S 21609 21612 12183 0 -1 1077944384 2658 12932 0 0 42 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884338678288 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21668] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21668/stat : 21668 (java) S 21609 21612 12183 0 -1 1077944384 4640 12932 0 0 42 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884337625488 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21669] ppid=21609 vsize=11080032 memory=56 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21669/stat : 21669 (java) S 21609 21612 12183 0 -1 1077944384 3443 12932 0 0 42 4 5 2 20 0 15 0 107403153 11345952768 146782 33554432000 4194304 4196468 140723811372720 139884336572688 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21670] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.53 cores=1,3,5,7
/proc/21612/task/21670/stat : 21670 (java) S 21609 21612 12183 0 -1 1077944384 2519 12932 0 0 42 4 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883894815600 139884469111426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21671] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21671/stat : 21671 (java) S 21609 21612 12183 0 -1 1077944384 14 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883326727840 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21672] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21672/stat : 21672 (java) S 21609 21612 12183 0 -1 1077944384 6 12932 0 0 0 0 5 2 20 0 15 0 107403155 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883125400960 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21673] ppid=21609 vsize=11080032 memory=587128 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21673/stat : 21673 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139882818001232 139884469118875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21674] ppid=21609 vsize=11080032 memory=587128 CPUtime=5.49 cores=1,3,5,7
/proc/21612/task/21674/stat : 21674 (java) S 21609 21612 12183 0 -1 1077944384 25269 12932 0 0 539 3 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883893762416 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21675] ppid=21609 vsize=11080032 memory=587128 CPUtime=4.08 cores=1,3,5,7
/proc/21612/task/21675/stat : 21675 (java) S 21609 21612 12183 0 -1 1077944384 16780 12932 0 0 397 4 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883892709616 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21676] ppid=21609 vsize=11080032 memory=279592439757856 CPUtime=2.26 cores=1,3,5,7
/proc/21612/task/21676/stat : 21676 (java) S 21609 21612 12183 0 -1 1077944384 19501 12932 0 0 214 5 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883891656816 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 47 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21677] ppid=21609 vsize=11080032 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/21612/task/21677/stat : 21677 (java) S 21609 21612 12183 0 -1 1077944384 3 12932 0 0 0 0 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139882387204320 139884469110485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
[pid=21612/tid=21678] ppid=21609 vsize=11080032 memory=8560 CPUtime=0.18 cores=1,3,5,7
/proc/21612/task/21678/stat : 21678 (java) S 21609 21612 12183 0 -1 1077944384 259 12932 0 0 4 7 5 2 20 0 15 0 107403158 11345952768 146782 33554432000 4194304 4196468 140723811372720 139883890605232 139884469111426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 46 0 0 6293624 6294260 19980288 140723811375729 140723811378529 140723811378529 140723811381199 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 587128 KiB

Child status: 143
Real time (s): 239.541
CPU time (s): 252.102
CPU user time (s): 251.485
CPU system time (s): 0.617056
CPU usage (%): 105.244
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 628520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.485
system time used= 0.617056
maximum resident set size= 630580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150160
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= 23429
involuntary context switches= 417


# summary of solver processes directly reported to runsolver:
#   pid: 21612
#   total CPU time (s): 252.102
#   total CPU user time (s): 251.485
#   total CPU system time (s): 0.617056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.47528 second user time and 2.2837 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-29 23:06:39
IDJOB=4302343
IDBENCH=141624
IDSOLVER=2776
FILE ID=node107/4302343-1532898399
RUNJOBID= node107-1532892903-13713
PBS_JOBID= 21022519
Free space on /tmp= 60800 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302343-1532898399/watcher-4302343-1532898399 -o /tmp/evaluation-result-4302343-1532898399/solver-4302343-1532898399 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532892903-13713 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=2125525540 HOME/instance-4302343-1532898399.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=2125525540

node107.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.40
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.40
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.40
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.40
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:        21983436 kB
MemAvailable:   29230728 kB
Buffers:          248996 kB
Cached:          7261116 kB
SwapCached:            0 kB
Active:          6555260 kB
Inactive:        3735844 kB
Active(anon):    2732304 kB
Inactive(anon):    76484 kB
Active(file):    3822956 kB
Inactive(file):  3659360 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26516 kB
Writeback:             0 kB
AnonPages:       2804664 kB
Mapped:            58392 kB
Shmem:             25228 kB
Slab:             189836 kB
SReclaimable:     161620 kB
SUnreclaim:        28216 kB
KernelStack:        3792 kB
PageTables:        10740 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3809788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2568192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 60776 MiB
End job on node107 at 2018-07-29 23:10:39