Trace number 4249655

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) 2406.03 2293.17

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-92.xml
MD5SUM6d97f1ae26f5c15ae832acf0c34f9a7a
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.05
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size46
Distribution of domain sizes[{"size":19,"count":1},{"size":46,"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.49/2.20	c Concrete v3.4 running
2405.64/2293.14	java.util.concurrent.TimeoutException
2405.64/2293.14		at concrete.MAC.mac(MAC.scala:74)
2405.64/2293.14		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:145)
2405.64/2293.14		at scala.util.Try$.apply(Try.scala:209)
2405.64/2293.14		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2405.64/2293.14		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2405.64/2293.14		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2405.64/2293.14		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2405.64/2293.14		at org.scalameter.Measurer$Default.measure(Measurer.scala:131)
2405.64/2293.14		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2405.64/2293.14		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2405.64/2293.14		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2405.64/2293.14		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2405.64/2293.14		at concrete.MAC.oneRun(MAC.scala:146)
2405.64/2293.14		at concrete.MAC.nextSolution(MAC.scala:166)
2405.64/2293.14		at concrete.MAC.$anonfun$nextSolution$2(MAC.scala:196)
2405.64/2293.14		at concrete.ProblemState.map(ProblemState.scala:203)
2405.64/2293.14		at concrete.ProblemState.map(ProblemState.scala:188)
2405.64/2293.14		at concrete.MAC.nextSolution(MAC.scala:195)
2405.64/2293.14		at concrete.Solver.hasNext(Solver.scala:202)
2405.64/2293.14		at scala.collection.Iterator.toStream(Iterator.scala:1403)
2405.64/2293.14		at scala.collection.Iterator.toStream$(Iterator.scala:1402)
2405.64/2293.14		at concrete.Solver.toStream(Solver.scala:73)
2405.64/2293.14		at scala.collection.TraversableOnce.toIterable(TraversableOnce.scala:296)
2405.64/2293.14		at scala.collection.TraversableOnce.toIterable$(TraversableOnce.scala:296)
2405.64/2293.14		at concrete.Solver.toIterable(Solver.scala:73)
2405.64/2293.14		at concrete.runner.ConcreteRunner.$anonfun$run$10(ConcreteRunner.scala:157)
2405.64/2293.14		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2405.64/2293.14		at scala.util.Success.map(Try.scala:209)
2405.64/2293.14		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:154)
2405.64/2293.14		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
2405.64/2293.14		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2405.64/2293.14		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
2405.64/2293.14		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2405.64/2293.14		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2405.64/2293.14		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2405.64/2293.14		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2405.64/2293.14		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2405.64/2293.14		at scala.collection.immutable.List.foreach(List.scala:389)
2405.64/2293.14		at scala.App.main(App.scala:76)
2405.64/2293.14		at scala.App.main$(App.scala:74)
2405.64/2293.14		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2405.64/2293.14		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2405.64/2293.15	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-4249655-1500774009/watcher-4249655-1500774009 -o /tmp/evaluation-result-4249655-1500774009/solver-4249655-1500774009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500774009-15897 --watchdog 2560 bin/concrete HOME/instance-4249655-1500774009.xml 

pid=15921
running on 8 cores: 1,3,5,7,9,11,13,15

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.04 1.21 1.63 4/243 15927
/proc/meminfo: memFree=31499372/32770624 swapFree=5848/362620
[pid=15927] ppid=15921 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (bash) S 15921 15927 10613 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 12668320 9736192 350 33554432000 4194304 5098028 140730812120144 140730812117784 140703399201792 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 9863168 140730812122382 140730812122467 140730812122467 140730812125166 0
/proc/15927/statm: 2377 350 278 221 0 86 0

[startup+0.100135 s]
/proc/loadavg: 1.04 1.21 1.63 4/243 15927
/proc/meminfo: memFree=31499372/32770624 swapFree=5848/362620
[pid=15927] ppid=15921 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (bash) S 15921 15927 10613 0 -1 4202496 878 6412 0 1 0 0 0 2 20 0 1 0 12668320 9871360 377 33554432000 4194304 5098028 140730812120144 140730812114152 140703399201792 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 9863168 140730812122382 140730812122467 140730812122467 140730812125166 0
/proc/15927/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200474 s]
/proc/loadavg: 1.04 1.21 1.63 4/243 15927
/proc/meminfo: memFree=31499372/32770624 swapFree=5848/362620
[pid=15927] ppid=15921 vsize=10435860 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 4965 12359 0 1 4 1 7 4 20 0 13 0 12668320 10686320640 4810 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2608965 4810 2129 1 0 2597403 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 10435860

