Trace number 4302754

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGSAT (TO)108 252.084 235.336

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc32d_c18.xml
MD5SUMca834160bf20391dc7be2075ee08801e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark252.075
Satisfiable
(Un)Satisfiability was proved
Number of variables1056
Number of constraints91
Number of domains2
Minimum domain size5
Maximum domain size32
Distribution of domain sizes[{"size":5,"count":90},{"size":32,"count":32}]
Minimum variable degree0
Maximum variable degree14
Distribution of variable degrees[{"degree":0,"count":934},{"degree":1,"count":14},{"degree":2,"count":92},{"degree":4,"count":2},{"degree":10,"count":2},{"degree":13,"count":2},{"degree":14,"count":10}]
Minimum constraint arity3
Maximum constraint arity32
Distribution of constraint arities[{"arity":3,"count":90},{"arity":32,"count":1}]
Number of extensional constraints90
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":90},{"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.75	c Concrete v3.9.2.1532736233296 running
13.40/5.54	o 116
13.40/5.56	o 110
13.40/5.57	o 108
252.02/235.30	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/235.30		at concrete.MAC.mac(MAC.scala:188)
252.02/235.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/235.30		at scala.util.Try$.apply(Try.scala:209)
252.02/235.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/235.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/235.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/235.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/235.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/235.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/235.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/235.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/235.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/235.30		at concrete.MAC.oneRun(MAC.scala:253)
252.02/235.30		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/235.30		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/235.30		at concrete.Solver.hasNext(Solver.scala:166)
252.02/235.30		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/235.30		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/235.30		at concrete.Solver.foreach(Solver.scala:68)
252.02/235.30		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/235.30		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/235.30		at scala.util.Success.map(Try.scala:209)
252.02/235.30		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/235.30		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/235.30		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/235.30		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/235.30		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/235.30		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/235.30		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/235.30		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/235.30		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/235.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/235.31		at scala.App.main(App.scala:76)
252.02/235.31		at scala.App.main$(App.scala:74)
252.02/235.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/235.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/235.31	v <instantiation cost="108">
252.02/235.31	v       <list>
252.02/235.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] d[0][1] d[0][3] d[0][4] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][13] d[0][15] d[0][16] d[0][17] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][4] d[2][11] d[2][13] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][13] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][10] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][12] d[9][13] d[9][15] d[9][16] d[9][17] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][13] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
252.02/235.31	v       </list>
252.02/235.31	v       <values>
252.02/235.31	v         14 30 3 6 11 12 29 15 31 27 25 2 19 10 28 9 8 13 5 0 26 17 7 16 20 1 21 24 23 4 22 18 0 0 1 2 0 1 2 3 0 2 1 1 2 1 1 1 0 1 2 1 0 3 2 2 0 0 1 2 0 1 0 1 1 0 0 1 1 1 1 2 2 0 1 0 0 1 0 1 0 3 0 1 2 0 0 1 2 1 2 1 2 0 0 1 2 1 2 3 1 0 0 1 1 2 2 2 1 0 1 1 0 1 0 2 2 1 1 0 0 1
252.02/235.31	v       </values>
252.02/235.31	v     </instantiation>
252.02/235.31	s SATISFIABLE

Verifier Data

OK	108

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302754-1532896439/watcher-4302754-1532896439 -o /tmp/evaluation-result-4302754-1532896439/solver-4302754-1532896439 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=870108432 -superng HOME/instance-4302754-1532896439.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=28035, runsolver pid=28032

[startup+0.100115 s]*
/proc/loadavg: 2.31 1.93 1.98 3/206 28092
/proc/meminfo: memFree=27323272/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=10005480 memory=15444 CPUtime=0.09 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 4506 13177 0 0 1 1 5 2 20 0 6 0 107207217 10245611520 3861 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2501370 3861 1957 1 0 2489808 0
[pid=28035/tid=28088] ppid=28032 vsize=10005480 memory=4279135703980212620 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 2313 13177 0 0 0 0 5 2 20 0 6 0 107207226 10245611520 3861 33554432000 4194304 4196468 140730583293984 139789106311760 139789118555486 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 6 0 107207227 10245611520 3861 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=10005480 memory=140303861728896 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 6 0 107207227 10245611520 3861 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=10012808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 6 0 107207227 10253115392 3861 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=10018476 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 6 0 107207227 10258919424 3861 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 15444 KiB

