Trace number 4259534

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.4SAT (TO)954 252.104 227.14101

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-12.xml
MD5SUMbf7ce9a6e5c92622f49c68f6563ab950
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark954
Best CPU time to get the best result obtained on this benchmark6.3211098
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

3.42/2.04	c Concrete v3.4 running
6.10/3.12	o 647
6.10/3.15	o 662
6.10/3.17	o 687
6.10/3.18	o 731
6.44/3.20	o 735
6.44/3.22	o 744
6.44/3.23	o 746
6.44/3.24	o 768
6.44/3.25	o 772
6.44/3.27	o 824
6.44/3.27	o 834
6.44/3.29	o 836
6.44/3.29	o 853
6.78/3.30	o 866
6.78/3.31	o 867
6.78/3.34	o 874
6.78/3.36	o 879
6.78/3.36	o 881
6.78/3.37	o 888
7.08/3.41	o 904
7.08/3.42	o 905
7.08/3.44	o 915
7.08/3.44	o 919
7.08/3.44	o 920
7.08/3.46	o 934
7.39/3.51	o 954
252.04/227.11	java.util.concurrent.TimeoutException
252.04/227.11		at concrete.MAC.mac(MAC.scala:74)
252.04/227.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.04/227.11		at scala.util.Try$.apply(Try.scala:209)
252.04/227.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/227.11		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/227.11		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/227.11		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/227.11		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.04/227.11		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/227.11		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/227.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/227.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/227.11		at concrete.MAC.oneRun(MAC.scala:146)
252.04/227.11		at concrete.MAC.nextSolution(MAC.scala:166)
252.04/227.11		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.04/227.11		at concrete.ProblemState.map(ProblemState.scala:203)
252.04/227.11		at concrete.ProblemState.map(ProblemState.scala:188)
252.04/227.11		at concrete.MAC.nextSolution(MAC.scala:195)
252.04/227.11		at concrete.Solver.hasNext(Solver.scala:202)
252.04/227.11		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.04/227.11		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.04/227.11		at concrete.Solver.toStream(Solver.scala:73)
252.04/227.11		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.04/227.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.04/227.11		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.04/227.11		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.04/227.11		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.04/227.11		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/227.11		at scala.util.Success.map(Try.scala:209)
252.04/227.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.04/227.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.04/227.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.04/227.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.04/227.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.04/227.11		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/227.11		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/227.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/227.11		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/227.11		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/227.11		at scala.App.main(App.scala:76)
252.04/227.11		at scala.App.main$(App.scala:74)
252.04/227.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.04/227.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/227.12	v <instantiation cost="954">
252.04/227.12	v       <list>
252.04/227.12	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]
252.04/227.12	v       </list>
252.04/227.12	v       <values>
252.04/227.12	v         1 1 1 1 1 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 1 0 0 1 0
252.04/227.12	v       </values>
252.04/227.12	v     </instantiation>
252.04/227.12	s SATISFIABLE

Verifier Data

OK	954

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259534-1502648011/watcher-4259534-1502648011 -o /tmp/evaluation-result-4259534-1502648011/solver-4259534-1502648011 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312 bin/concrete HOME/instance-4259534-1502648011.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=12088, runsolver pid=12085

[startup+0.100109 s]*
/proc/loadavg: 2.36 2.00 1.88 3/205 12142
/proc/meminfo: memFree=27011272/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=13362960 memory=16552 CPUtime=0.09 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 4250 12402 0 0 1 1 5 2 20 0 6 0 97882058 13683671040 4138 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3340740 4138 1934 1 0 3329178 0
[pid=12088/tid=12138] ppid=12085 vsize=13379040 memory=4279135703946723981 CPUtime=0.08 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 2147 12402 0 0 1 0 5 2 20 0 6 0 97882067 13700136960 4204 33554432000 4194304 4196468 140726254507952 140263325401680 140263306690557 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=13379040 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 6 0 97882068 13700136960 4204 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=13379040 memory=139852456355456 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 6 0 97882068 13700136960 4204 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=13379040 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 6 0 97882068 13700136960 4204 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=13379040 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 6 0 97882068 13700136960 4204 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13362960 KiB
Current children cumulated memory: 16552 KiB

