Trace number 4259532

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)1021 252.11099 225.743

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-07.xml
MD5SUMddd3703b8a67d475e5b0b20416c98cf0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1021
Best CPU time to get the best result obtained on this benchmark6.25983
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.35/2.02	c Concrete v3.4 running
5.69/3.07	o 664
5.69/3.10	o 689
6.03/3.12	o 704
6.03/3.14	o 746
6.03/3.15	o 762
6.03/3.17	o 815
6.03/3.18	o 821
6.03/3.19	o 825
6.36/3.20	o 840
6.36/3.22	o 846
6.36/3.22	o 855
6.36/3.23	o 863
6.36/3.24	o 864
6.36/3.25	o 882
6.36/3.26	o 886
6.36/3.26	o 895
6.36/3.27	o 915
6.36/3.28	o 919
6.36/3.29	o 926
6.36/3.29	o 950
6.72/3.30	o 951
6.72/3.31	o 981
6.72/3.34	o 984
6.72/3.34	o 988
6.72/3.35	o 997
6.72/3.37	o 1003
7.06/3.42	o 1008
7.06/3.42	o 1021
252.06/225.72	java.util.concurrent.TimeoutException
252.06/225.72		at concrete.MAC.mac(MAC.scala:74)
252.06/225.72		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
252.06/225.72		at scala.util.Try$.apply(Try.scala:209)
252.06/225.72		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.06/225.72		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.06/225.72		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.06/225.72		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.06/225.72		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
252.06/225.72		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.06/225.72		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.06/225.72		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.06/225.72		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.06/225.72		at concrete.MAC.oneRun(MAC.scala:146)
252.06/225.72		at concrete.MAC.nextSolution(MAC.scala:166)
252.06/225.72		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
252.06/225.72		at concrete.ProblemState.map(ProblemState.scala:203)
252.06/225.72		at concrete.ProblemState.map(ProblemState.scala:188)
252.06/225.72		at concrete.MAC.nextSolution(MAC.scala:195)
252.06/225.72		at concrete.Solver.hasNext(Solver.scala:202)
252.06/225.72		at scala.collection.Iterator.toStream(Iterator.scala:1403)
252.06/225.72		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
252.06/225.72		at concrete.Solver.toStream(Solver.scala:73)
252.06/225.72		at scala.collection.Iterator.$anonfun$toStream$1(Iterator.scala:1403)
252.06/225.72		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1169)
252.06/225.72		at scala.collection.immutable.Stream$Cons.tail(Stream.scala:1159)
252.06/225.72		at scala.collection.immutable.Stream.foreach(Stream.scala:531)
252.06/225.72		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
252.06/225.72		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.06/225.72		at scala.util.Success.map(Try.scala:209)
252.06/225.72		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
252.06/225.72		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
252.06/225.72		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
252.06/225.72		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
252.06/225.72		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
252.06/225.72		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.06/225.72		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.06/225.72		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.06/225.72		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.06/225.72		at scala.collection.immutable.List.foreach(List.scala:389)
252.06/225.72		at scala.App.main(App.scala:76)
252.06/225.72		at scala.App.main$(App.scala:74)
252.06/225.72		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
252.06/225.72		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.06/225.73	v <instantiation cost="1021">
252.06/225.73	v       <list>
252.06/225.73	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.06/225.73	v       </list>
252.06/225.73	v       <values>
252.06/225.73	v         0 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1
252.06/225.73	v       </values>
252.06/225.73	v     </instantiation>
252.06/225.73	s SATISFIABLE

Verifier Data

OK	1021

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4259532-1502647935/watcher-4259532-1502647935 -o /tmp/evaluation-result-4259532-1502647935/solver-4259532-1502647935 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node149-1502644582-9045 --watchdog 312 bin/concrete HOME/instance-4259532-1502647935.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 1.90 1.77 1.80 3/206 12015
/proc/meminfo: memFree=27043560/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=13445604 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 4409 12412 0 0 1 1 4 3 20 0 7 0 97874448 13768298496 4269 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3361401 4269 2004 1 0 3349839 0
[pid=11961/tid=12011] ppid=11958 vsize=13445604 memory=4279135704013962638 CPUtime=0.08 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 2257 12412 0 0 1 0 4 3 20 0 7 0 97874457 13768298496 4269 33554432000 4194304 4196468 140724962632096 139707416300304 139707412079773 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=13445604 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 7 0 97874457 13768298496 4269 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=13445604 memory=140405986088576 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 7 0 97874457 13768298496 4269 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=13445604 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 7 0 97874457 13768298496 4269 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=13445604 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 2 12412 0 0 0 0 4 3 20 0 7 0 97874457 13768298496 4269 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=13445604 memory=140405986088576 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 2 12412 0 0 0 0 4 3 20 0 7 0 97874459 13768298496 4269 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13445604 KiB
Current children cumulated memory: 17076 KiB