[startup+0.209736 s]*
/proc/loadavg: 2.31 1.93 1.98 3/215 28101
/proc/meminfo: memFree=27301132/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=10982744 memory=44592 CPUtime=0.25 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 8402 13177 0 0 16 2 5 2 20 0 15 0 107207217 11246329856 11148 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2745686 11148 2955 1 0 2708109 0
[pid=28035/tid=28088] ppid=28032 vsize=10982744 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 4879 13177 0 0 10 1 5 2 20 0 15 0 107207226 11246329856 11148 33554432000 4194304 4196468 140730583293984 139789106298320 139789134486934 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246329856 11148 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=10982744 memory=3978562824448951968 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=10982744 memory=140303861728896 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207228 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 13 13177 0 0 0 0 5 2 20 0 15 0 107207229 11246329856 11148 33554432000 4194304 4196468 140730583293984 139787965031328 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207229 11246329856 11148 33554432000 4194304 4196468 140730583293984 139787763704816 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246329856 11148 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) S 28032 28035 22977 0 -1 1077944384 437 13177 0 0 1 0 5 2 20 0 15 0 107207232 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788559268336 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) R 28032 28035 22977 0 -1 1077944384 195 13177 0 0 1 0 5 2 20 0 15 0 107207232 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788558215792 139789134486146 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=10982744 memory=140303861728896 CPUtime=0.1 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) R 28032 28035 22977 0 -1 4202560 671 13177 0 0 3 0 5 2 20 0 15 0 107207232 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788557163248 139789134496346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246329856 11148 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=10982744 memory=140303861728896 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246329856 11148 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44592 KiB

[startup+0.310146 s]*
/proc/loadavg: 2.31 1.93 1.98 3/215 28101
/proc/meminfo: memFree=27290216/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=10983192 memory=55276 CPUtime=0.38 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 10933 13177 0 0 28 3 5 2 20 0 15 0 107207217 11246788608 13819 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2745798 13819 3074 1 0 2708109 0
[pid=28035/tid=28088] ppid=28032 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 7366 13177 0 0 19 2 5 2 20 0 15 0 107207226 11246788608 13819 33554432000 4194304 4196468 140730583293984 139789106287008 139789134496925 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 13819 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207228 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 13 13177 0 0 0 0 5 2 20 0 15 0 107207229 11246788608 13819 33554432000 4194304 4196468 140730583293984 139787965031328 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207229 11246788608 13819 33554432000 4194304 4196468 140730583293984 139787763704816 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246788608 13819 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) S 28032 28035 22977 0 -1 1077944384 443 13177 0 0 1 0 5 2 20 0 15 0 107207232 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788559268336 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) S 28032 28035 22977 0 -1 1077944384 198 13177 0 0 1 0 5 2 20 0 15 0 107207232 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788558215792 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=10983192 memory=140303861728896 CPUtime=0.12 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) S 28032 28035 22977 0 -1 1077944384 706 13177 0 0 5 0 5 2 20 0 15 0 107207232 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788557163248 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246788608 13819 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=10983192 memory=140303861728896 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246788608 13819 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55276 KiB