[startup+0.209601 s]*
/proc/loadavg: 2.33 2.00 1.88 3/214 12151
/proc/meminfo: memFree=26996912/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=13978600 memory=40104 CPUtime=0.25 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 7699 12402 0 0 16 2 5 2 20 0 15 0 97882058 14314086400 10026 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3494650 10026 2960 1 0 3482967 0
[pid=12088/tid=12138] ppid=12085 vsize=13978600 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 4226 12402 0 0 11 1 5 2 20 0 15 0 97882067 14314086400 10026 33554432000 4194304 4196468 140726254507952 140263325360960 140263321177494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=13978600 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314086400 10026 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=13978600 memory=139852456367105 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314086400 10026 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314086400 10026 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314086400 10026 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=13978600 memory=139852456355456 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882069 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 33 12402 0 0 0 0 5 2 20 0 15 0 97882070 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262794298400 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 21 12402 0 0 0 0 5 2 20 0 15 0 97882070 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262793245552 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=13978600 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 625 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 147 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=13978600 memory=139852456355456 CPUtime=0.1 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) R 12085 12088 3242 0 -1 4202560 491 12402 0 0 3 0 5 2 20 0 15 0 97882073 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262789036656 140263300103885 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=13978600 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=13978600 memory=139852456355456 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314086400 10026 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 40104 KiB

[startup+0.310106 s]*
/proc/loadavg: 2.33 2.00 1.88 3/214 12151
/proc/meminfo: memFree=26981904/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=13979028 memory=50924 CPUtime=0.38 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 10774 12402 0 0 28 3 5 2 20 0 15 0 97882058 14314524672 12731 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3494757 12731 3075 1 0 3482967 0
[pid=12088/tid=12138] ppid=12085 vsize=13979028 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 7290 12402 0 0 20 2 5 2 20 0 15 0 97882067 14314524672 12731 33554432000 4194304 4196468 140726254507952 140263325375584 140263304352350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314524672 12731 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314524672 12731 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314524672 12731 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314524672 12731 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882069 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 33 12402 0 0 0 0 5 2 20 0 15 0 97882070 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262794298400 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 21 12402 0 0 0 0 5 2 20 0 15 0 97882070 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262793245552 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=13979028 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=13979028 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 628 12402 0 0 1 0 5 2 20 0 15 0 97882073 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=13979028 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 150 12402 0 0 1 0 5 2 20 0 15 0 97882073 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=13979028 memory=139852456355456 CPUtime=0.12 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) R 12085 12088 3242 0 -1 4202560 496 12402 0 0 5 0 5 2 20 0 15 0 97882073 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262789036656 140263299870319 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=13979028 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=13979028 memory=139852456355456 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314524672 12731 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 50924 KiB

[startup+0.700713 s]
/proc/loadavg: 2.33 2.00 1.88 3/214 12151
/proc/meminfo: memFree=26975328/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=13979176 memory=81564 CPUtime=0.96 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 16533 12402 0 0 85 4 5 2 20 0 15 0 97882058 14314676224 20391 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3494794 20391 3267 1 0 3482967 0
[pid=12088/tid=12138] ppid=12085 vsize=13979176 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 12385 12402 0 0 56 2 5 2 20 0 15 0 97882067 14314676224 20391 33554432000 4194304 4196468 140726254507952 140263325384624 140263305246046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314676224 20391 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=13979176 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314676224 20391 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=13979176 memory=139852322581040 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314676224 20391 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=13979176 memory=139852725092962 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 2 12402 0 0 0 0 5 2 20 0 15 0 97882068 14314676224 20391 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=13979176 memory=4620 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 5 12402 0 0 0 0 5 2 20 0 15 0 97882069 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=13979176 memory=4639098309541128805 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 33 12402 0 0 0 0 5 2 20 0 15 0 97882070 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262794298400 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=13979176 memory=7885635084775281009 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 21 12402 0 0 0 0 5 2 20 0 15 0 97882070 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262793245552 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=13979176 memory=18476 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=13979176 memory=16940 CPUtime=0.17 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 988 12402 0 0 10 0 5 2 20 0 15 0 97882073 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=13979176 memory=4048 CPUtime=0.12 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 396 12402 0 0 5 0 5 2 20 0 15 0 97882073 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=13979176 memory=1792 CPUtime=0.19 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) S 12085 12088 3242 0 -1 1077944384 549 12402 0 0 12 0 5 2 20 0 15 0 97882073 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262789036656 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=13979176 memory=648 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=13979176 memory=1240 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 1 12402 0 0 0 0 5 2 20 0 15 0 97882073 14314676224 20391 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 13979176 KiB
Current children cumulated memory: 81564 KiB