[startup+0.300238 s]
/proc/loadavg: 1.04 1.21 1.63 4/243 15927
/proc/meminfo: memFree=31499372/32770624 swapFree=5848/362620
[pid=15927] ppid=15921 vsize=10902292 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 6986 12359 0 1 21 2 7 4 20 0 20 0 12668320 11163947008 8721 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2725573 8721 2983 1 0 2713890 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 10902292

[startup+0.700142 s]
/proc/loadavg: 1.04 1.21 1.63 4/243 15927
/proc/meminfo: memFree=31499372/32770624 swapFree=5848/362620
[pid=15927] ppid=15921 vsize=10902720 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 12148 12359 0 1 72 4 7 4 20 0 20 0 12668320 11164385280 14976 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2725680 14976 3137 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.50078 s]
/proc/loadavg: 1.04 1.21 1.63 4/283 16073
/proc/meminfo: memFree=31292044/32770624 swapFree=5848/362212
[pid=15927] ppid=15921 vsize=10913344 CPUtime=2.14 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 26131 12359 0 1 190 13 7 4 20 0 20 0 12668320 11175264256 41513 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2728336 41513 3393 1 0 2716450 0
[pid=15927/tid=16036] ppid=15921 vsize=10913344 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16036/stat : 16036 (java) S 15921 15927 10613 0 -1 1077944384 19729 12359 0 1 124 6 7 4 20 0 20 0 12668334 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397580519344 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16038] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16038/stat : 16038 (java) S 15921 15927 10613 0 -1 1077944384 8 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397518301456 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16039] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16039/stat : 16039 (java) S 15921 15927 10613 0 -1 1077944384 15 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397517248912 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16040] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16040/stat : 16040 (java) S 15921 15927 10613 0 -1 1077944384 60 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397516196368 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16041] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16041/stat : 16041 (java) S 15921 15927 10613 0 -1 1077944384 22 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397180148368 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16042] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16042/stat : 16042 (java) S 15921 15927 10613 0 -1 1077944384 8 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397179095824 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16043] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16043/stat : 16043 (java) S 15921 15927 10613 0 -1 1077944384 14 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397178043280 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16044] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16044/stat : 16044 (java) S 15921 15927 10613 0 -1 1077944384 140 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397176990736 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16045] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16045/stat : 16045 (java) S 15921 15927 10613 0 -1 1077944384 29 12359 0 1 0 0 7 4 20 0 20 0 12668335 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397175938192 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16054] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16054/stat : 16054 (java) R 15921 15927 10613 0 -1 4202560 159 12359 0 1 0 0 7 4 20 0 20 0 12668337 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397118083392 140397554655433 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16057] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16057/stat : 16057 (java) S 15921 15927 10613 0 -1 1077944384 33 12359 0 1 0 0 7 4 20 0 20 0 12668338 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397117031328 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16059] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16059/stat : 16059 (java) S 15921 15927 10613 0 -1 1077944384 21 12359 0 1 0 0 7 4 20 0 20 0 12668338 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397115978736 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16067] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16067/stat : 16067 (java) S 15921 15927 10613 0 -1 1077944384 1 12359 0 1 0 0 7 4 20 0 20 0 12668343 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397114927312 140397576316827 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16068] ppid=15921 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16068/stat : 16068 (java) S 15921 15927 10613 0 -1 1077944384 1009 12359 0 1 13 0 7 4 20 0 20 0 12668343 11175264256 41513 33554432000 4194304 4196468 140728342229888 140397113874928 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16069] ppid=15921 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16069/stat : 16069 (java) S 15921 15927 10613 0 -1 1077944384 509 12359 0 1 10 0 7 4 20 0 20 0 12668343 11175264256 41513 33554432000 4194304 4196468 140728342229888 140396776647280 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16070] ppid=15921 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16070/stat : 16070 (java) S 15921 15927 10613 0 -1 1077944384 1099 12359 0 1 12 0 7 4 20 0 20 0 12668343 11175264256 41513 33554432000 4194304 4196468 140728342229888 140396775594736 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16071] ppid=15921 vsize=10913344 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16071/stat : 16071 (java) S 15921 15927 10613 0 -1 1077944384 1141 12359 0 1 25 0 7 4 20 0 20 0 12668343 11175264256 41513 33554432000 4194304 4196468 140728342229888 140396774539568 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16072] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16072/stat : 16072 (java) S 15921 15927 10613 0 -1 1077944384 3 12359 0 1 0 0 7 4 20 0 20 0 12668343 11175264256 41513 33554432000 4194304 4196468 140728342229888 140396773488864 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16073] ppid=15921 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16073/stat : 16073 (java) S 15921 15927 10613 0 -1 1077944384 3 12359 0 1 0 0 7 4 20 0 20 0 12668343 11175264256 41514 33554432000 4194304 4196468 140728342229888 140396772436400 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 10913344

