Trace number 4249676

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
R1: Concrete 3.4? (TO) 2404.83 2264.65

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-43.xml
MD5SUM7110289aba2c74e466e00c1a89bfd290
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

3.60/2.15	c Concrete v3.4 running
2404.71/2264.61	java.util.concurrent.TimeoutException
2404.71/2264.61		at concrete.MAC.mac(MAC.scala:74)
2404.71/2264.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2404.71/2264.61		at scala.util.Try$.apply(Try.scala:209)
2404.71/2264.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2404.71/2264.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2404.71/2264.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2404.71/2264.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2404.71/2264.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2404.71/2264.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2404.71/2264.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2404.71/2264.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2404.71/2264.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2404.71/2264.61		at concrete.MAC.oneRun(MAC.scala:146)
2404.71/2264.61		at concrete.MAC.nextSolution(MAC.scala:166)
2404.71/2264.61		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2404.71/2264.61		at concrete.ProblemState.map(ProblemState.scala:203)
2404.71/2264.61		at concrete.ProblemState.map(ProblemState.scala:188)
2404.71/2264.61		at concrete.MAC.nextSolution(MAC.scala:195)
2404.71/2264.61		at concrete.Solver.hasNext(Solver.scala:202)
2404.71/2264.61		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2404.71/2264.61		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2404.71/2264.61		at concrete.Solver.toStream(Solver.scala:73)
2404.71/2264.61		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2404.71/2264.61		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2404.71/2264.61		at concrete.Solver.toIterable(Solver.scala:73)
2404.71/2264.61		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2404.71/2264.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2404.71/2264.61		at scala.util.Success.map(Try.scala:209)
2404.71/2264.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2404.71/2264.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2404.71/2264.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2404.71/2264.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2404.71/2264.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2404.71/2264.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2404.71/2264.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2404.71/2264.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2404.71/2264.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2404.71/2264.61		at scala.collection.immutable.List.foreach(List.scala:389)
2404.71/2264.61		at scala.App.main(App.scala:76)
2404.71/2264.61		at scala.App.main$(App.scala:74)
2404.71/2264.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2404.71/2264.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2404.71/2264.62	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249676-1500774117/watcher-4249676-1500774117 -o /tmp/evaluation-result-4249676-1500774117/solver-4249676-1500774117 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3380 --watchdog 2560 bin/concrete HOME/instance-4249676-1500774117.xml 

pid=7334
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.70 1.62 1.68 3/267 7337
/proc/meminfo: memFree=28249288/32770624 swapFree=5892/381164
[pid=7337] ppid=7334 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (bash) S 7334 7337 3349 0 -1 4202496 686 1531 0 0 0 0 0 0 20 0 1 0 12678639 9736192 351 33554432000 4194304 5098028 140728215214016 140728215211656 139641049742336 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 7688192 140728215217422 140728215217507 140728215217507 140728215220206 0
/proc/7337/statm: 2377 351 278 221 0 86 0