[startup+0.209756 s]*
/proc/loadavg: 1.90 1.77 1.80 4/215 12024
/proc/meminfo: memFree=27026752/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=13978600 memory=37100 CPUtime=0.25 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 8214 12412 0 0 16 2 4 3 20 0 15 0 97874448 14314086400 9275 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3494650 9275 2973 1 0 3482967 0
[pid=11961/tid=12011] ppid=11958 vsize=13978600 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 4692 12412 0 0 10 1 4 3 20 0 15 0 97874457 14314086400 9275 33554432000 4194304 4196468 140724962632096 139707416233232 139707393622800 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=13978600 memory=342 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314086400 9275 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=13978600 memory=140405986099580 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314086400 9275 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314086400 9275 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 2 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314086400 9275 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=13978600 memory=140405986088576 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 2 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 33 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706750674080 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 21 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706749620976 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=13978600 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=13978600 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 508 12412 0 0 1 0 4 3 20 0 15 0 97874462 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) S 11958 11961 3242 0 -1 1077944384 263 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=13978600 memory=140405986088576 CPUtime=0.1 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) S 11958 11961 3242 0 -1 1077944384 535 12412 0 0 3 0 4 3 20 0 15 0 97874462 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706745412080 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=13978600 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=13978600 memory=140405986088576 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314086400 9275 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13978600 KiB
Current children cumulated memory: 37100 KiB

[startup+0.310113 s]*
/proc/loadavg: 1.90 1.77 1.80 3/215 12024
/proc/meminfo: memFree=27016972/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=13979028 memory=47716 CPUtime=0.38 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 10479 12412 0 0 28 3 4 3 20 0 15 0 97874448 14314524672 11929 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3494757 11929 3094 1 0 3482967 0
[pid=11961/tid=12011] ppid=11958 vsize=13979028 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 6937 12412 0 0 19 1 4 3 20 0 15 0 97874457 14314524672 11929 33554432000 4194304 4196468 140724962632096 139707416267872 139707395244656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314524672 11929 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314524672 11929 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314524672 11929 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 2 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314524672 11929 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 2 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 33 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706750674080 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 21 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706749620976 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=13979028 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=13979028 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 511 12412 0 0 1 0 4 3 20 0 15 0 97874462 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=13979028 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) S 11958 11961 3242 0 -1 1077944384 266 12412 0 0 1 0 4 3 20 0 15 0 97874462 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=13979028 memory=140405986088576 CPUtime=0.12 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) S 11958 11961 3242 0 -1 1077944384 549 12412 0 0 5 0 4 3 20 0 15 0 97874462 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706745412080 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=13979028 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=13979028 memory=140405986088576 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314524672 11929 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 13979028 KiB
Current children cumulated memory: 47716 KiB

[startup+0.700698 s]
/proc/loadavg: 1.90 1.77 1.80 5/215 12024
/proc/meminfo: memFree=27007384/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=13979264 memory=80908 CPUtime=0.97 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 16986 12412 0 0 86 4 4 3 20 0 15 0 97874448 14314766336 20227 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3494816 20227 3279 1 0 3482967 0
[pid=11961/tid=12011] ppid=11958 vsize=13979264 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 12618 12412 0 0 56 2 4 3 20 0 15 0 97874457 14314766336 20227 33554432000 4194304 4196468 140724962632096 139707416276912 139707404774810 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=13979284 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314786816 20227 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=13979284 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314786816 20227 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=13979284 memory=140405836497520 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314786816 20227 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=13979284 memory=140406775874148 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 2 12412 0 0 0 0 4 3 20 0 15 0 97874457 14314786816 20227 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=13979284 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 5 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314786816 20227 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=13979300 memory=7014751519583131217 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 33 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314803200 20227 33554432000 4194304 4196468 140724962632096 139706750674080 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=13979300 memory=18476 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 21 12412 0 0 0 0 4 3 20 0 15 0 97874459 14314803200 20227 33554432000 4194304 4196468 140724962632096 139706749620976 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=13979300 memory=16940 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314803200 20227 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=13979300 memory=4048 CPUtime=0.13 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 782 12412 0 0 6 0 4 3 20 0 15 0 97874462 14314803200 20227 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=13979300 memory=1792 CPUtime=0.16 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) S 11958 11961 3242 0 -1 1077944384 725 12412 0 0 9 0 4 3 20 0 15 0 97874462 14314803200 20227 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=13979308 memory=648 CPUtime=0.2 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) R 11958 11961 3242 0 -1 4202560 646 12412 0 0 13 0 4 3 20 0 15 0 97874462 14314811392 20227 33554432000 4194304 4196468 140724962632096 139706745412080 139707412079194 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=13979308 memory=1240 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314811392 20227 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=13979308 memory=960 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 1 12412 0 0 0 0 4 3 20 0 15 0 97874462 14314811392 20227 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13979264 KiB
Current children cumulated memory: 80908 KiB