[startup+3.1011 s]
/proc/loadavg: 1.20 1.24 1.63 6/283 16073
/proc/meminfo: memFree=31142236/32770624 swapFree=5848/362500
[pid=15927] ppid=15921 vsize=10923772 CPUtime=6.3 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 47781 12359 0 1 593 26 7 4 20 0 20 0 12668320 11185942528 75554 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2730943 75554 3483 1 0 2718498 0
[pid=15927/tid=16036] ppid=15921 vsize=10923772 CPUtime=2.96 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16036/stat : 16036 (java) R 15921 15927 10613 0 -1 4202560 31666 12359 0 1 276 9 7 4 20 0 20 0 12668334 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397580513624 140397560406048 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16038] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16038/stat : 16038 (java) S 15921 15927 10613 0 -1 1077944384 24 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397518301456 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16039] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16039/stat : 16039 (java) S 15921 15927 10613 0 -1 1077944384 108 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397517248912 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16040] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16040/stat : 16040 (java) S 15921 15927 10613 0 -1 1077944384 174 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397516196368 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16041] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16041/stat : 16041 (java) S 15921 15927 10613 0 -1 1077944384 30 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397180148368 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16042] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16042/stat : 16042 (java) S 15921 15927 10613 0 -1 1077944384 17 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397179095824 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16043] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16043/stat : 16043 (java) S 15921 15927 10613 0 -1 1077944384 25 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397178043280 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16044] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16044/stat : 16044 (java) S 15921 15927 10613 0 -1 1077944384 168 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397176990736 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16045] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16045/stat : 16045 (java) S 15921 15927 10613 0 -1 1077944384 43 12359 0 1 1 1 7 4 20 0 20 0 12668335 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397175938192 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16054] ppid=15921 vsize=10923772 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16054/stat : 16054 (java) S 15921 15927 10613 0 -1 1077944384 1453 12359 0 1 2 0 7 4 20 0 20 0 12668337 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397118085104 140397576309378 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16057] ppid=15921 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16057/stat : 16057 (java) S 15921 15927 10613 0 -1 1077944384 56 12359 0 1 0 0 7 4 20 0 20 0 12668338 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397117031392 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16059] ppid=15921 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16059/stat : 16059 (java) S 15921 15927 10613 0 -1 1077944384 46 12359 0 1 0 0 7 4 20 0 20 0 12668338 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397115978752 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16067] ppid=15921 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16067/stat : 16067 (java) S 15921 15927 10613 0 -1 1077944384 1 12359 0 1 0 0 7 4 20 0 20 0 12668343 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397114927312 140397576316827 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16068] ppid=15921 vsize=10923772 CPUtime=0.76 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16068/stat : 16068 (java) S 15921 15927 10613 0 -1 1077944384 1856 12359 0 1 64 1 7 4 20 0 20 0 12668343 11185942528 75554 33554432000 4194304 4196468 140728342229888 140397113874928 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16069] ppid=15921 vsize=10923772 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16069/stat : 16069 (java) S 15921 15927 10613 0 -1 1077944384 4433 12359 0 1 83 1 7 4 20 0 20 0 12668343 11185942528 75554 33554432000 4194304 4196468 140728342229888 140396776647280 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16070] ppid=15921 vsize=10923772 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16070/stat : 16070 (java) S 15921 15927 10613 0 -1 1077944384 2182 12359 0 1 63 0 7 4 20 0 20 0 12668343 11185942528 75554 33554432000 4194304 4196468 140728342229888 140396775594736 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16071] ppid=15921 vsize=10923772 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16071/stat : 16071 (java) S 15921 15927 10613 0 -1 1077944384 3363 12359 0 1 87 0 7 4 20 0 20 0 12668343 11185942528 75554 33554432000 4194304 4196468 140728342229888 140396774542192 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16072] ppid=15921 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16072/stat : 16072 (java) S 15921 15927 10613 0 -1 1077944384 3 12359 0 1 0 0 7 4 20 0 20 0 12668343 11185942528 75554 33554432000 4194304 4196468 140728342229888 140396773488864 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16073] ppid=15921 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16073/stat : 16073 (java) S 15921 15927 10613 0 -1 1077944384 5 12359 0 1 0 0 7 4 20 0 20 0 12668343 11185942528 75554 33554432000 4194304 4196468 140728342229888 140396772436400 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 10923772

