Trace number 4293842

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8-SuperNG 2018-06-13SAT (TO)58 2520.08 2485.34

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc64a_c18.xml
MD5SUM88cd58dcc4a8523a6c3e6ee988ef86c5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark58
Best CPU time to get the best result obtained on this benchmark2520.01
Satisfiable
(Un)Satisfiability was proved
Number of variables4160
Number of constraints66
Number of domains2
Minimum domain size6
Maximum domain size64
Distribution of domain sizes[{"size":6,"count":65},{"size":64,"count":64}]
Minimum variable degree0
Maximum variable degree13
Distribution of variable degrees[{"degree":0,"count":4031},{"degree":1,"count":42},{"degree":2,"count":71},{"degree":3,"count":4},{"degree":4,"count":1},{"degree":11,"count":9},{"degree":12,"count":1},{"degree":13,"count":1}]
Minimum constraint arity3
Maximum constraint arity64
Distribution of constraint arities[{"arity":3,"count":65},{"arity":64,"count":1}]
Number of extensional constraints65
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":65},{"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.95/0.76	c Concrete v3.8.1528841891564 running
14.64/6.70	o 60
22.97/13.10	o 59
23.23/13.13	o 58
2520.02/2485.31	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2485.31		at concrete.MAC.mac(MAC.scala:188)
2520.02/2485.31		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2485.31		at scala.util.Try$.apply(Try.scala:209)
2520.02/2485.31		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2485.31		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2485.31		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2485.31		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2485.31		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2485.31		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2485.31		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2485.31		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2485.31		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2485.31		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2485.31		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2485.31		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2485.31		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2485.31		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2485.31		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2485.31		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2485.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2485.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2485.31		at scala.util.Success.map(Try.scala:209)
2520.02/2485.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2485.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2485.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2485.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2485.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2485.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2485.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2485.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2485.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2485.31		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2485.31		at scala.App.main(App.scala:76)
2520.02/2485.31		at scala.App.main$(App.scala:74)
2520.02/2485.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2485.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2485.31	v <instantiation cost="58">
2520.02/2485.31	v       <list>
2520.02/2485.31	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] d[2][29] d[3][9] d[3][19] d[5][7] d[5][9] d[5][10] d[5][13] d[5][14] d[5][16] d[5][18] d[5][36] d[5][43] d[5][45] d[7][9] d[7][10] d[7][13] d[7][14] d[7][16] d[7][18] d[7][36] d[7][43] d[7][45] d[9][10] d[9][13] d[9][14] d[9][16] d[9][18] d[9][19] d[9][36] d[9][43] d[9][45] d[10][13] d[10][14] d[10][16] d[10][18] d[10][36] d[10][43] d[10][45] d[13][14] d[13][16] d[13][18] d[13][21] d[13][36] d[13][43] d[13][45] d[14][16] d[14][18] d[14][36] d[14][43] d[14][45] d[16][18] d[16][36] d[16][43] d[16][45] d[18][36] d[18][43] d[18][45] d[19][26] d[26][38] d[27][29] d[27][31] d[32][34] d[36][43] d[36][45] d[43][45]
2520.02/2485.31	v       </list>
2520.02/2485.31	v       <values>
2520.02/2485.31	v         26 33 12 16 24 3 60 1 47 0 10 62 22 9 8 30 5 61 7 17 40 11 63 29 36 49 19 15 54 13 58 14 20 41 21 52 2 45 18 53 55 44 31 4 56 6 59 27 25 38 23 32 37 57 28 35 42 46 48 51 43 50 39 34 0 0 0 0 1 1 1 2 1 0 0 2 1 0 2 0 1 0 1 1 1 2 1 1 0 1 2 1 0 0 1 1 0 3 2 0 2 1 0 1 2 0 2 2 3 2 3 1 1 2 0 2 0 1 1 1 0 0 0 0 0 0 1 0 0
2520.02/2485.31	v       </values>
2520.02/2485.31	v     </instantiation>
2520.02/2485.31	s SATISFIABLE