[startup+0.100102 s]
/proc/loadavg: 1.70 1.62 1.68 3/267 7337
/proc/meminfo: memFree=28249288/32770624 swapFree=5892/381164
[pid=7337] ppid=7334 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (bash) S 7334 7337 3349 0 -1 4202496 885 6409 0 0 0 0 0 1 20 0 1 0 12678639 9871360 378 33554432000 4194304 5098028 140728215214016 140728215208024 139641049742336 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 7688192 140728215217422 140728215217507 140728215217507 140728215220206 0
/proc/7337/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200415 s]
/proc/loadavg: 1.70 1.62 1.68 3/267 7337
/proc/meminfo: memFree=28249288/32770624 swapFree=5892/381164
[pid=7337] ppid=7334 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 4843 12809 0 0 5 2 9 3 20 0 13 0 12678639 10686320640 5167 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2608965 5167 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300311 s]
/proc/loadavg: 1.70 1.62 1.68 3/267 7337
/proc/meminfo: memFree=28249288/32770624 swapFree=5892/381164
[pid=7337] ppid=7334 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 7766 12809 0 0 21 3 9 3 20 0 20 0 12678639 11163947008 9534 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2725573 9534 2959 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700207 s]
/proc/loadavg: 1.70 1.62 1.68 3/267 7337
/proc/meminfo: memFree=28249288/32770624 swapFree=5892/381164
[pid=7337] ppid=7334 vsize=10902720 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 12803 12809 0 0 77 5 9 3 20 0 20 0 12678639 11164385280 16077 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2725680 16077 3218 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50109 s]
/proc/loadavg: 1.70 1.62 1.68 3/287 7410
/proc/meminfo: memFree=28145592/32770624 swapFree=5892/381484
[pid=7337] ppid=7334 vsize=10913344 CPUtime=2.27 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 27152 12809 0 0 202 13 9 3 20 0 20 0 12678639 11175264256 44647 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2728336 44647 3411 1 0 2716450 0
[pid=7337/tid=7392] ppid=7334 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7392/stat : 7392 (java) R 7334 7337 3349 0 -1 4202560 19358 12809 0 0 124 7 9 3 20 0 20 0 12678652 11175264256 44647 33554432000 4194304 4196468 140728011359520 139787206003240 139787183642015 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7393] ppid=7334 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7393/stat : 7393 (java) S 7334 7337 3349 0 -1 1077944384 35 12809 0 0 1 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786808273936 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7394] ppid=7334 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7394/stat : 7394 (java) S 7334 7337 3349 0 -1 1077944384 23 12809 0 0 1 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786807221392 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7395] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7395/stat : 7395 (java) S 7334 7337 3349 0 -1 1077944384 21 12809 0 0 0 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786806168336 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7396] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7396/stat : 7396 (java) S 7334 7337 3349 0 -1 1077944384 25 12809 0 0 0 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786805115792 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7397] ppid=7334 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7397/stat : 7397 (java) S 7334 7337 3349 0 -1 1077944384 17 12809 0 0 1 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786804062736 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7398] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7398/stat : 7398 (java) S 7334 7337 3349 0 -1 1077944384 15 12809 0 0 0 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786803010192 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7399] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7399/stat : 7399 (java) S 7334 7337 3349 0 -1 1077944384 130 12809 0 0 0 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786801957136 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7400] ppid=7334 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7400/stat : 7400 (java) S 7334 7337 3349 0 -1 1077944384 47 12809 0 0 1 0 9 3 20 0 20 0 12678653 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786800904592 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7401] ppid=7334 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7401/stat : 7401 (java) S 7334 7337 3349 0 -1 1077944384 1557 12809 0 0 1 0 9 3 20 0 20 0 12678656 11175264256 44647 33554432000 4194304 4196468 140728011359520 139786676280048 139787201784450 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7402] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7402/stat : 7402 (java) S 7334 7337 3349 0 -1 1077944384 55 12809 0 0 0 0 9 3 20 0 20 0 12678656 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786675226336 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7403] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7403/stat : 7403 (java) S 7334 7337 3349 0 -1 1077944384 44 12809 0 0 0 0 9 3 20 0 20 0 12678657 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786674173184 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7404] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7404/stat : 7404 (java) S 7334 7337 3349 0 -1 1077944384 1 12809 0 0 0 0 9 3 20 0 20 0 12678660 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786673121744 139787201791899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7405] ppid=7334 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7405/stat : 7405 (java) S 7334 7337 3349 0 -1 1077944384 778 12809 0 0 12 0 9 3 20 0 20 0 12678660 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786672068848 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7406] ppid=7334 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7406/stat : 7406 (java) S 7334 7337 3349 0 -1 1077944384 585 12809 0 0 10 0 9 3 20 0 20 0 12678660 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786671016304 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7407] ppid=7334 vsize=10913344 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7407/stat : 7407 (java) S 7334 7337 3349 0 -1 1077944384 1002 12809 0 0 18 0 9 3 20 0 20 0 12678660 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786669963248 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7408] ppid=7334 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7408/stat : 7408 (java) S 7334 7337 3349 0 -1 1077944384 1322 12809 0 0 26 0 9 3 20 0 20 0 12678660 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786668910704 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7409] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7409/stat : 7409 (java) S 7334 7337 3349 0 -1 1077944384 3 12809 0 0 0 0 9 3 20 0 20 0 12678660 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786667858912 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7410] ppid=7334 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7410/stat : 7410 (java) S 7334 7337 3349 0 -1 1077944384 3 12809 0 0 0 0 9 3 20 0 20 0 12678661 11175264256 44682 33554432000 4194304 4196468 140728011359520 139786666806448 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10913344