[startup+0.700754 s]
/proc/loadavg: 2.31 1.93 1.98 3/215 28101
/proc/meminfo: memFree=27278788/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=10983192 memory=88136 CPUtime=0.99 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 17166 13177 0 0 87 5 5 2 20 0 15 0 107207217 11246788608 22034 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2745798 22034 3238 1 0 2708109 0
[pid=28035/tid=28088] ppid=28032 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 12417 13177 0 0 55 4 5 2 20 0 15 0 107207226 11246788608 22034 33554432000 4194304 4196468 140730583293984 139789106295288 139789118555486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 22034 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207227 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 6 13177 0 0 0 0 5 2 20 0 15 0 107207228 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 13 13177 0 0 0 0 5 2 20 0 15 0 107207229 11246788608 22034 33554432000 4194304 4196468 140730583293984 139787965031328 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207229 11246788608 22034 33554432000 4194304 4196468 140730583293984 139787763704816 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246788608 22034 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) S 28032 28035 22977 0 -1 1077944384 840 13177 0 0 7 0 5 2 20 0 15 0 107207232 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788559268336 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=10983192 memory=140303763809360 CPUtime=0.16 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) S 28032 28035 22977 0 -1 1077944384 807 13177 0 0 9 0 5 2 20 0 15 0 107207232 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788558215792 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=10983192 memory=142893561938574 CPUtime=0.2 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) S 28032 28035 22977 0 -1 1077944384 878 13177 0 0 13 0 5 2 20 0 15 0 107207232 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788557163248 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=10983192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246788608 22034 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207232 11246788608 22034 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88136 KiB

[startup+1.50071 s]
/proc/loadavg: 2.31 1.93 1.98 3/215 28101
/proc/meminfo: memFree=27233100/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=11000952 memory=196380 CPUtime=2.95 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 30512 13177 0 0 276 12 5 2 20 0 15 0 107207217 11264974848 49095 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2750238 49095 3467 1 0 2711896 0
[pid=28035/tid=28088] ppid=28032 vsize=11000952 memory=10799 CPUtime=1.4 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 17852 13177 0 0 126 7 5 2 20 0 15 0 107207226 11264974848 49095 33554432000 4194304 4196468 140730583293984 139789106265424 139789118555486 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=11000952 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 38 13177 0 0 0 0 5 2 20 0 15 0 107207227 11264974848 49095 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=11000952 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 16 13177 0 0 1 0 5 2 20 0 15 0 107207227 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=11000952 memory=2856 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 166 13177 0 0 1 0 5 2 20 0 15 0 107207227 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=11000952 memory=88136 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 60 13177 0 0 1 0 5 2 20 0 15 0 107207227 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=11000952 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 47 13177 0 0 1 0 5 2 20 0 15 0 107207228 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=11000952 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 15 13177 0 0 0 0 5 2 20 0 15 0 107207229 11264974848 49095 33554432000 4194304 4196468 140730583293984 139787965031328 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=11000952 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207229 11264974848 49095 33554432000 4194304 4196468 140730583293984 139787763704816 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=11000952 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11264974848 49095 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=11000952 memory=4638778398332698720 CPUtime=0.59 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) R 28032 28035 22977 0 -1 4202560 2922 13177 0 0 52 0 5 2 20 0 15 0 107207232 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788559248304 139789115176096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=11000952 memory=280607528098688 CPUtime=0.63 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) R 28032 28035 22977 0 -1 4202560 5554 13177 0 0 55 1 5 2 20 0 15 0 107207232 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788558202424 139789115995913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=11000952 memory=6944656592452807323 CPUtime=0.41 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) S 28032 28035 22977 0 -1 1077944384 1643 13177 0 0 34 0 5 2 20 0 15 0 107207232 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788557163248 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=11000952 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11264974848 49095 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=11000952 memory=4137290303932963203 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 1 13177 0 0 0 0 5 2 20 0 15 0 107207232 11264974848 49095 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 2.95 s
Current children cumulated vsize: 11000952 KiB

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