[startup+6.30105 s]
/proc/loadavg: 1.20 1.24 1.63 11/283 16073
/proc/meminfo: memFree=30421144/32770624 swapFree=5848/363008
[pid=15927] ppid=15921 vsize=10929916 CPUtime=16.78 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 55520 12359 0 1 1580 87 7 4 20 0 20 0 12668320 11192233984 155797 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2732479 155797 3501 1 0 2720034 0
[pid=15927/tid=16036] ppid=15921 vsize=10929916 CPUtime=5.95 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16036/stat : 16036 (java) R 15921 15927 10613 0 -1 4202560 33635 12359 0 1 570 14 7 4 20 0 20 0 12668334 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397580529056 140397555356982 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16038] ppid=15921 vsize=10929916 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16038/stat : 16038 (java) S 15921 15927 10613 0 -1 1077944384 145 12359 0 1 9 8 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397518301456 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16039] ppid=15921 vsize=10929916 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16039/stat : 16039 (java) S 15921 15927 10613 0 -1 1077944384 189 12359 0 1 10 8 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397517248912 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16040] ppid=15921 vsize=10929916 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16040/stat : 16040 (java) S 15921 15927 10613 0 -1 1077944384 261 12359 0 1 9 8 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397516196368 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16041] ppid=15921 vsize=10929916 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16041/stat : 16041 (java) S 15921 15927 10613 0 -1 1077944384 131 12359 0 1 9 9 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397180148368 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16042] ppid=15921 vsize=10929916 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16042/stat : 16042 (java) S 15921 15927 10613 0 -1 1077944384 98 12359 0 1 8 8 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397179095824 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16043] ppid=15921 vsize=10929916 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16043/stat : 16043 (java) S 15921 15927 10613 0 -1 1077944384 169 12359 0 1 9 8 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397178043280 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16044] ppid=15921 vsize=10929916 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16044/stat : 16044 (java) S 15921 15927 10613 0 -1 1077944384 277 12359 0 1 10 7 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397176990736 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16045] ppid=15921 vsize=10929916 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16045/stat : 16045 (java) S 15921 15927 10613 0 -1 1077944384 146 12359 0 1 9 7 7 4 20 0 20 0 12668335 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397175938192 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16054] ppid=15921 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16054/stat : 16054 (java) S 15921 15927 10613 0 -1 1077944384 2384 12359 0 1 5 0 7 4 20 0 20 0 12668337 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397118085104 140397576309378 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16057] ppid=15921 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16057/stat : 16057 (java) S 15921 15927 10613 0 -1 1077944384 56 12359 0 1 0 0 7 4 20 0 20 0 12668338 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397117031392 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16059] ppid=15921 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16059/stat : 16059 (java) S 15921 15927 10613 0 -1 1077944384 46 12359 0 1 0 0 7 4 20 0 20 0 12668338 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397115978752 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16067] ppid=15921 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16067/stat : 16067 (java) S 15921 15927 10613 0 -1 1077944384 1 12359 0 1 0 0 7 4 20 0 20 0 12668343 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397114927312 140397576316827 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16068] ppid=15921 vsize=10929916 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16068/stat : 16068 (java) R 15921 15927 10613 0 -1 4202560 2815 12359 0 1 283 1 7 4 20 0 20 0 12668343 11192233984 155797 33554432000 4194304 4196468 140728342229888 140397113867416 140397555679745 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16069] ppid=15921 vsize=10929916 CPUtime=2.69 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16069/stat : 16069 (java) R 15921 15927 10613 0 -1 4202560 5272 12359 0 1 257 1 7 4 20 0 20 0 12668343 11192233984 155797 33554432000 4194304 4196468 140728342229888 140396776628320 140397556151939 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16070] ppid=15921 vsize=10929916 CPUtime=2.57 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16070/stat : 16070 (java) R 15921 15927 10613 0 -1 4202560 3044 12359 0 1 245 1 7 4 20 0 20 0 12668343 11192233984 155797 33554432000 4194304 4196468 140728342229888 140396775580960 140397557819413 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16071] ppid=15921 vsize=10929916 CPUtime=1.5 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16071/stat : 16071 (java) S 15921 15927 10613 0 -1 1077944384 4710 12359 0 1 138 1 7 4 20 0 20 0 12668343 11192233984 155797 33554432000 4194304 4196468 140728342229888 140396774542192 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16072] ppid=15921 vsize=10929916 CPUtime=0.11 cores=1,3,5,7,9,11,13,15

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