Verifier Data

OK	58

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293842-1532369950/watcher-4293842-1532369950 -o /tmp/evaluation-result-4293842-1532369950/solver-4293842-1532369950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=354827468 -superng HOME/instance-4293842-1532369950.xml 

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

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

solver pid=17330, runsolver pid=17326

[startup+0.101228 s]*
/proc/loadavg: 2.00 2.00 1.96 3/219 17417
/proc/meminfo: memFree=27476796/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=113256 memory=1612 CPUtime=0.07 cores=1,3,5,7
/proc/17330/stat : 17330 (bash) S 17326 17330 17273 0 -1 4202496 971 12469 1 2 0 0 4 3 20 0 1 0 54558231 115974144 403 33554432000 4194304 5098028 140723808973328 140723808969160 140581837081600 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 24424448 140723808978070 140723808978216 140723808978216 140723808980974 0
/proc/17330/statm: 28314 403 319 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.21 s]*
/proc/loadavg: 2.00 2.00 1.96 5/215 17465
/proc/meminfo: memFree=27462512/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10818904 memory=35164 CPUtime=0.22 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 6573 13161 1 2 14 1 4 3 20 0 15 0 54558231 11078557696 8791 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2704726 8791 2953 1 0 2667149 0
[pid=17330/tid=17438] ppid=17326 vsize=10818904 memory=7022364594140610616 CPUtime=0.15 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 3188 13161 0 2 8 0 4 3 20 0 15 0 54558242 11078557696 8791 33554432000 4194304 4196468 140720773778176 139834690203632 139834702497118 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10818904 memory=345 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558243 11078557696 8791 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10818904 memory=139930869648122 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558243 11078557696 8791 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558243 11078557696 8791 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558243 11078557696 8791 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10818904 memory=139930869630592 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558244 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 33 13161 0 2 0 0 4 3 20 0 15 0 54558245 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833920918304 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558245 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833800385648 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 527 13161 0 2 1 0 4 3 20 0 15 0 54558248 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 65 13161 0 2 1 0 4 3 20 0 15 0 54558248 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10818904 memory=139930869630592 CPUtime=0.09 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) S 17326 17330 17273 0 -1 1077944384 561 13161 0 2 2 0 4 3 20 0 15 0 54558248 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833885256560 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10818904 memory=139930869630592 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558248 11078557696 8791 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 35164 KiB

[startup+0.310423 s]*
/proc/loadavg: 2.00 2.00 1.96 2/215 17465
/proc/meminfo: memFree=27435840/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10819352 memory=49152 CPUtime=0.35 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 9845 13161 1 2 26 2 4 3 20 0 15 0 54558231 11079016448 12288 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2704838 12288 3088 1 0 2667149 0
[pid=17330/tid=17438] ppid=17326 vsize=10819352 memory=576461178948550685 CPUtime=0.26 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 6431 13161 0 2 17 2 4 3 20 0 15 0 54558242 11079016448 12288 33554432000 4194304 4196468 140720773778176 139834690228640 139834698693456 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10819352 memory=302022878499700759 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 12288 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10819352 memory=15964322199701144 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 12288 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10819352 memory=-8033973737701895300 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 12288 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10819352 memory=3472285459100356710 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 12288 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10819352 memory=7008596578071426736 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558244 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10819352 memory=7945036255673856047 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 33 13161 0 2 0 0 4 3 20 0 15 0 54558245 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833920918304 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10819352 memory=-4866526891258710369 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558245 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833800385648 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10819352 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 529 13161 0 2 1 0 4 3 20 0 15 0 54558248 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10819352 memory=8313491497846792056 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 65 13161 0 2 1 0 4 3 20 0 15 0 54558248 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10819352 memory=139930869630592 CPUtime=0.11 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) S 17326 17330 17273 0 -1 1077944384 584 13161 0 2 4 0 4 3 20 0 15 0 54558248 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833885256560 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10819352 memory=139930869630592 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558248 11079016448 12288 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 49152 KiB