[startup+1.50064 s]
/proc/loadavg: 2.33 2.00 1.88 3/214 12151
/proc/meminfo: memFree=26918820/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=13991700 memory=174512 CPUtime=2.19 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 26724 12402 0 0 203 9 5 2 20 0 15 0 97882058 14327500800 43628 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3497925 43628 3401 1 0 3486039 0
[pid=12088/tid=12138] ppid=12085 vsize=13991700 memory=4872558044660077418 CPUtime=1.43 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 19579 12402 0 0 131 5 5 2 20 0 15 0 97882067 14327500800 43628 33554432000 4194304 4196468 140726254507952 140263325400352 140263321177494 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=13991700 memory=279704645193376 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 59 12402 0 0 0 0 5 2 20 0 15 0 97882068 14327500800 43628 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 52 12402 0 0 1 0 5 2 20 0 15 0 97882068 14327500800 43628 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 191 12402 0 0 1 0 5 2 20 0 15 0 97882068 14327500800 43628 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 53 12402 0 0 1 0 5 2 20 0 15 0 97882068 14327500800 43628 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=13991700 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 1164 12402 0 0 1 0 5 2 20 0 15 0 97882069 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=13991700 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 54 12402 0 0 0 0 5 2 20 0 15 0 97882070 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262794298464 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=13991700 memory=-5921431000321636112 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 45 12402 0 0 0 0 5 2 20 0 15 0 97882070 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262793245568 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=13991700 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=13991700 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 1219 12402 0 0 18 0 5 2 20 0 15 0 97882073 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=13991700 memory=6791534058613427641 CPUtime=0.23 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 615 12402 0 0 16 0 5 2 20 0 15 0 97882073 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=13991700 memory=279704645433184 CPUtime=0.38 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) R 12085 12088 3242 0 -1 4202560 1538 12402 0 0 31 0 5 2 20 0 15 0 97882073 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262789036656 140263300123259 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=13991700 memory=-7531822216213012384 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=13991700 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 6 12402 0 0 0 0 5 2 20 0 15 0 97882073 14327500800 43628 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 13991700 KiB

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

/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 51845 12402 0 0 16054 19 5 2 20 0 15 0 97882067 14409482240 200213 33554432000 4194304 4196468 140726254507952 140263325398800 140262921854745 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.66 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 1327 12402 0 0 53 6 5 2 20 0 15 0 97882068 14409482240 200213 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.65 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 3113 12402 0 0 54 4 5 2 20 0 15 0 97882068 14409482240 200213 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.63 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1350 12402 0 0 52 4 5 2 20 0 15 0 97882068 14409482240 200213 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.65 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 1945 12402 0 0 53 5 5 2 20 0 15 0 97882068 14409482240 200213 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.67 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 4418 12402 0 0 57 3 5 2 20 0 15 0 97882069 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 54 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262794298528 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=14071760 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 46 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262793245568 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=14071760 memory=800852 CPUtime=10.22 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 13809 12402 0 0 1010 5 5 2 20 0 15 0 97882073 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=14071760 memory=800852 CPUtime=9.55 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 7159 12402 0 0 945 3 5 2 20 0 15 0 97882073 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=14071760 memory=800852 CPUtime=2.95 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) S 12085 12088 3242 0 -1 1077944384 9664 12402 0 0 283 5 5 2 20 0 15 0 97882073 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262789036656 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=14071760 memory=12032 CPUtime=0.15 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 622 12402 0 0 3 5 5 2 20 0 15 0 97882073 14409482240 200213 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 186.4 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 800852 KiB