[startup+3.10121 s]
/proc/loadavg: 1.70 1.62 1.68 3/287 7410
/proc/meminfo: memFree=28074116/32770624 swapFree=5892/381484
[pid=7337] ppid=7334 vsize=10923772 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 37711 12809 0 0 561 24 9 3 20 0 20 0 12678639 11185942528 71479 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2730943 71479 3477 1 0 2718498 0
[pid=7337/tid=7392] ppid=7334 vsize=10923772 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7392/stat : 7392 (java) R 7334 7337 3349 0 -1 4202560 25044 12809 0 0 267 10 9 3 20 0 20 0 12678652 11185942528 71479 33554432000 4194304 4196468 140728011359520 139787205996008 139787185853790 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7393] ppid=7334 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7393/stat : 7393 (java) S 7334 7337 3349 0 -1 1077944384 41 12809 0 0 1 1 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786808273936 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7394] ppid=7334 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7394/stat : 7394 (java) S 7334 7337 3349 0 -1 1077944384 31 12809 0 0 1 1 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786807221392 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7395] ppid=7334 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7395/stat : 7395 (java) S 7334 7337 3349 0 -1 1077944384 150 12809 0 0 1 1 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786806168336 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7396] ppid=7334 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7396/stat : 7396 (java) S 7334 7337 3349 0 -1 1077944384 122 12809 0 0 1 1 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786805115792 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7397] ppid=7334 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7397/stat : 7397 (java) S 7334 7337 3349 0 -1 1077944384 45 12809 0 0 1 1 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786804062736 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7398] ppid=7334 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7398/stat : 7398 (java) S 7334 7337 3349 0 -1 1077944384 23 12809 0 0 1 1 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786803010192 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7399] ppid=7334 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7399/stat : 7399 (java) S 7334 7337 3349 0 -1 1077944384 134 12809 0 0 1 0 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786801957136 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7400] ppid=7334 vsize=10923772 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7400/stat : 7400 (java) S 7334 7337 3349 0 -1 1077944384 59 12809 0 0 2 0 9 3 20 0 20 0 12678653 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786800904592 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7401] ppid=7334 vsize=10923772 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7401/stat : 7401 (java) S 7334 7337 3349 0 -1 1077944384 1616 12809 0 0 1 0 9 3 20 0 20 0 12678656 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786676280048 139787201784450 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7402] ppid=7334 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7402/stat : 7402 (java) S 7334 7337 3349 0 -1 1077944384 57 12809 0 0 0 0 9 3 20 0 20 0 12678656 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786675226336 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7403] ppid=7334 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7403/stat : 7403 (java) S 7334 7337 3349 0 -1 1077944384 47 12809 0 0 0 0 9 3 20 0 20 0 12678657 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786674173184 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7404] ppid=7334 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7404/stat : 7404 (java) S 7334 7337 3349 0 -1 1077944384 1 12809 0 0 0 0 9 3 20 0 20 0 12678660 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786673121744 139787201791899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7405] ppid=7334 vsize=10923772 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7405/stat : 7405 (java) R 7334 7337 3349 0 -1 4202560 1762 12809 0 0 64 1 9 3 20 0 20 0 12678660 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786672055392 139787185330648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7406] ppid=7334 vsize=10923772 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7406/stat : 7406 (java) R 7334 7337 3349 0 -1 4202560 1529 12809 0 0 61 0 9 3 20 0 20 0 12678660 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786671002400 139787182472876 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7407] ppid=7334 vsize=10923772 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7407/stat : 7407 (java) R 7334 7337 3349 0 -1 4202560 1762 12809 0 0 67 1 9 3 20 0 20 0 12678660 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786669951920 139787185271877 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7408] ppid=7334 vsize=10923772 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7408/stat : 7408 (java) S 7334 7337 3349 0 -1 1077944384 3146 12809 0 0 84 1 9 3 20 0 20 0 12678660 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786668910704 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7409] ppid=7334 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7409/stat : 7409 (java) S 7334 7337 3349 0 -1 1077944384 3 12809 0 0 0 0 9 3 20 0 20 0 12678660 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786667858912 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7410] ppid=7334 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7410/stat : 7410 (java) S 7334 7337 3349 0 -1 1077944384 7 12809 0 0 0 0 9 3 20 0 20 0 12678661 11185942528 71479 33554432000 4194304 4196468 140728011359520 139786666806448 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 10923772