[startup+0.700824 s]
/proc/loadavg: 2.00 2.00 1.96 3/215 17465
/proc/meminfo: memFree=27408512/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10819352 memory=84356 CPUtime=0.95 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 16714 13161 1 2 84 4 4 3 20 0 15 0 54558231 11079016448 21089 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2704838 21089 3238 1 0 2667149 0
[pid=17330/tid=17438] ppid=17326 vsize=10819352 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 12171 13161 0 2 53 3 4 3 20 0 15 0 54558242 11079016448 21089 33554432000 4194304 4196468 140720773778176 139834690239632 139834718438557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10819352 memory=152 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 21089 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 21089 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10819352 memory=88 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 21089 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10819352 memory=2016 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558243 11079016448 21089 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10819352 memory=515 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 5 13161 0 2 0 0 4 3 20 0 15 0 54558244 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 33 13161 0 2 0 0 4 3 20 0 15 0 54558245 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833920918304 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10819352 memory=5865750925130818657 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558245 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833800385648 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10819352 memory=7881696724453321575 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10819352 memory=4639078496554995792 CPUtime=0.14 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 933 13161 0 2 7 0 4 3 20 0 15 0 54558248 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10819352 memory=8041645962788481611 CPUtime=0.16 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 688 13161 0 2 9 0 4 3 20 0 15 0 54558248 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10819352 memory=8370611207638964880 CPUtime=0.19 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) S 17326 17330 17273 0 -1 1077944384 683 13161 0 2 12 0 4 3 20 0 15 0 54558248 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833885256560 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10819352 memory=6944656591801717918 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10819352 memory=4052 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558248 11079016448 21089 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84356 KiB

[startup+1.50067 s]
/proc/loadavg: 2.00 2.00 1.96 4/215 17465
/proc/meminfo: memFree=27321820/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10834252 memory=187260 CPUtime=2.4 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 23999 13161 1 2 222 11 4 3 20 0 15 0 54558231 11094274048 46815 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2708563 46815 3470 1 0 2670221 0
[pid=17330/tid=17438] ppid=17326 vsize=10834252 memory=0 CPUtime=1.39 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 17484 13161 0 2 126 6 4 3 20 0 15 0 54558242 11094274048 46815 33554432000 4194304 4196468 140720773778176 139834690246608 139834718428566 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 193 13161 0 2 1 0 4 3 20 0 15 0 54558243 11094274048 46815 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10834252 memory=6935649255759570258 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 31 13161 0 2 1 0 4 3 20 0 15 0 54558243 11094274048 46815 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10834252 memory=6935649255759568960 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 55 13161 0 2 1 0 4 3 20 0 15 0 54558243 11094274048 46815 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10834252 memory=4638778424102965584 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 31 13161 0 2 1 0 4 3 20 0 15 0 54558243 11094274048 46815 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10834252 memory=6935649255877009472 CPUtime=0.08 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 60 13161 0 2 1 0 4 3 20 0 15 0 54558244 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10834252 memory=6935649255759570496 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 33 13161 0 2 0 0 4 3 20 0 15 0 54558245 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833920918368 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10834252 memory=4638778398332698727 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 2 13161 0 2 0 0 4 3 20 0 15 0 54558245 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833800385664 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10834252 memory=6370431078302240854 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10834252 memory=4639078496554995792 CPUtime=0.32 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 1357 13161 0 2 25 0 4 3 20 0 15 0 54558248 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10834252 memory=6935649255759568960 CPUtime=0.35 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 1291 13161 0 2 28 0 4 3 20 0 15 0 54558248 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10834252 memory=4638778402945388624 CPUtime=0.4 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) R 17326 17330 17273 0 -1 4202560 1268 13161 0 2 33 0 4 3 20 0 15 0 54558248 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833885256560 139834711516331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10834252 memory=6935654753436258384 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10834252 memory=13275743914299 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1 13161 0 2 0 0 4 3 20 0 15 0 54558248 11094274048 46815 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 187260 KiB