/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 54646 13177 0 0 16136 21 5 2 20 0 15 0 107207226 11345952768 170611 33554432000 4194304 4196468 140730583293984 139789106310240 139788713974791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=11080032 memory=683468 CPUtime=0.34 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 4511 13177 0 0 22 5 5 2 20 0 15 0 107207227 11345952768 170611 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=11080032 memory=683468 CPUtime=0.36 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1070 13177 0 0 24 5 5 2 20 0 15 0 107207227 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=11080032 memory=682956 CPUtime=0.35 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 1873 13177 0 0 23 5 5 2 20 0 15 0 107207227 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=11080032 memory=682956 CPUtime=0.35 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 3655 13177 0 0 23 5 5 2 20 0 15 0 107207227 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=11080032 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 7939 13177 0 0 18 2 5 2 20 0 15 0 107207228 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=11080032 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 15 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 170611 33554432000 4194304 4196468 140730583293984 139787965031392 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=11080032 memory=683468 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 170611 33554432000 4194304 4196468 140730583293984 139787763704832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=11080032 memory=683468 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 170611 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=11080032 memory=683468 CPUtime=6.53 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) S 28032 28035 22977 0 -1 1077944384 24831 13177 0 0 643 3 5 2 20 0 15 0 107207232 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788559268336 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=11080032 memory=683468 CPUtime=5.93 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) S 28032 28035 22977 0 -1 1077944384 27613 13177 0 0 581 5 5 2 20 0 15 0 107207232 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788558215792 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=11080032 memory=683468 CPUtime=2.3 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) S 28032 28035 22977 0 -1 1077944384 18321 13177 0 0 218 5 5 2 20 0 15 0 107207232 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788557163248 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=11080032 memory=30820 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 170611 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=11080032 memory=4136 CPUtime=0.14 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 690 13177 0 0 4 3 5 2 20 0 15 0 107207232 11345952768 170611 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 177.72 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 682444 KiB

[startup+222.301 s]
/proc/loadavg: 1.85 1.85 1.94 6/215 28235
/proc/meminfo: memFree=22918580/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=11080032 memory=674304 CPUtime=238.77 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 151462 13177 0 0 23795 75 5 2 20 0 15 0 107207217 11345952768 168576 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2770008 168576 3532 1 0 2731661 0
[pid=28035/tid=28088] ppid=28032 vsize=11080032 memory=1408 CPUtime=221.21 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 55065 13177 0 0 22084 30 5 2 20 0 15 0 107207226 11345952768 168576 33554432000 4194304 4196468 140730583293984 139789106307552 139788719384672 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=11080032 memory=920 CPUtime=0.54 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 4533 13177 0 0 41 6 5 2 20 0 15 0 107207227 11345952768 168576 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=11080032 memory=674304 CPUtime=0.55 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1110 13177 0 0 42 6 5 2 20 0 15 0 107207227 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=11080032 memory=672256 CPUtime=0.54 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 1952 13177 0 0 41 6 5 2 20 0 15 0 107207227 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=11080032 memory=672256 CPUtime=0.55 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 4785 13177 0 0 41 7 5 2 20 0 15 0 107207227 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=11080032 memory=674304 CPUtime=0.44 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 8000 13177 0 0 34 3 5 2 20 0 15 0 107207228 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=11080032 memory=672256 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 15 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 168576 33554432000 4194304 4196468 140730583293984 139787965031392 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=11080032 memory=672256 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 168576 33554432000 4194304 4196468 140730583293984 139787763704832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=11080032 memory=1200 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 168576 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=11080032 memory=672256 CPUtime=6.75 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) S 28032 28035 22977 0 -1 1077944384 25554 13177 0 0 664 4 5 2 20 0 15 0 107207232 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788559268336 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=11080032 memory=4136 CPUtime=6.18 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) S 28032 28035 22977 0 -1 1077944384 29126 13177 0 0 606 5 5 2 20 0 15 0 107207232 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788558215792 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=11080032 memory=4136 CPUtime=2.38 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) S 28032 28035 22977 0 -1 1077944384 18425 13177 0 0 226 5 5 2 20 0 15 0 107207232 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788557163248 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=11080032 memory=30820 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 168576 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=11080032 memory=1292 CPUtime=0.17 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 697 13177 0 0 6 4 5 2 20 0 15 0 107207232 11345952768 168576 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 238.77 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 674304 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.301 s]
/proc/loadavg: 1.65 1.81 1.93 6/215 28235
/proc/meminfo: memFree=22620536/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=11080032 memory=667244 CPUtime=252.02 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 156163 13177 0 0 25119 76 5 2 20 0 15 0 107207217 11345952768 166811 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2770008 166811 3532 1 0 2731661 0
[pid=28035/tid=28088] ppid=28032 vsize=11080032 memory=667244 CPUtime=234.12 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 55779 13177 0 0 23375 30 5 2 20 0 15 0 107207226 11345952768 166811 33554432000 4194304 4196468 140730583293984 139789106309264 139788719384939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.58 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 4689 13177 0 0 45 6 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.59 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1168 13177 0 0 46 6 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.58 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 2573 13177 0 0 45 6 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=11080032 memory=668256 CPUtime=0.59 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 4873 13177 0 0 45 7 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=11080032 memory=672256 CPUtime=0.47 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 8278 13177 0 0 37 3 5 2 20 0 15 0 107207228 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=11080032 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 15 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787965031392 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787763704832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=11080032 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=11080032 memory=30820 CPUtime=6.82 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) S 28032 28035 22977 0 -1 1077944384 26129 13177 0 0 671 4 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788559268336 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=11080032 memory=1728 CPUtime=6.24 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) S 28032 28035 22977 0 -1 1077944384 30525 13177 0 0 612 5 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788558215792 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=11080032 memory=1720 CPUtime=2.4 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) S 28032 28035 22977 0 -1 1077944384 19217 13177 0 0 228 5 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788557163248 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=11080032 memory=667228 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=11080032 memory=667228 CPUtime=0.18 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 717 13177 0 0 7 4 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 667244 KiB

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