[startup+1.50068 s]
/proc/loadavg: 1.90 1.77 1.80 3/215 12024
/proc/meminfo: memFree=26950132/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=13991700 memory=172680 CPUtime=2.19 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 28334 12412 0 0 203 9 4 3 20 0 15 0 97874448 14327500800 43170 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3497925 43170 3403 1 0 3486039 0
[pid=11961/tid=12011] ppid=11958 vsize=13991700 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 20135 12412 0 0 131 5 4 3 20 0 15 0 97874457 14327500800 43170 33554432000 4194304 4196468 140724962632096 139707416281360 139707412069782 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=13991700 memory=280811673043392 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 197 12412 0 0 0 0 4 3 20 0 15 0 97874457 14327500800 43170 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=13991700 memory=280811673052704 CPUtime=0.08 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 56 12412 0 0 1 0 4 3 20 0 15 0 97874457 14327500800 43170 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=13991700 memory=140405836532208 CPUtime=0.08 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 57 12412 0 0 1 0 4 3 20 0 15 0 97874457 14327500800 43170 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=13991700 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 52 12412 0 0 0 0 4 3 20 0 15 0 97874457 14327500800 43170 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=13991700 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 1659 12412 0 0 1 0 4 3 20 0 15 0 97874459 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=13991700 memory=13331578489482 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 55 12412 0 0 0 0 4 3 20 0 15 0 97874459 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706750674144 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=13991700 memory=-7097495484385563872 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 44 12412 0 0 0 0 4 3 20 0 15 0 97874459 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706749620992 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=13991700 memory=8026941098018885740 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=13991700 memory=8026941098018885740 CPUtime=0.22 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 1001 12412 0 0 15 0 4 3 20 0 15 0 97874462 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=13991700 memory=7812172422117549145 CPUtime=0.25 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) R 11958 11961 3242 0 -1 1077944384 1006 12412 0 0 18 0 4 3 20 0 15 0 97874462 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=13991700 memory=6655300316396806240 CPUtime=0.38 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) R 11958 11961 3242 0 -1 4202560 1914 12412 0 0 31 0 4 3 20 0 15 0 97874462 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706745412080 139707391507048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=13991700 memory=5936705713335461733 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=13991700 memory=7307481174659000657 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 4 12412 0 0 0 0 4 3 20 0 15 0 97874462 14327500800 43170 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0

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

/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 53452 12412 0 0 16061 20 4 3 20 0 15 0 97874457 14409482240 201984 33554432000 4194304 4196468 140724962632096 139707416292144 139707060182144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=14071760 memory=807936 CPUtime=0.67 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 949 12412 0 0 55 5 4 3 20 0 15 0 97874457 14409482240 201984 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=14071760 memory=807936 CPUtime=0.67 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 2838 12412 0 0 55 5 4 3 20 0 15 0 97874457 14409482240 201984 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=14071760 memory=807936 CPUtime=0.67 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 3554 12412 0 0 56 4 4 3 20 0 15 0 97874457 14409482240 201984 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=14071760 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 1185 12412 0 0 53 6 4 3 20 0 15 0 97874457 14409482240 201984 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=14071760 memory=140405836750273 CPUtime=0.68 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 4029 12412 0 0 57 4 4 3 20 0 15 0 97874459 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=14071760 memory=807936 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 55 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706750674208 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=14071760 memory=807936 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 44 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706749620992 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=14071760 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=14071760 memory=1792 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 11287 12412 0 0 1039 4 4 3 20 0 15 0 97874462 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=14071760 memory=807936 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) S 11958 11961 3242 0 -1 1077944384 10263 12412 0 0 1040 3 4 3 20 0 15 0 97874462 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=14071760 memory=807936 CPUtime=2.93 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) S 11958 11961 3242 0 -1 1077944384 11370 12412 0 0 281 5 4 3 20 0 15 0 97874462 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706745412080 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=14071760 memory=807936 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=14071760 memory=807928 CPUtime=0.15 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 584 12412 0 0 2 6 4 3 20 0 15 0 97874462 14409482240 201984 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 187.81 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 807936 KiB