[startup+3.11939 s]
/proc/loadavg: 2.16 2.04 1.97 3/215 17465
/proc/meminfo: memFree=27047288/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10844512 memory=261328 CPUtime=5.91 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 37157 13161 1 2 567 17 4 3 20 0 15 0 54558231 11104780288 65332 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2711128 65332 3491 1 0 2672781 0
[pid=17330/tid=17438] ppid=17326 vsize=10844512 memory=164 CPUtime=2.99 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 26751 13161 0 2 282 10 4 3 20 0 15 0 54558242 11104780288 65332 33554432000 4194304 4196468 140720773778176 139834690250944 139834287073740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0

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

/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 96049 13161 0 2 237230 33 4 3 20 0 15 0 54558242 11178180608 201178 33554432000 4194304 4196468 140720773778176 139834690251136 139834301442018 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10916192 memory=804712 CPUtime=4.74 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 21438 13161 0 2 443 24 4 3 20 0 15 0 54558243 11178180608 201178 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10916192 memory=804712 CPUtime=4.79 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 19425 13161 0 2 449 23 4 3 20 0 15 0 54558243 11178180608 201178 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10916192 memory=804712 CPUtime=4.77 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 21892 13161 0 2 448 22 4 3 20 0 15 0 54558243 11178180608 201178 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10916192 memory=804712 CPUtime=4.8 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 19091 13161 0 2 447 26 4 3 20 0 15 0 54558243 11178180608 201178 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10916192 memory=804712 CPUtime=3.99 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 17183 13161 0 2 369 23 4 3 20 0 15 0 54558244 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10916192 memory=804712 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 40 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833920918432 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10916192 memory=804712 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 6 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833800385664 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10916192 memory=7887610716980524084 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10916192 memory=33 CPUtime=8.87 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 106340 13161 1 2 873 7 4 3 20 0 15 0 54558248 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10916192 memory=1236 CPUtime=7.45 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 80847 13161 0 2 731 7 4 3 20 0 15 0 54558248 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10916192 memory=960 CPUtime=3.32 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) S 17326 17330 17273 0 -1 1077944384 85874 13161 0 2 316 9 4 3 20 0 15 0 54558248 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833885256560 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10916192 memory=804712 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10916192 memory=2304 CPUtime=1.12 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1927 13161 0 2 50 55 4 3 20 0 15 0 54558248 11178180608 201178 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 2416.06 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 804712 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.71 1.75 3/215 17541
/proc/meminfo: memFree=22131216/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10916192 memory=800092 CPUtime=2476.64 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 481721 13161 2 2 247449 208 4 3 20 0 15 0 54558231 11178180608 200023 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2729048 200023 3527 1 0 2690701 0
[pid=17330/tid=17438] ppid=17326 vsize=10916192 memory=804712 CPUtime=2432.52 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 97288 13161 0 2 243212 33 4 3 20 0 15 0 54558242 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834690252160 139834298867603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.84 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 21493 13161 0 2 452 25 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10916192 memory=804196 CPUtime=4.89 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 19978 13161 0 2 459 23 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10916192 memory=7 CPUtime=4.86 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 23028 13161 0 2 456 23 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.9 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 19232 13161 0 2 456 27 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.07 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 17453 13161 0 2 376 24 4 3 20 0 15 0 54558244 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10916192 memory=800092 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 40 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833920918432 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10916192 memory=800092 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 6 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833800385664 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10916192 memory=800092 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10916192 memory=800092 CPUtime=8.98 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 109138 13161 1 2 884 7 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10916192 memory=800092 CPUtime=7.57 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 81928 13161 0 2 742 8 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10916192 memory=800092 CPUtime=3.4 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) S 17326 17330 17273 0 -1 1077944384 87989 13161 0 2 323 10 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833885256560 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10916192 memory=4028 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10916192 memory=17536 CPUtime=1.14 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1955 13161 0 2 51 56 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 2476.64 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 800092 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.3 s]
/proc/loadavg: 1.79 1.74 1.76 3/216 17680
/proc/meminfo: memFree=26190080/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10916192 memory=800092 CPUtime=2520.02 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 489669 13161 2 2 251784 211 4 3 20 0 15 0 54558231 11178180608 200023 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2729048 200023 3527 1 0 2690701 0
[pid=17330/tid=17438] ppid=17326 vsize=10916192 memory=800092 CPUtime=2475.41 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 98087 13161 0 2 247501 33 4 3 20 0 15 0 54558242 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834690251792 139834301442079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.9 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 21528 13161 0 2 458 25 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.95 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 20565 13161 0 2 464 24 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.92 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 23153 13161 0 2 462 23 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.95 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 20368 13161 0 2 460 28 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.12 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 17770 13161 0 2 380 25 4 3 20 0 15 0 54558244 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10916192 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 40 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833920918432 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10916192 memory=800092 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 6 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833800385664 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10916192 memory=800092 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10916192 memory=800092 CPUtime=9.07 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 110847 13161 1 2 892 8 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10916192 memory=800092 CPUtime=7.64 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 83563 13161 0 2 749 8 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10916192 memory=18444 CPUtime=3.44 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) S 17326 17330 17273 0 -1 1077944384 89564 13161 0 2 327 10 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833885256560 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10916192 memory=800092 CPUtime=1.16 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1985 13161 0 2 52 57 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 800092 KiB

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