[startup+235.336 s]
# the end of solver process 28035 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.264 s, system=0.820128 s

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

[startup+235.301 s]
/proc/loadavg: 1.65 1.81 1.93 6/215 28235
/proc/meminfo: memFree=22620536/32770624 swapFree=67108792/67108860
[pid=28035] ppid=28032 vsize=11080032 memory=667244 CPUtime=252.02 cores=0,2,4,6
/proc/28035/stat : 28035 (java) S 28032 28035 22977 0 -1 1077944320 156163 13177 0 0 25119 76 5 2 20 0 15 0 107207217 11345952768 166811 33554432000 4194304 4196468 140730583293984 140730583276528 139789134474999 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
/proc/28035/statm: 2770008 166811 3532 1 0 2731661 0
[pid=28035/tid=28088] ppid=28032 vsize=11080032 memory=667244 CPUtime=234.12 cores=0,2,4,6
/proc/28035/task/28088/stat : 28088 (java) R 28032 28035 22977 0 -1 4202560 55779 13177 0 0 23375 30 5 2 20 0 15 0 107207226 11345952768 166811 33554432000 4194304 4196468 140730583293984 139789106309264 139788719384939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28089] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.58 cores=0,2,4,6
/proc/28035/task/28089/stat : 28089 (java) S 28032 28035 22977 0 -1 1077944384 4689 13177 0 0 45 6 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139789138717456 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28090] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.59 cores=0,2,4,6
/proc/28035/task/28090/stat : 28090 (java) S 28032 28035 22977 0 -1 1077944384 1168 13177 0 0 46 6 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788674239376 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28091] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.58 cores=0,2,4,6
/proc/28035/task/28091/stat : 28091 (java) S 28032 28035 22977 0 -1 1077944384 2573 13177 0 0 45 6 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788673186832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28092] ppid=28032 vsize=11080032 memory=668256 CPUtime=0.59 cores=0,2,4,6
/proc/28035/task/28092/stat : 28092 (java) S 28032 28035 22977 0 -1 1077944384 4873 13177 0 0 45 7 5 2 20 0 15 0 107207227 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788672134288 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28093] ppid=28032 vsize=11080032 memory=672256 CPUtime=0.47 cores=0,2,4,6
/proc/28035/task/28093/stat : 28093 (java) S 28032 28035 22977 0 -1 1077944384 8278 13177 0 0 37 3 5 2 20 0 15 0 107207228 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788560320496 139789134486146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28094] ppid=28032 vsize=11080032 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28094/stat : 28094 (java) S 28032 28035 22977 0 -1 1077944384 15 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787965031392 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28095] ppid=28032 vsize=11080032 memory=667244 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28095/stat : 28095 (java) S 28032 28035 22977 0 -1 1077944384 2 13177 0 0 0 0 5 2 20 0 15 0 107207229 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787763704832 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28096] ppid=28032 vsize=11080032 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28096/stat : 28096 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787456305360 139789134493595 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28097] ppid=28032 vsize=11080032 memory=30820 CPUtime=6.82 cores=0,2,4,6
/proc/28035/task/28097/stat : 28097 (java) S 28032 28035 22977 0 -1 1077944384 26129 13177 0 0 671 4 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788559268336 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28098] ppid=28032 vsize=11080032 memory=1728 CPUtime=6.24 cores=0,2,4,6
/proc/28035/task/28098/stat : 28098 (java) S 28032 28035 22977 0 -1 1077944384 30525 13177 0 0 612 5 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788558215792 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28099] ppid=28032 vsize=11080032 memory=1720 CPUtime=2.4 cores=0,2,4,6
/proc/28035/task/28099/stat : 28099 (java) S 28032 28035 22977 0 -1 1077944384 19217 13177 0 0 228 5 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788557163248 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28100] ppid=28032 vsize=11080032 memory=667228 CPUtime=0.07 cores=0,2,4,6
/proc/28035/task/28100/stat : 28100 (java) S 28032 28035 22977 0 -1 1077944384 3 13177 0 0 0 0 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139787025509472 139789134485205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
[pid=28035/tid=28101] ppid=28032 vsize=11080032 memory=667228 CPUtime=0.18 cores=0,2,4,6
/proc/28035/task/28101/stat : 28101 (java) S 28032 28035 22977 0 -1 1077944384 717 13177 0 0 7 4 5 2 20 0 15 0 107207232 11345952768 166811 33554432000 4194304 4196468 140730583293984 139788556110128 139789134486146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19922944 140730583300713 140730583303521 140730583303521 140730583306191 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 667244 KiB