[pid=15927/tid=16073] ppid=15921 vsize=10931964 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16073/stat : 16073 (java) S 15921 15927 10613 0 -1 1077944384 2500 12359 0 1 61 72 7 4 20 0 20 0 12668343 11194331136 777846 33554432000 4194304 4196468 140728342229888 140396772436400 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 10931964

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 15927 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2292.8 s]
/proc/loadavg: 1.55 1.62 1.66 5/283 16158
/proc/meminfo: memFree=24926312/32770624 swapFree=5848/364340
[pid=15927] ppid=15921 vsize=11065092 CPUtime=2403.59 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 480947 12359 0 1 239402 946 7 4 20 0 22 0 12668320 11330654208 776670 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2766273 776670 3514 1 0 2753828 0
[pid=15927/tid=16036] ppid=15921 vsize=11065092 CPUtime=2274.65 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16036/stat : 16036 (java) S 15921 15927 10613 0 -1 1077944384 210087 12359 0 1 227361 93 7 4 20 0 22 0 12668334 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397580535904 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16038] ppid=15921 vsize=11065092 CPUtime=13.21 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16038/stat : 16038 (java) R 15921 15927 10613 0 -1 4202560 17895 12359 0 1 1217 93 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397518301344 140397557894750 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16039] ppid=15921 vsize=11065092 CPUtime=13.37 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16039/stat : 16039 (java) R 15921 15927 10613 0 -1 4202560 16209 12359 0 1 1232 94 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397517249112 140397557894254 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16040] ppid=15921 vsize=11065092 CPUtime=13.52 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16040/stat : 16040 (java) R 15921 15927 10613 0 -1 4202560 15256 12359 0 1 1246 95 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397516196568 140397561248956 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16041] ppid=15921 vsize=11065092 CPUtime=13.35 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16041/stat : 16041 (java) R 15921 15927 10613 0 -1 4202560 15992 12359 0 1 1231 93 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397180148568 140397557894054 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16042] ppid=15921 vsize=11065092 CPUtime=13.41 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16042/stat : 16042 (java) R 15921 15927 10613 0 -1 4202560 10095 12359 0 1 1237 93 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397179096024 140397560995983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16043] ppid=15921 vsize=11065092 CPUtime=13.34 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16043/stat : 16043 (java) R 15921 15927 10613 0 -1 4202560 11129 12359 0 1 1227 96 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397178043480 140397557894064 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16044] ppid=15921 vsize=11065092 CPUtime=13.24 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16044/stat : 16044 (java) R 15921 15927 10613 0 -1 4202560 14854 12359 0 1 1222 91 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397176990936 140397557895242 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16045] ppid=15921 vsize=11065092 CPUtime=13.39 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16045/stat : 16045 (java) R 15921 15927 10613 0 -1 4202560 18621 12359 0 1 1234 94 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397175938392 140397561283527 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16054] ppid=15921 vsize=11065092 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16054/stat : 16054 (java) S 15921 15927 10613 0 -1 1077944384 68062 12359 0 1 148 31 7 4 20 0 22 0 12668337 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397118083504 140397576308437 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16057] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16057/stat : 16057 (java) S 15921 15927 10613 0 -1 1077944384 62 12359 0 1 0 0 7 4 20 0 22 0 12668338 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397117031056 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16059] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16059/stat : 16059 (java) S 15921 15927 10613 0 -1 1077944384 62 12359 0 1 0 0 7 4 20 0 22 0 12668338 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397115978752 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16067] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16067/stat : 16067 (java) S 15921 15927 10613 0 -1 1077944384 73 12359 0 1 0 0 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397114927312 140397576316827 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16068] ppid=15921 vsize=11065092 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16068/stat : 16068 (java) S 15921 15927 10613 0 -1 1077944384 20343 12359 0 1 598 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397113874928 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16069] ppid=15921 vsize=11065092 CPUtime=5.7 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16069/stat : 16069 (java) S 15921 15927 10613 0 -1 1077944384 16853 12359 0 1 555 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396776647280 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16070] ppid=15921 vsize=11065092 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16070/stat : 16070 (java) S 15921 15927 10613 0 -1 1077944384 22435 12359 0 1 603 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396775594736 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16071] ppid=15921 vsize=11065092 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16071/stat : 16071 (java) S 15921 15927 10613 0 -1 1077944384 18193 12359 0 1 198 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396774536512 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16072] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16072/stat : 16072 (java) S 15921 15927 10613 0 -1 1077944384 3 12359 0 1 0 0 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396773488864 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16073] ppid=15921 vsize=11065092 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16073/stat : 16073 (java) S 15921 15927 10613 0 -1 1077944384 2500 12359 0 1 61 72 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396772436400 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16157] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16157/stat : 16157 (java) S 15921 15927 10613 0 -1 1077944384 70 12359 0 1 0 0 7 4 20 0 22 0 12897550 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396741353712 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16158] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16158/stat : 16158 (java) S 15921 15927 10613 0 -1 1077944384 24 12359 0 1 0 0 7 4 20 0 22 0 12897550 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396740301888 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
Current children cumulated CPU time (s) 2403.59
Current children cumulated vsize (KiB) 11065092