[startup+2485.34 s]
# the end of solver process 17330 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.91 s, system=2.16629 s

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

[startup+2485.3 s]
/proc/loadavg: 1.79 1.74 1.76 3/216 17680
/proc/meminfo: memFree=26190080/32770624 swapFree=67108860/67108860
[pid=17330] ppid=17326 vsize=10916192 memory=800092 CPUtime=2520.02 cores=1,3,5,7
/proc/17330/stat : 17330 (java) S 17326 17330 17273 0 -1 1077944320 489669 13161 2 2 251784 211 4 3 20 0 15 0 54558231 11178180608 200023 33554432000 4194304 4196468 140720773778176 140720773760720 139834718416631 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 1 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
/proc/17330/statm: 2729048 200023 3527 1 0 2690701 0
[pid=17330/tid=17438] ppid=17326 vsize=10916192 memory=800092 CPUtime=2475.41 cores=1,3,5,7
/proc/17330/task/17438/stat : 17438 (java) R 17326 17330 17273 0 -1 4202560 98087 13161 0 2 247501 33 4 3 20 0 15 0 54558242 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834690251792 139834301442079 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17442] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.9 cores=1,3,5,7
/proc/17330/task/17442/stat : 17442 (java) S 17326 17330 17273 0 -1 1077944384 21528 13161 0 2 458 25 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834722659216 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17445] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.95 cores=1,3,5,7
/proc/17330/task/17445/stat : 17445 (java) S 17326 17330 17273 0 -1 1077944384 20565 13161 0 2 464 24 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834610932496 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17446] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.92 cores=1,3,5,7
/proc/17330/task/17446/stat : 17446 (java) S 17326 17330 17273 0 -1 1077944384 23153 13161 0 2 462 23 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834609880208 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17447] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.95 cores=1,3,5,7
/proc/17330/task/17447/stat : 17447 (java) S 17326 17330 17273 0 -1 1077944384 20368 13161 0 2 460 28 4 3 20 0 15 0 54558243 11178180608 200023 33554432000 4194304 4196468 140720773778176 139834608827408 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17449] ppid=17326 vsize=10916192 memory=800092 CPUtime=4.12 cores=1,3,5,7
/proc/17330/task/17449/stat : 17449 (java) S 17326 17330 17273 0 -1 1077944384 17770 13161 0 2 380 25 4 3 20 0 15 0 54558244 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833921972336 139834718427778 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17451] ppid=17326 vsize=10916192 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17451/stat : 17451 (java) S 17326 17330 17273 0 -1 1077944384 40 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833920918432 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17453] ppid=17326 vsize=10916192 memory=800092 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17453/stat : 17453 (java) S 17326 17330 17273 0 -1 1077944384 6 13161 0 2 0 0 4 3 20 0 15 0 54558245 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833800385664 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17454] ppid=17326 vsize=10916192 memory=800092 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17454/stat : 17454 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833291659344 139834718435227 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17456] ppid=17326 vsize=10916192 memory=800092 CPUtime=9.07 cores=1,3,5,7
/proc/17330/task/17456/stat : 17456 (java) S 17326 17330 17273 0 -1 1077944384 110847 13161 1 2 892 8 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833887361648 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17459] ppid=17326 vsize=10916192 memory=800092 CPUtime=7.64 cores=1,3,5,7
/proc/17330/task/17459/stat : 17459 (java) S 17326 17330 17273 0 -1 1077944384 83563 13161 0 2 749 8 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833886308848 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17461] ppid=17326 vsize=10916192 memory=18444 CPUtime=3.44 cores=1,3,5,7
/proc/17330/task/17461/stat : 17461 (java) S 17326 17330 17273 0 -1 1077944384 89564 13161 0 2 327 10 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833885256560 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17462] ppid=17326 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/17330/task/17462/stat : 17462 (java) S 17326 17330 17273 0 -1 1077944384 3 13161 0 2 0 0 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833258101728 139834718426837 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
[pid=17330/tid=17464] ppid=17326 vsize=10916192 memory=800092 CPUtime=1.16 cores=1,3,5,7
/proc/17330/task/17464/stat : 17464 (java) S 17326 17330 17273 0 -1 1077944384 1985 13161 0 2 52 57 4 3 20 0 15 0 54558248 11178180608 200023 33554432000 4194304 4196468 140720773778176 139833884203440 139834718427778 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27852800 140720773781676 140720773784924 140720773784924 140720773787599 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 800092 KiB