[startup+6.3012 s]
/proc/loadavg: 1.64 1.61 1.68 4/287 7410
/proc/meminfo: memFree=27716124/32770624 swapFree=5892/381488
[pid=7337] ppid=7334 vsize=10927868 CPUtime=15.73 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 52056 12809 0 0 1484 77 9 3 20 0 20 0 12678639 11190136832 142455 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2731967 142455 3499 1 0 2719522 0
[pid=7337/tid=7392] ppid=7334 vsize=10927868 CPUtime=5.94 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7392/stat : 7392 (java) R 7334 7337 3349 0 -1 4202560 34706 12809 0 0 568 14 9 3 20 0 20 0 12678652 11190136832 142455 33554432000 4194304 4196468 140728011359520 139787206005520 139787201785238 0 4 0 16800975 0 0 0 -1 12 0 0 11 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7393] ppid=7334 vsize=10927868 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7393/stat : 7393 (java) S 7334 7337 3349 0 -1 1077944384 135 12809 0 0 5 5 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786808273936 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7394] ppid=7334 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7394/stat : 7394 (java) S 7334 7337 3349 0 -1 1077944384 147 12809 0 0 7 5 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786807221392 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7395] ppid=7334 vsize=10927868 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7395/stat : 7395 (java) S 7334 7337 3349 0 -1 1077944384 259 12809 0 0 6 8 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786806168336 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7396] ppid=7334 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7396/stat : 7396 (java) S 7334 7337 3349 0 -1 1077944384 234 12809 0 0 5 7 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786805115792 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7397] ppid=7334 vsize=10927868 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7397/stat : 7397 (java) S 7334 7337 3349 0 -1 1077944384 155 12809 0 0 7 8 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786804062736 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7398] ppid=7334 vsize=10927868 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7398/stat : 7398 (java) S 7334 7337 3349 0 -1 1077944384 67 12809 0 0 6 5 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786803010192 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7399] ppid=7334 vsize=10927868 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7399/stat : 7399 (java) S 7334 7337 3349 0 -1 1077944384 227 12809 0 0 7 6 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786801957136 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7400] ppid=7334 vsize=10927868 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7400/stat : 7400 (java) S 7334 7337 3349 0 -1 1077944384 161 12809 0 0 6 6 9 3 20 0 20 0 12678653 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786800904592 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7401] ppid=7334 vsize=10927868 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7401/stat : 7401 (java) S 7334 7337 3349 0 -1 1077944384 1834 12809 0 0 2 0 9 3 20 0 20 0 12678656 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786676280048 139787201784450 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7402] ppid=7334 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7402/stat : 7402 (java) S 7334 7337 3349 0 -1 1077944384 57 12809 0 0 0 0 9 3 20 0 20 0 12678656 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786675226336 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7403] ppid=7334 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7403/stat : 7403 (java) S 7334 7337 3349 0 -1 1077944384 47 12809 0 0 0 0 9 3 20 0 20 0 12678657 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786674173184 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7404] ppid=7334 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7404/stat : 7404 (java) S 7334 7337 3349 0 -1 1077944384 1 12809 0 0 0 0 9 3 20 0 20 0 12678660 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786673121744 139787201791899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7405] ppid=7334 vsize=10927868 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7405/stat : 7405 (java) R 7334 7337 3349 0 -1 4202560 2645 12809 0 0 262 2 9 3 20 0 20 0 12678660 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786672061664 139787185270032 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7406] ppid=7334 vsize=10927868 CPUtime=2.39 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7406/stat : 7406 (java) R 7334 7337 3349 0 -1 4202560 2516 12809 0 0 226 1 9 3 20 0 20 0 12678660 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786671002624 139787180999960 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7407] ppid=7334 vsize=10927868 CPUtime=2.54 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7407/stat : 7407 (java) R 7334 7337 3349 0 -1 4202560 2701 12809 0 0 240 2 9 3 20 0 20 0 12678660 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786669951920 139787180998924 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7408] ppid=7334 vsize=10927868 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7408/stat : 7408 (java) R 7334 7337 3349 0 -1 4202560 4020 12809 0 0 128 2 9 3 20 0 20 0 12678660 11190136832 142455 33554432000 4194304 4196468 140728011359520 139786668910704 139787183337889 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7409] ppid=7334 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14

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