[startup+2293 s]
/proc/loadavg: 1.55 1.62 1.66 5/283 16158
/proc/meminfo: memFree=24926312/32770624 swapFree=5848/364340
[pid=15927] ppid=15921 vsize=11065092 CPUtime=2404.96 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 480948 12359 0 1 239539 946 7 4 20 0 22 0 12668320 11330654208 776670 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2766273 776670 3514 1 0 2753828 0
[pid=15927/tid=16036] ppid=15921 vsize=11065092 CPUtime=2274.65 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16036/stat : 16036 (java) S 15921 15927 10613 0 -1 1077944384 210088 12359 0 1 227361 93 7 4 20 0 22 0 12668334 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397580535904 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 1 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16038] ppid=15921 vsize=11065092 CPUtime=13.39 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16038/stat : 16038 (java) R 15921 15927 10613 0 -1 4202560 17895 12359 0 1 1234 94 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397518301656 140397568926439 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16039] ppid=15921 vsize=11065092 CPUtime=13.54 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16039/stat : 16039 (java) R 15921 15927 10613 0 -1 4202560 16209 12359 0 1 1249 94 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397517249112 140397568926439 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16040] ppid=15921 vsize=11065092 CPUtime=13.69 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16040/stat : 16040 (java) R 15921 15927 10613 0 -1 4202560 15256 12359 0 1 1263 95 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397516196568 140397568926439 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16041] ppid=15921 vsize=11065092 CPUtime=13.52 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16041/stat : 16041 (java) R 15921 15927 10613 0 -1 4202560 15992 12359 0 1 1248 93 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397180148568 140397568926439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16042] ppid=15921 vsize=11065092 CPUtime=13.57 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16042/stat : 16042 (java) R 15921 15927 10613 0 -1 4202560 10095 12359 0 1 1253 93 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397179096024 140397557908063 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16043] ppid=15921 vsize=11065092 CPUtime=13.51 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16043/stat : 16043 (java) R 15921 15927 10613 0 -1 4202560 11129 12359 0 1 1244 96 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397178043400 140397559681264 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16044] ppid=15921 vsize=11065092 CPUtime=13.41 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16044/stat : 16044 (java) R 15921 15927 10613 0 -1 4202560 14854 12359 0 1 1239 91 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397176990936 140397559681266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16045] ppid=15921 vsize=11065092 CPUtime=13.55 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16045/stat : 16045 (java) R 15921 15927 10613 0 -1 4202560 18621 12359 0 1 1250 94 7 4 20 0 22 0 12668335 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397175938392 140397562057048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16054] ppid=15921 vsize=11065092 CPUtime=1.93 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16054/stat : 16054 (java) S 15921 15927 10613 0 -1 1077944384 68062 12359 0 1 151 31 7 4 20 0 22 0 12668337 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397118083728 140397576308437 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16057] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16057/stat : 16057 (java) S 15921 15927 10613 0 -1 1077944384 62 12359 0 1 0 0 7 4 20 0 22 0 12668338 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397117031056 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16059] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16059/stat : 16059 (java) S 15921 15927 10613 0 -1 1077944384 62 12359 0 1 0 0 7 4 20 0 22 0 12668338 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397115978752 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16067] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16067/stat : 16067 (java) S 15921 15927 10613 0 -1 1077944384 73 12359 0 1 0 0 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397114927312 140397576316827 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16068] ppid=15921 vsize=11065092 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16068/stat : 16068 (java) S 15921 15927 10613 0 -1 1077944384 20343 12359 0 1 598 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140397113874928 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16069] ppid=15921 vsize=11065092 CPUtime=5.7 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16069/stat : 16069 (java) S 15921 15927 10613 0 -1 1077944384 16853 12359 0 1 555 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396776647280 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16070] ppid=15921 vsize=11065092 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16070/stat : 16070 (java) S 15921 15927 10613 0 -1 1077944384 22435 12359 0 1 603 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396775594736 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16071] ppid=15921 vsize=11065092 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16071/stat : 16071 (java) S 15921 15927 10613 0 -1 1077944384 18193 12359 0 1 198 4 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396774536512 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16072] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16072/stat : 16072 (java) S 15921 15927 10613 0 -1 1077944384 3 12359 0 1 0 0 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396773488864 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16073] ppid=15921 vsize=11065092 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16073/stat : 16073 (java) S 15921 15927 10613 0 -1 1077944384 2500 12359 0 1 61 72 7 4 20 0 22 0 12668343 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396772436400 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16157] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16157/stat : 16157 (java) S 15921 15927 10613 0 -1 1077944384 70 12359 0 1 0 0 7 4 20 0 22 0 12897550 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396741353712 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16158] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16158/stat : 16158 (java) S 15921 15927 10613 0 -1 1077944384 24 12359 0 1 0 0 7 4 20 0 22 0 12897550 11330654208 776670 33554432000 4194304 4196468 140728342229888 140396740301888 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
Current children cumulated CPU time (s) 2404.96
Current children cumulated vsize (KiB) 11065092