Child status: 143
Real time (s): 2485.34
CPU time (s): 2520.08
CPU user time (s): 2517.91
CPU system time (s): 2.16629
CPU usage (%): 101.398
Max. virtual memory (cumulated for all children) (KiB): 10918832
Max. memory (cumulated for all children) (KiB): 926360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.91
system time used= 2.16628
maximum resident set size= 927904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504327
page faults= 4
swaps= 0
block input operations= 152
block output operations= 3448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146052
involuntary context switches= 3148


# summary of solver processes directly reported to runsolver:
#   pid: 17330
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.91
#   total CPU system time (s): 2.16629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1541 second user time and 23.8394 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-23 20:19:10
IDJOB=4293842
IDBENCH=141245
IDSOLVER=2751
FILE ID=node151/4293842-1532369950
RUNJOBID= node151-1532369950-17305
PBS_JOBID= 21021572
Free space on /tmp= 55072 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc64a_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293842-1532369950/watcher-4293842-1532369950 -o /tmp/evaluation-result-4293842-1532369950/solver-4293842-1532369950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532369950-17305 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=354827468 -superng HOME/instance-4293842-1532369950.xml

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

MD5SUM BENCH= 88cd58dcc4a8523a6c3e6ee988ef86c5
RANDOM SEED=354827468

node151.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.87
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.87
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.87
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.87
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:        27505744 kB
MemAvailable:   31955600 kB
Buffers:          138060 kB
Cached:          4553864 kB
SwapCached:            0 kB
Active:           931348 kB
Inactive:        3814512 kB
Active(anon):       4656 kB
Inactive(anon):    69336 kB
Active(file):     926692 kB
Inactive(file):  3745176 kB
Unevictable:        7824 kB
Mlocked:            7824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             52612 kB
Writeback:             0 kB
AnonPages:         62216 kB
Mapped:            36912 kB
Shmem:             17032 kB
Slab:             214568 kB
SReclaimable:     187644 kB
SUnreclaim:        26924 kB
KernelStack:        3104 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     318508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 55020 MiB
End job on node151 at 2018-07-23 21:00:36