[pid=7337/tid=7404] ppid=7334 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7404/stat : 7404 (java) S 7334 7337 3349 0 -1 1077944384 1 12809 0 0 0 0 9 3 20 0 20 0 12678660 11261440000 771588 33554432000 4194304 4196468 140728011359520 139786673121744 139787201791899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7405] ppid=7334 vsize=10997500 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7405/stat : 7405 (java) S 7334 7337 3349 0 -1 1077944384 22294 12809 0 0 570 4 9 3 20 0 20 0 12678660 11261440000 771588 33554432000 4194304 4196468 140728011359520 139786672068848 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7406] ppid=7334 vsize=10997500 CPUtime=5.62 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7406/stat : 7406 (java) S 7334 7337 3349 0 -1 1077944384 14932 12809 0 0 547 3 9 3 20 0 20 0 12678660 11261440000 771588 33554432000 4194304 4196468 140728011359520 139786671016304 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7407] ppid=7334 vsize=10997500 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7407/stat : 7407 (java) S 7334 7337 3349 0 -1 1077944384 18372 12809 0 0 647 5 9 3 20 0 20 0 12678660 11261440000 771588 33554432000 4194304 4196468 140728011359520 139786669963248 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7408] ppid=7334 vsize=10997500 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7408/stat : 7408 (java) S 7334 7337 3349 0 -1 1077944384 16062 12809 0 0 199 4 9 3 20 0 20 0 12678660 11261440000 771588 33554432000 4194304 4196468 140728011359520 139786668910704 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7409] ppid=7334 vsize=10997500 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7409/stat : 7409 (java) S 7334 7337 3349 0 -1 1077944384 3 12809 0 0 0 0 9 3 20 0 20 0 12678660 11261440000 771588 33554432000 4194304 4196468 140728011359520 139786667858912 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7410] ppid=7334 vsize=10997500 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7410/stat : 7410 (java) S 7334 7337 3349 0 -1 1077944384 2713 12809 0 0 73 59 9 3 20 0 20 0 12678661 11261440000 771588 33554432000 4194304 4196468 140728011359520 139786666806448 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10997500

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7337 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2264.01 s]
/proc/loadavg: 2.06 1.81 1.72 3/286 7649
/proc/meminfo: memFree=25957580/32770624 swapFree=5892/382972
[pid=7337] ppid=7334 vsize=11130628 CPUtime=2400.55 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 587149 12809 0 0 238640 1403 9 3 20 0 22 0 12678639 11397763072 770228 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2782657 770228 3514 1 0 2770212 0
[pid=7337/tid=7392] ppid=7334 vsize=11130628 CPUtime=2242.01 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7392/stat : 7392 (java) S 7334 7337 3349 0 -1 1077944384 229161 12809 0 0 224066 123 9 3 20 0 22 0 12678652 11397763072 770228 33554432000 4194304 4196468 140728011359520 139787206010944 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7393] ppid=7334 vsize=11130628 CPUtime=17.14 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7393/stat : 7393 (java) R 7334 7337 3349 0 -1 4202560 19049 12809 0 0 1553 149 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786808274136 139787186473947 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7394] ppid=7334 vsize=11130628 CPUtime=16.94 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7394/stat : 7394 (java) R 7334 7337 3349 0 -1 4202560 16314 12809 0 0 1534 148 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786807221592 139787186769804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7395] ppid=7334 vsize=11130628 CPUtime=17.24 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7395/stat : 7395 (java) R 7334 7337 3349 0 -1 4202560 20398 12809 0 0 1559 153 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786806168536 139787186473907 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7396] ppid=7334 vsize=11130628 CPUtime=17.02 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7396/stat : 7396 (java) R 7334 7337 3349 0 -1 4202560 16349 12809 0 0 1543 147 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786805115992 139787183383051 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7397] ppid=7334 vsize=11130628 CPUtime=17.03 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7397/stat : 7397 (java) R 7334 7337 3349 0 -1 4202560 16558 12809 0 0 1543 148 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786804062936 139787186473936 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7398] ppid=7334 vsize=11130628 CPUtime=16.97 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7398/stat : 7398 (java) R 7334 7337 3349 0 -1 4202560 20680 12809 0 0 1539 146 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786803010192 139787186473880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7399] ppid=7334 vsize=11130628 CPUtime=17.05 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7399/stat : 7399 (java) R 7334 7337 3349 0 -1 4202560 15509 12809 0 0 1544 149 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786801957336 139787186230925 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7400] ppid=7334 vsize=11130628 CPUtime=16.9 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7400/stat : 7400 (java) R 7334 7337 3349 0 -1 4202560 17070 12809 0 0 1532 146 9 3 20 0 22 0 12678653 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786800904792 139787186769707 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7401] ppid=7334 vsize=11130628 CPUtime=2.03 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7401/stat : 7401 (java) S 7334 7337 3349 0 -1 1077944384 138174 12809 0 0 151 40 9 3 20 0 22 0 12678656 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786676278672 139787201783509 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7402] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7402/stat : 7402 (java) S 7334 7337 3349 0 -1 1077944384 63 12809 0 0 0 0 9 3 20 0 22 0 12678656 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786675226336 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7403] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7403/stat : 7403 (java) S 7334 7337 3349 0 -1 1077944384 59 12809 0 0 0 0 9 3 20 0 22 0 12678657 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786674173184 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7404] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7404/stat : 7404 (java) S 7334 7337 3349 0 -1 1077944384 250 12809 0 0 0 0 9 3 20 0 22 0 12678660 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786673121744 139787201791899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7405] ppid=7334 vsize=11130628 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7405/stat : 7405 (java) S 7334 7337 3349 0 -1 1077944384 22294 12809 0 0 570 4 9 3 20 0 22 0 12678660 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786672068848 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7406] ppid=7334 vsize=11130628 CPUtime=5.62 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7406/stat : 7406 (java) S 7334 7337 3349 0 -1 1077944384 15581 12809 0 0 547 3 9 3 20 0 22 0 12678660 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786671002768 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7407] ppid=7334 vsize=11130628 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7407/stat : 7407 (java) S 7334 7337 3349 0 -1 1077944384 18372 12809 0 0 647 5 9 3 20 0 22 0 12678660 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786669963248 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7408] ppid=7334 vsize=11130628 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7408/stat : 7408 (java) S 7334 7337 3349 0 -1 1077944384 16062 12809 0 0 199 4 9 3 20 0 22 0 12678660 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786668910704 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7409] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7409/stat : 7409 (java) S 7334 7337 3349 0 -1 1077944384 3 12809 0 0 0 0 9 3 20 0 22 0 12678660 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786667858912 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7410] ppid=7334 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7410/stat : 7410 (java) S 7334 7337 3349 0 -1 1077944384 2713 12809 0 0 73 59 9 3 20 0 22 0 12678661 11397763072 770228 33554432000 4194304 4196468 140728011359520 139786666806448 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
Current children cumulated CPU time (s) 2400.55
Current children cumulated vsize (KiB) 11130628