[startup+222.301 s]
/proc/loadavg: 1.64 1.91 1.87 3/216 12184
/proc/meminfo: memFree=26227800/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=14071760 memory=807996 CPUtime=248.59 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 105136 12412 0 0 24781 71 4 3 20 0 15 0 97874448 14409482240 201999 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3517940 201999 3494 1 0 3505495 0
[pid=11961/tid=12011] ppid=11958 vsize=14071760 memory=807996 CPUtime=220.26 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 54783 12412 0 0 21999 20 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707416291488 139707059726575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.94 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 1993 12412 0 0 80 7 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.95 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 2928 12412 0 0 80 8 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.94 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 3704 12412 0 0 82 5 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.94 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 1576 12412 0 0 79 8 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 4364 12412 0 0 83 6 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=14071760 memory=4144 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 55 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706750674208 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=14071760 memory=4144 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 44 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706749620992 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=14071760 memory=28628 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=14071760 memory=807996 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 11289 12412 0 0 1039 4 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=14071760 memory=1224 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) S 11958 11961 3242 0 -1 1077944384 10266 12412 0 0 1040 3 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=14071760 memory=1296 CPUtime=2.93 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) S 11958 11961 3242 0 -1 1077944384 11373 12412 0 0 281 5 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706745412080 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=14071760 memory=2408 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=14071760 memory=286 CPUtime=0.19 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 607 12412 0 0 4 8 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 248.59 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 807996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.711 s]
/proc/loadavg: 1.64 1.91 1.87 4/216 12184
/proc/meminfo: memFree=26227800/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=14071760 memory=807996 CPUtime=252.06 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 105187 12412 0 0 25127 72 4 3 20 0 15 0 97874448 14409482240 201999 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3517940 201999 3494 1 0 3505495 0
[pid=11961/tid=12011] ppid=11958 vsize=14071760 memory=807996 CPUtime=223.63 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 54831 12412 0 0 22336 20 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707416291552 139707058914030 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 1993 12412 0 0 82 7 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=14071760 memory=2244 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 2928 12412 0 0 81 8 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 3704 12412 0 0 84 5 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 1577 12412 0 0 81 8 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.98 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 4366 12412 0 0 85 6 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=14071760 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 55 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706750674208 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 44 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706749620992 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=14071760 memory=5792 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 11289 12412 0 0 1039 4 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=14071760 memory=807996 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) S 11958 11961 3242 0 -1 1077944384 10266 12412 0 0 1040 3 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=14071760 memory=807996 CPUtime=2.93 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) S 11958 11961 3242 0 -1 1077944384 11373 12412 0 0 281 5 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706745412080 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=14071760 memory=4144 CPUtime=0.19 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 607 12412 0 0 4 8 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 807996 KiB

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

[startup+225.743 s]
# the end of solver process 11961 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.346 s, system=0.7649 s

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