Child status: 143
Real time (s): 235.336
CPU time (s): 252.084
CPU user time (s): 251.264
CPU system time (s): 0.820128
CPU usage (%): 107.117
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 787464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.264
system time used= 0.820128
maximum resident set size= 790040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171722
page faults= 0
swaps= 0
block input operations= 0
block output operations= 472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21760
involuntary context switches= 970


# summary of solver processes directly reported to runsolver:
#   pid: 28035
#   total CPU time (s): 252.084
#   total CPU user time (s): 251.264
#   total CPU system time (s): 0.820128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04794 second user time and 2.56996 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:33:59
IDJOB=4302754
IDBENCH=141254
IDSOLVER=2777
FILE ID=node150/4302754-1532896439
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc32d_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302754-1532896439/watcher-4302754-1532896439 -o /tmp/evaluation-result-4302754-1532896439/solver-4302754-1532896439 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=870108432 -superng HOME/instance-4302754-1532896439.xml

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

MD5SUM BENCH= ca834160bf20391dc7be2075ee08801e
RANDOM SEED=870108432

node150.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.76
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.76
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.76
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.76
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:        27330876 kB
MemAvailable:   31148016 kB
Buffers:          224648 kB
Cached:          3835560 kB
SwapCached:           32 kB
Active:          2322100 kB
Inactive:        2585236 kB
Active(anon):     799052 kB
Inactive(anon):    76188 kB
Active(file):    1523048 kB
Inactive(file):  2509048 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26272 kB
Writeback:             0 kB
AnonPages:       1006228 kB
Mapped:            57824 kB
Shmem:             25156 kB
Slab:             230644 kB
SReclaimable:     201756 kB
SUnreclaim:        28888 kB
KernelStack:        3808 kB
PageTables:         7172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2105656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55024 MiB
End job on node150 at 2018-07-29 22:37:55