[startup+2264.4 s]
/proc/loadavg: 2.06 1.81 1.72 3/286 7649
/proc/meminfo: memFree=25957580/32770624 swapFree=5892/382972
[pid=7337] ppid=7334 vsize=11130628 CPUtime=2403.39 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 587436 12809 0 0 238923 1404 9 3 20 0 22 0 12678639 11397763072 767404 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2782657 767404 3514 1 0 2770212 0
[pid=7337/tid=7392] ppid=7334 vsize=11130628 CPUtime=2242.01 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7392/stat : 7392 (java) S 7334 7337 3349 0 -1 1077944384 229161 12809 0 0 224066 123 9 3 20 0 22 0 12678652 11397763072 767404 33554432000 4194304 4196468 140728011359520 139787206010944 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 11 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7393] ppid=7334 vsize=11130628 CPUtime=17.49 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7393/stat : 7393 (java) R 7334 7337 3349 0 -1 4202560 19049 12809 0 0 1588 149 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786808274136 139787183383139 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7394] ppid=7334 vsize=11130628 CPUtime=17.3 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7394/stat : 7394 (java) R 7334 7337 3349 0 -1 4202560 16317 12809 0 0 1570 148 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786807221592 139787186472161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7395] ppid=7334 vsize=11130628 CPUtime=17.59 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7395/stat : 7395 (java) R 7334 7337 3349 0 -1 4202560 20404 12809 0 0 1594 153 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786806168536 139787186769856 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7396] ppid=7334 vsize=11130628 CPUtime=17.37 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7396/stat : 7396 (java) R 7334 7337 3349 0 -1 4202560 16351 12809 0 0 1577 148 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786805115680 139787186769727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7397] ppid=7334 vsize=11130628 CPUtime=17.39 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7397/stat : 7397 (java) R 7334 7337 3349 0 -1 4202560 16558 12809 0 0 1579 148 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786804062936 139787186769681 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7398] ppid=7334 vsize=11130628 CPUtime=17.33 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7398/stat : 7398 (java) R 7334 7337 3349 0 -1 4202560 20683 12809 0 0 1575 146 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786803010392 139787183383091 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7399] ppid=7334 vsize=11130628 CPUtime=17.4 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7399/stat : 7399 (java) R 7334 7337 3349 0 -1 4202560 15516 12809 0 0 1579 149 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786801957336 139787183383100 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7400] ppid=7334 vsize=11130628 CPUtime=17.25 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7400/stat : 7400 (java) R 7334 7337 3349 0 -1 4202560 17070 12809 0 0 1567 146 9 3 20 0 22 0 12678653 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786800904792 139787186472141 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7401] ppid=7334 vsize=11130628 CPUtime=2.06 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7401/stat : 7401 (java) S 7334 7337 3349 0 -1 1077944384 138437 12809 0 0 154 40 9 3 20 0 22 0 12678656 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786676278672 139787201783509 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7402] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7402/stat : 7402 (java) S 7334 7337 3349 0 -1 1077944384 64 12809 0 0 0 0 9 3 20 0 22 0 12678656 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786675226240 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7403] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7403/stat : 7403 (java) S 7334 7337 3349 0 -1 1077944384 59 12809 0 0 0 0 9 3 20 0 22 0 12678657 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786674173184 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7404] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7404/stat : 7404 (java) S 7334 7337 3349 0 -1 1077944384 250 12809 0 0 0 0 9 3 20 0 22 0 12678660 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786673121744 139787201791899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7405] ppid=7334 vsize=11130628 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7405/stat : 7405 (java) S 7334 7337 3349 0 -1 1077944384 22294 12809 0 0 570 4 9 3 20 0 22 0 12678660 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786672068848 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7406] ppid=7334 vsize=11130628 CPUtime=5.62 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7406/stat : 7406 (java) S 7334 7337 3349 0 -1 1077944384 15583 12809 0 0 547 3 9 3 20 0 22 0 12678660 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786671002832 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7407] ppid=7334 vsize=11130628 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7407/stat : 7407 (java) S 7334 7337 3349 0 -1 1077944384 18372 12809 0 0 647 5 9 3 20 0 22 0 12678660 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786669963248 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7408] ppid=7334 vsize=11130628 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7408/stat : 7408 (java) S 7334 7337 3349 0 -1 1077944384 16062 12809 0 0 199 4 9 3 20 0 22 0 12678660 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786668910704 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7409] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7409/stat : 7409 (java) S 7334 7337 3349 0 -1 1077944384 3 12809 0 0 0 0 9 3 20 0 22 0 12678660 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786667858912 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7410] ppid=7334 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7410/stat : 7410 (java) S 7334 7337 3349 0 -1 1077944384 2713 12809 0 0 73 59 9 3 20 0 22 0 12678661 11397763072 767404 33554432000 4194304 4196468 140728011359520 139786666806448 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
Current children cumulated CPU time (s) 2403.39
Current children cumulated vsize (KiB) 11130628