[startup+222.301 s]
/proc/loadavg: 1.79 1.91 1.87 3/216 12310
/proc/meminfo: memFree=25910368/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=14071760 memory=800884 CPUtime=247.17 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 100834 12402 0 0 24644 66 5 2 20 0 15 0 97882058 14409482240 200221 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3517940 200221 3491 1 0 3505495 0
[pid=12088/tid=12138] ppid=12085 vsize=14071760 memory=4144 CPUtime=220.16 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 53162 12402 0 0 21988 21 5 2 20 0 15 0 97882067 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263325398944 140262922091622 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=14071760 memory=800852 CPUtime=0.93 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 1348 12402 0 0 80 6 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=14071760 memory=800880 CPUtime=0.92 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 3300 12402 0 0 80 5 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.91 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1409 12402 0 0 78 6 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.91 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 3335 12402 0 0 77 7 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.96 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 4746 12402 0 0 85 4 5 2 20 0 15 0 97882069 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 54 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262794298528 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 46 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262793245568 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=14071760 memory=800884 CPUtime=10.22 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 13811 12402 0 0 1010 5 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=14071760 memory=4620 CPUtime=9.55 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 7162 12402 0 0 945 3 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=14071760 memory=800884 CPUtime=2.95 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) S 12085 12088 3242 0 -1 1077944384 9667 12402 0 0 283 5 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262789036656 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=14071760 memory=15872 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.18 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 645 12402 0 0 5 6 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 247.17 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 800884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+227.11 s]
/proc/loadavg: 1.72 1.90 1.87 3/216 12310
/proc/meminfo: memFree=25914224/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=14071760 memory=800884 CPUtime=252.04 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 100873 12402 0 0 25131 66 5 2 20 0 15 0 97882058 14409482240 200221 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3517940 200221 3491 1 0 3505495 0
[pid=12088/tid=12138] ppid=12085 vsize=14071760 memory=800884 CPUtime=224.92 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 53196 12402 0 0 22464 21 5 2 20 0 15 0 97882067 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263325399744 140262922496768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=14071760 memory=800880 CPUtime=0.96 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 1349 12402 0 0 82 7 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.94 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 3301 12402 0 0 82 5 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.93 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1409 12402 0 0 80 6 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.93 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 3335 12402 0 0 79 7 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.99 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 4749 12402 0 0 88 4 5 2 20 0 15 0 97882069 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 54 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262794298528 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 46 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262793245568 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=14071760 memory=800884 CPUtime=10.22 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 13811 12402 0 0 1010 5 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=14071760 memory=800884 CPUtime=9.55 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 7162 12402 0 0 945 3 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=14071760 memory=800884 CPUtime=2.95 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) S 12085 12088 3242 0 -1 1077944384 9667 12402 0 0 283 5 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262789036656 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=14071760 memory=4144 CPUtime=0.18 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 645 12402 0 0 5 6 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 800884 KiB

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

[startup+227.141 s]
# the end of solver process 12088 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.394 s, system=0.709506 s

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