[startup+225.711 s]
/proc/loadavg: 1.64 1.91 1.87 4/216 12184
/proc/meminfo: memFree=26227800/32770624 swapFree=67108860/67108860
[pid=11961] ppid=11958 vsize=14071760 memory=807996 CPUtime=252.06 cores=1,3,5,7
/proc/11961/stat : 11961 (java) S 11958 11961 3242 0 -1 1077944320 105187 12412 0 0 25127 72 4 3 20 0 15 0 97874448 14409482240 201999 33554432000 4194304 4196468 140724962632096 140724962614640 139707412057847 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
/proc/11961/statm: 3517940 201999 3494 1 0 3505495 0
[pid=11961/tid=12011] ppid=11958 vsize=14071760 memory=807996 CPUtime=223.63 cores=1,3,5,7
/proc/11961/task/12011/stat : 12011 (java) R 11958 11961 3242 0 -1 4202560 54831 12412 0 0 22336 20 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707416291552 139707058914030 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12012] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12012/stat : 12012 (java) S 11958 11961 3242 0 -1 1077944384 1993 12412 0 0 82 7 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707368610832 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12013] ppid=11958 vsize=14071760 memory=2244 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12013/stat : 12013 (java) S 11958 11961 3242 0 -1 1077944384 2928 12412 0 0 81 8 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707007036560 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12014] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12014/stat : 12014 (java) S 11958 11961 3242 0 -1 1077944384 3704 12412 0 0 84 5 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707005983504 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12015] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.96 cores=1,3,5,7
/proc/11961/task/12015/stat : 12015 (java) S 11958 11961 3242 0 -1 1077944384 1577 12412 0 0 81 8 4 3 20 0 15 0 97874457 14409482240 201999 33554432000 4194304 4196468 140724962632096 139707004930960 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12016] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.98 cores=1,3,5,7
/proc/11961/task/12016/stat : 12016 (java) S 11958 11961 3242 0 -1 1077944384 4366 12412 0 0 85 6 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706751727856 139707412068994 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12017] ppid=11958 vsize=14071760 memory=1296 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12017/stat : 12017 (java) S 11958 11961 3242 0 -1 1077944384 55 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706750674208 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12018] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12018/stat : 12018 (java) S 11958 11961 3242 0 -1 1077944384 44 12412 0 0 0 0 4 3 20 0 15 0 97874459 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706749620992 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12019] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12019/stat : 12019 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706748569552 139707412076443 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12020] ppid=11958 vsize=14071760 memory=5792 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12020/stat : 12020 (java) S 11958 11961 3242 0 -1 1077944384 11289 12412 0 0 1039 4 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706747517680 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12021] ppid=11958 vsize=14071760 memory=807996 CPUtime=10.5 cores=1,3,5,7
/proc/11961/task/12021/stat : 12021 (java) S 11958 11961 3242 0 -1 1077944384 10266 12412 0 0 1040 3 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706746465136 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12022] ppid=11958 vsize=14071760 memory=807996 CPUtime=2.93 cores=1,3,5,7
/proc/11961/task/12022/stat : 12022 (java) S 11958 11961 3242 0 -1 1077944384 11373 12412 0 0 281 5 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706745412080 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12023] ppid=11958 vsize=14071760 memory=807996 CPUtime=0.07 cores=1,3,5,7
/proc/11961/task/12023/stat : 12023 (java) S 11958 11961 3242 0 -1 1077944384 3 12412 0 0 0 0 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706744359776 139707412068053 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
[pid=11961/tid=12024] ppid=11958 vsize=14071760 memory=4144 CPUtime=0.19 cores=1,3,5,7
/proc/11961/task/12024/stat : 12024 (java) S 11958 11961 3242 0 -1 1077944384 607 12412 0 0 4 8 4 3 20 0 15 0 97874462 14409482240 201999 33554432000 4194304 4196468 140724962632096 139706743306800 139707412068994 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140724962634390 140724962637175 140724962637175 140724962639823 0
Current children cumulated CPU time: 252.06 s
Current children cumulated vsize: 14071760 KiB
Current children cumulated memory: 807996 KiB

Child status: 143
Real time (s): 225.743
CPU time (s): 252.111
CPU user time (s): 251.346
CPU system time (s): 0.7649
CPU usage (%): 111.68
Max. virtual memory (cumulated for all children) (KiB): 14074472
Max. memory (cumulated for all children) (KiB): 809436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.346
system time used= 0.7649
maximum resident set size= 809436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121494
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= 38758
involuntary context switches= 674


# summary of solver processes directly reported to runsolver:
#   pid: 11961
#   total CPU time (s): 252.111
#   total CPU user time (s): 251.346
#   total CPU system time (s): 0.7649

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.37861 second user time and 2.16208 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-13 19:57:57
IDJOB=4259532
IDBENCH=133504
IDSOLVER=2646
FILE ID=node149/4259532-1502647935
RUNJOBID= node149-1502644582-9045
PBS_JOBID= 20628307
Free space on /tmp= 61912 MiB

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

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

MD5SUM BENCH= ddd3703b8a67d475e5b0b20416c98cf0
RANDOM SEED=1552684668

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:        27052060 kB
MemAvailable:   31210016 kB
Buffers:          270568 kB
Cached:          4160568 kB
SwapCached:            0 kB
Active:          1930764 kB
Inactive:        3318168 kB
Active(anon):     820656 kB
Inactive(anon):    24944 kB
Active(file):    1110108 kB
Inactive(file):  3293224 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24120 kB
Writeback:             0 kB
AnonPages:        823820 kB
Mapped:            56952 kB
Shmem:             25224 kB
Slab:             168048 kB
SReclaimable:     140916 kB
SUnreclaim:        27132 kB
KernelStack:        3584 kB
PageTables:         6588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1790176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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:01:43