[startup+2264.6 s]
/proc/loadavg: 2.06 1.81 1.72 3/286 7649
/proc/meminfo: memFree=25957580/32770624 swapFree=5892/382972
[pid=7337] ppid=7334 vsize=11130628 CPUtime=2404.71 cores=0,2,4,6,8,10,12,14
/proc/7337/stat : 7337 (java) S 7334 7337 3349 0 -1 1077944320 587457 12809 0 0 239055 1404 9 3 20 0 22 0 12678639 11397763072 767398 33554432000 4194304 4196468 140728011359520 140728011342064 139787201773303 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
/proc/7337/statm: 2782657 767398 3514 1 0 2770212 0
[pid=7337/tid=7392] ppid=7334 vsize=11130628 CPUtime=2242.01 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7392/stat : 7392 (java) S 7334 7337 3349 0 -1 1077944384 229161 12809 0 0 224066 123 9 3 20 0 22 0 12678652 11397763072 767398 33554432000 4194304 4196468 140728011359520 139787206010944 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7393] ppid=7334 vsize=11130628 CPUtime=17.64 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7393/stat : 7393 (java) R 7334 7337 3349 0 -1 4202560 19049 12809 0 0 1603 149 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786808274136 139787194401511 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7394] ppid=7334 vsize=11130628 CPUtime=17.46 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7394/stat : 7394 (java) R 7334 7337 3349 0 -1 4202560 16323 12809 0 0 1586 148 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786807221512 139787185156338 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7395] ppid=7334 vsize=11130628 CPUtime=17.75 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7395/stat : 7395 (java) R 7334 7337 3349 0 -1 4202560 20404 12809 0 0 1610 153 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786806168536 139787194401511 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7396] ppid=7334 vsize=11130628 CPUtime=17.54 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7396/stat : 7396 (java) R 7334 7337 3349 0 -1 4202560 16352 12809 0 0 1594 148 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786805115992 139787194401511 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7397] ppid=7334 vsize=11130628 CPUtime=17.55 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7397/stat : 7397 (java) R 7334 7337 3349 0 -1 4202560 16558 12809 0 0 1595 148 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786804062936 139787194401511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7398] ppid=7334 vsize=11130628 CPUtime=17.49 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7398/stat : 7398 (java) R 7334 7337 3349 0 -1 4202560 20687 12809 0 0 1591 146 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786803010080 139787194401511 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7399] ppid=7334 vsize=11130628 CPUtime=17.56 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7399/stat : 7399 (java) R 7334 7337 3349 0 -1 4202560 15516 12809 0 0 1595 149 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786801957336 139787186769670 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7400] ppid=7334 vsize=11130628 CPUtime=17.41 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7400/stat : 7400 (java) R 7334 7337 3349 0 -1 4202560 17077 12809 0 0 1583 146 9 3 20 0 22 0 12678653 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786800904712 139787194401511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7401] ppid=7334 vsize=11130628 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7401/stat : 7401 (java) S 7334 7337 3349 0 -1 1077944384 138438 12809 0 0 158 40 9 3 20 0 22 0 12678656 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786676278672 139787201783509 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7402] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7402/stat : 7402 (java) S 7334 7337 3349 0 -1 1077944384 65 12809 0 0 0 0 9 3 20 0 22 0 12678656 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786675225872 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7403] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7403/stat : 7403 (java) S 7334 7337 3349 0 -1 1077944384 59 12809 0 0 0 0 9 3 20 0 22 0 12678657 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786674173184 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7404] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7404/stat : 7404 (java) S 7334 7337 3349 0 -1 1077944384 250 12809 0 0 0 0 9 3 20 0 22 0 12678660 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786673121744 139787201791899 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7405] ppid=7334 vsize=11130628 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7405/stat : 7405 (java) S 7334 7337 3349 0 -1 1077944384 22294 12809 0 0 570 4 9 3 20 0 22 0 12678660 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786672068848 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7406] ppid=7334 vsize=11130628 CPUtime=5.62 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7406/stat : 7406 (java) S 7334 7337 3349 0 -1 1077944384 15583 12809 0 0 547 3 9 3 20 0 22 0 12678660 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786671002832 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7407] ppid=7334 vsize=11130628 CPUtime=6.64 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7407/stat : 7407 (java) S 7334 7337 3349 0 -1 1077944384 18372 12809 0 0 647 5 9 3 20 0 22 0 12678660 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786669963248 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7408] ppid=7334 vsize=11130628 CPUtime=2.15 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7408/stat : 7408 (java) S 7334 7337 3349 0 -1 1077944384 16062 12809 0 0 199 4 9 3 20 0 22 0 12678660 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786668910704 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7409] ppid=7334 vsize=11130628 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7409/stat : 7409 (java) S 7334 7337 3349 0 -1 1077944384 3 12809 0 0 0 0 9 3 20 0 22 0 12678660 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786667858912 139787201783509 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
[pid=7337/tid=7410] ppid=7334 vsize=11130628 CPUtime=1.44 cores=0,2,4,6,8,10,12,14
/proc/7337/task/7410/stat : 7410 (java) S 7334 7337 3349 0 -1 1077944384 2713 12809 0 0 73 59 9 3 20 0 22 0 12678661 11397763072 767398 33554432000 4194304 4196468 140728011359520 139786666806448 139787201784450 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 29650944 140728011360961 140728011363735 140728011363735 140728011366351 0
Current children cumulated CPU time (s) 2404.71
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2264.65
CPU time (s): 2404.83
CPU user time (s): 2390.73
CPU system time (s): 14.1076
CPU usage (%): 106.19
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.73
system time used= 14.1076
maximum resident set size= 3679180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 600508
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102607
involuntary context switches= 133122

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4569 second user time and 19.4211 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-23 03:41:57
IDJOB=4249676
IDBENCH=137714
IDSOLVER=2630
FILE ID=node133/4249676-1500774117
RUNJOBID= node133-1500754473-3380
PBS_JOBID= 20624590
Free space on /tmp= 61828 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-43.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249676-1500774117/watcher-4249676-1500774117 -o /tmp/evaluation-result-4249676-1500774117/solver-4249676-1500774117 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500754473-3380 --watchdog 2560  bin/concrete HOME/instance-4249676-1500774117.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 7110289aba2c74e466e00c1a89bfd290
RANDOM SEED=184139546

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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	: 8
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	: 5229.85
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.13
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		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28250080 kB
MemAvailable:   28878864 kB
Buffers:          172808 kB
Cached:           731720 kB
SwapCached:            0 kB
Active:          3679764 kB
Inactive:         389924 kB
Active(anon):    3168460 kB
Inactive(anon):     8760 kB
Active(file):     511304 kB
Inactive(file):   381164 kB
Unevictable:        5892 kB
Mlocked:            5892 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24684 kB
Writeback:            16 kB
AnonPages:       3170804 kB
Mapped:            45172 kB
Shmem:              8872 kB
Slab:             138744 kB
SReclaimable:     104300 kB
SUnreclaim:        34444 kB
KernelStack:        4608 kB
PageTables:        11860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3665392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2934784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61804 MiB
End job on node133 at 2017-07-23 04:19:42