[startup+227.11 s]
/proc/loadavg: 1.72 1.90 1.87 3/216 12310
/proc/meminfo: memFree=25914224/32770624 swapFree=67108860/67108860
[pid=12088] ppid=12085 vsize=14071760 memory=800884 CPUtime=252.04 cores=0,2,4,6
/proc/12088/stat : 12088 (java) S 12085 12088 3242 0 -1 1077944320 100873 12402 0 0 25131 66 5 2 20 0 15 0 97882058 14409482240 200221 33554432000 4194304 4196468 140726254507952 140726254490496 140263321165559 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
/proc/12088/statm: 3517940 200221 3491 1 0 3505495 0
[pid=12088/tid=12138] ppid=12085 vsize=14071760 memory=800884 CPUtime=224.92 cores=0,2,4,6
/proc/12088/task/12138/stat : 12138 (java) R 12085 12088 3242 0 -1 4202560 53196 12402 0 0 22464 21 5 2 20 0 15 0 97882067 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263325399744 140262922496768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12139] ppid=12085 vsize=14071760 memory=800880 CPUtime=0.96 cores=0,2,4,6
/proc/12088/task/12139/stat : 12139 (java) S 12085 12088 3242 0 -1 1077944384 1349 12402 0 0 82 7 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263236234384 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12140] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.94 cores=0,2,4,6
/proc/12088/task/12140/stat : 12140 (java) S 12085 12088 3242 0 -1 1077944384 3301 12402 0 0 82 5 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263235181584 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12141] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.93 cores=0,2,4,6
/proc/12088/task/12141/stat : 12141 (java) S 12085 12088 3242 0 -1 1077944384 1409 12402 0 0 80 6 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263234128784 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12142] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.93 cores=0,2,4,6
/proc/12088/task/12142/stat : 12142 (java) S 12085 12088 3242 0 -1 1077944384 3335 12402 0 0 79 7 5 2 20 0 15 0 97882068 14409482240 200221 33554432000 4194304 4196468 140726254507952 140263233075984 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12143] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.99 cores=0,2,4,6
/proc/12088/task/12143/stat : 12143 (java) S 12085 12088 3242 0 -1 1077944384 4749 12402 0 0 88 4 5 2 20 0 15 0 97882069 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262795352432 140263321176706 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12144] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12144/stat : 12144 (java) S 12085 12088 3242 0 -1 1077944384 54 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262794298528 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12145] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12145/stat : 12145 (java) S 12085 12088 3242 0 -1 1077944384 46 12402 0 0 0 0 5 2 20 0 15 0 97882070 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262793245568 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12146] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12146/stat : 12146 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262792193872 140263321184155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12147] ppid=12085 vsize=14071760 memory=800884 CPUtime=10.22 cores=0,2,4,6
/proc/12088/task/12147/stat : 12147 (java) S 12085 12088 3242 0 -1 1077944384 13811 12402 0 0 1010 5 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262791142256 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12148] ppid=12085 vsize=14071760 memory=800884 CPUtime=9.55 cores=0,2,4,6
/proc/12088/task/12148/stat : 12148 (java) S 12085 12088 3242 0 -1 1077944384 7162 12402 0 0 945 3 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262790089456 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 30 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12149] ppid=12085 vsize=14071760 memory=800884 CPUtime=2.95 cores=0,2,4,6
/proc/12088/task/12149/stat : 12149 (java) S 12085 12088 3242 0 -1 1077944384 9667 12402 0 0 283 5 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262789036656 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12150] ppid=12085 vsize=14071760 memory=800884 CPUtime=0.07 cores=0,2,4,6
/proc/12088/task/12150/stat : 12150 (java) S 12085 12088 3242 0 -1 1077944384 3 12402 0 0 0 0 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262787984096 140263321175765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
[pid=12088/tid=12151] ppid=12085 vsize=14071760 memory=4144 CPUtime=0.18 cores=0,2,4,6
/proc/12088/task/12151/stat : 12151 (java) S 12085 12088 3242 0 -1 1077944384 645 12402 0 0 5 6 5 2 20 0 15 0 97882073 14409482240 200221 33554432000 4194304 4196468 140726254507952 140262786931376 140263321176706 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 38920192 140726254516886 140726254519671 140726254519671 140726254522319 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 800884 KiB

Child status: 143
Real time (s): 227.141
CPU time (s): 252.104
CPU user time (s): 251.394
CPU system time (s): 0.709506
CPU usage (%): 110.99
Max. virtual memory (cumulated for all children) (KiB): 14071808
Max. memory (cumulated for all children) (KiB): 803268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.394
system time used= 0.709506
maximum resident set size= 803780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116829
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40078
involuntary context switches= 1576


# summary of solver processes directly reported to runsolver:
#   pid: 12088
#   total CPU time (s): 252.104
#   total CPU user time (s): 251.394
#   total CPU system time (s): 0.709506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.51047 second user time and 1.96954 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:59:13
IDJOB=4259534
IDBENCH=133516
IDSOLVER=2646
FILE ID=node149/4259534-1502648011
RUNJOBID= node149-1502644582-9044
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-12.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4259534-1502648011/watcher-4259534-1502648011 -o /tmp/evaluation-result-4259534-1502648011/solver-4259534-1502648011 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9044 --watchdog 312  bin/concrete HOME/instance-4259534-1502648011.xml

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

MD5SUM BENCH= bf7ce9a6e5c92622f49c68f6563ab950
RANDOM SEED=299083589

node149.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.43
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.43
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.43
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.43
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:        27021916 kB
MemAvailable:   31180164 kB
Buffers:          270668 kB
Cached:          4160408 kB
SwapCached:            0 kB
Active:          1961984 kB
Inactive:        3318288 kB
Active(anon):     851712 kB
Inactive(anon):    24944 kB
Active(file):    1110272 kB
Inactive(file):  3293344 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23944 kB
Writeback:             0 kB
AnonPages:        854888 kB
Mapped:            56764 kB
Shmem:             25224 kB
Slab:             167972 kB
SReclaimable:     140932 kB
SUnreclaim:        27040 kB
KernelStack:        3536 kB
PageTables:         6728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1815628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    634880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61888 MiB
End job on node149 at 2017-08-13 20:03:00