[startup+2293.1 s]
/proc/loadavg: 1.55 1.62 1.66 5/283 16158
/proc/meminfo: memFree=24926312/32770624 swapFree=5848/364340
[pid=15927] ppid=15921 vsize=11065092 CPUtime=2405.64 cores=1,3,5,7,9,11,13,15
/proc/15927/stat : 15927 (java) S 15921 15927 10613 0 -1 1077944320 480958 12359 0 1 239607 946 7 4 20 0 22 0 12668320 11330654208 775515 33554432000 4194304 4196468 140728342229888 140728342212432 140397576298231 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
/proc/15927/statm: 2766273 775515 3514 1 0 2753828 0
[pid=15927/tid=16036] ppid=15921 vsize=11065092 CPUtime=2274.65 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16036/stat : 16036 (java) S 15921 15927 10613 0 -1 1077944384 210089 12359 0 1 227361 93 7 4 20 0 22 0 12668334 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397580535904 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16038] ppid=15921 vsize=11065092 CPUtime=13.47 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16038/stat : 16038 (java) R 15921 15927 10613 0 -1 4202560 17895 12359 0 1 1242 94 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397518301656 140397557908074 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16039] ppid=15921 vsize=11065092 CPUtime=13.63 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16039/stat : 16039 (java) R 15921 15927 10613 0 -1 4202560 16209 12359 0 1 1258 94 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397517248800 140397561294724 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16040] ppid=15921 vsize=11065092 CPUtime=13.77 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16040/stat : 16040 (java) R 15921 15927 10613 0 -1 4202560 15256 12359 0 1 1271 95 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397516196568 140397561294635 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16041] ppid=15921 vsize=11065092 CPUtime=13.61 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16041/stat : 16041 (java) R 15921 15927 10613 0 -1 4202560 15992 12359 0 1 1257 93 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397180148568 140397557907954 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16042] ppid=15921 vsize=11065092 CPUtime=13.66 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16042/stat : 16042 (java) R 15921 15927 10613 0 -1 4202560 10095 12359 0 1 1262 93 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397179096024 140397561294819 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16043] ppid=15921 vsize=11065092 CPUtime=13.59 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16043/stat : 16043 (java) R 15921 15927 10613 0 -1 4202560 11129 12359 0 1 1252 96 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397178043480 140397560755822 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16044] ppid=15921 vsize=11065092 CPUtime=13.49 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16044/stat : 16044 (java) R 15921 15927 10613 0 -1 4202560 14854 12359 0 1 1247 91 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397176990936 140397557907917 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16045] ppid=15921 vsize=11065092 CPUtime=13.63 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16045/stat : 16045 (java) R 15921 15927 10613 0 -1 4202560 18628 12359 0 1 1258 94 7 4 20 0 22 0 12668335 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397175938392 140397560997047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16054] ppid=15921 vsize=11065092 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16054/stat : 16054 (java) S 15921 15927 10613 0 -1 1077944384 68062 12359 0 1 153 31 7 4 20 0 22 0 12668337 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397118083728 140397576308437 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16057] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16057/stat : 16057 (java) S 15921 15927 10613 0 -1 1077944384 62 12359 0 1 0 0 7 4 20 0 22 0 12668338 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397117031360 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16059] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16059/stat : 16059 (java) S 15921 15927 10613 0 -1 1077944384 62 12359 0 1 0 0 7 4 20 0 22 0 12668338 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397115978752 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16067] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16067/stat : 16067 (java) S 15921 15927 10613 0 -1 1077944384 73 12359 0 1 0 0 7 4 20 0 22 0 12668343 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397114927312 140397576316827 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16068] ppid=15921 vsize=11065092 CPUtime=6.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16068/stat : 16068 (java) S 15921 15927 10613 0 -1 1077944384 20343 12359 0 1 598 4 7 4 20 0 22 0 12668343 11330654208 775515 33554432000 4194304 4196468 140728342229888 140397113874928 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16069] ppid=15921 vsize=11065092 CPUtime=5.7 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16069/stat : 16069 (java) S 15921 15927 10613 0 -1 1077944384 16853 12359 0 1 555 4 7 4 20 0 22 0 12668343 11330654208 775515 33554432000 4194304 4196468 140728342229888 140396776647280 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16070] ppid=15921 vsize=11065092 CPUtime=6.18 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16070/stat : 16070 (java) S 15921 15927 10613 0 -1 1077944384 22435 12359 0 1 603 4 7 4 20 0 22 0 12668343 11330654208 775515 33554432000 4194304 4196468 140728342229888 140396775594736 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16071] ppid=15921 vsize=11065092 CPUtime=2.13 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16071/stat : 16071 (java) S 15921 15927 10613 0 -1 1077944384 18193 12359 0 1 198 4 7 4 20 0 22 0 12668343 11330654208 775515 33554432000 4194304 4196468 140728342229888 140396774536512 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16072] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16072/stat : 16072 (java) S 15921 15927 10613 0 -1 1077944384 3 12359 0 1 0 0 7 4 20 0 22 0 12668343 11330654208 775515 33554432000 4194304 4196468 140728342229888 140396773488864 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16073] ppid=15921 vsize=11065092 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16073/stat : 16073 (java) S 15921 15927 10613 0 -1 1077944384 2500 12359 0 1 61 72 7 4 20 0 22 0 12668343 11330654208 775515 33554432000 4194304 4196468 140728342229888 140396772436400 140397576309378 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16157] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16157/stat : 16157 (java) S 15921 15927 10613 0 -1 1077944384 70 12359 0 1 0 0 7 4 20 0 22 0 12897550 11330654208 775515 33554432000 4194304 4196468 140728342229888 140396741353712 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
[pid=15927/tid=16158] ppid=15921 vsize=11065092 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/15927/task/16158/stat : 16158 (java) S 15921 15927 10613 0 -1 1077944384 26 12359 0 1 0 0 7 4 20 0 22 0 12897550 11330654208 775515 33554432000 4194304 4196468 140728342229888 140396740301888 140397576308437 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 21438464 140728342231745 140728342234519 140728342234519 140728342237135 0
Current children cumulated CPU time (s) 2405.64
Current children cumulated vsize (KiB) 11065092

Child status: 143
Real time (s): 2293.17
CPU time (s): 2406.03
CPU user time (s): 2396.49
CPU system time (s): 9.53525
CPU usage (%): 104.921
Max. virtual memory (cumulated for all children) (KiB): 11065092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.49
system time used= 9.53525
maximum resident set size= 3526268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 493434
page faults= 1
swaps= 0
block input operations= 1848
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105617
involuntary context switches= 132433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3494 second user time and 16.0407 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-23 03:40:09
IDJOB=4249655
IDBENCH=137678
IDSOLVER=2630
FILE ID=node131/4249655-1500774009
RUNJOBID= node131-1500774009-15897
PBS_JOBID= 20624579
Free space on /tmp= 61932 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-92.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249655-1500774009/watcher-4249655-1500774009 -o /tmp/evaluation-result-4249655-1500774009/solver-4249655-1500774009 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500774009-15897 --watchdog 2560  bin/concrete HOME/instance-4249655-1500774009.xml

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

MD5SUM BENCH= 6d97f1ae26f5c15ae832acf0c34f9a7a
RANDOM SEED=2023586969

node131.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.06
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		: 2133.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	: 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		: 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.06
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		: 1600.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	: 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		: 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.06
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		: 1600.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	: 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		: 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.06
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		: 1600.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	: 5332.55
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		: 2000.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.06
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		: 2267.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	: 5332.55
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		: 1867.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.06
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		: 1600.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	: 5332.55
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		: 1600.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.06
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		: 1600.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	: 5332.55
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.06
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31500896 kB
MemAvailable:   32003060 kB
Buffers:          166040 kB
Cached:           615828 kB
SwapCached:            0 kB
Active:           459156 kB
Inactive:         371308 kB
Active(anon):      51976 kB
Inactive(anon):     8688 kB
Active(file):     407180 kB
Inactive(file):   362620 kB
Unevictable:        5848 kB
Mlocked:            5848 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             54960 kB
Writeback:             0 kB
AnonPages:         55100 kB
Mapped:            30936 kB
Shmem:              8844 kB
Slab:             130536 kB
SReclaimable:      96400 kB
SUnreclaim:        34136 kB
KernelStack:        4112 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308860 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61884 MiB
End job on node131 at 2017-07-23 04:18:22