Trace number 4249683

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.91 2234.76

General information on the benchmark

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

pid=32393
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.72 1.77 1.77 3/263 32396
/proc/meminfo: memFree=28201312/32770624 swapFree=5872/242364
[pid=32396] ppid=32393 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (bash) S 32393 32396 27360 0 -1 4202496 687 1532 0 0 0 0 0 0 20 0 1 0 12682969 9736192 351 33554432000 4194304 5098028 140736849540736 140736849538376 139904589888512 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 8720384 140736849544462 140736849544547 140736849544547 140736849547246 0
/proc/32396/statm: 2377 351 278 221 0 86 0

[startup+0.100089 s]
/proc/loadavg: 1.72 1.77 1.77 3/263 32396
/proc/meminfo: memFree=28201312/32770624 swapFree=5872/242364
[pid=32396] ppid=32393 vsize=10652 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) R 32393 32396 27360 0 -1 1077944320 1174 12357 0 0 0 0 5 3 20 0 1 0 12682969 10907648 172 33554432000 4194304 4196468 140730440520288 140730440498488 140481948014279 0 0 4096 0 18446744072101604900 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2663 172 139 1 0 85 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10652

[startup+0.200316 s]
/proc/loadavg: 1.72 1.77 1.77 3/263 32396
/proc/meminfo: memFree=28201312/32770624 swapFree=5872/242364
[pid=32396] ppid=32393 vsize=10901872 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 5819 12357 0 0 9 1 5 3 20 0 20 0 12682969 11163516928 6607 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2725468 6607 2706 1 0 2713890 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10901872

[startup+0.300317 s]
/proc/loadavg: 1.72 1.77 1.77 3/263 32396
/proc/meminfo: memFree=28201312/32770624 swapFree=5872/242364
[pid=32396] ppid=32393 vsize=10902292 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 9202 12357 0 0 25 2 5 3 20 0 20 0 12682969 11163947008 10271 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2725573 10271 2972 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700231 s]
/proc/loadavg: 1.72 1.77 1.77 3/263 32396
/proc/meminfo: memFree=28201312/32770624 swapFree=5872/242364
[pid=32396] ppid=32393 vsize=10902720 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 12604 12357 0 0 77 4 5 3 20 0 20 0 12682969 11164385280 15827 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2725680 15827 3205 1 0 2713890 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 10902720

[startup+1.50113 s]
/proc/loadavg: 1.74 1.78 1.77 3/283 32469
/proc/meminfo: memFree=28095544/32770624 swapFree=5872/242376
[pid=32396] ppid=32393 vsize=10913344 CPUtime=2.22 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 28819 12357 0 0 202 12 5 3 20 0 20 0 12682969 11175264256 45192 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2728336 45192 3398 1 0 2716450 0
[pid=32396/tid=32451] ppid=32393 vsize=10913344 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32451/stat : 32451 (java) R 32393 32396 27360 0 -1 4202560 20312 12357 0 0 124 6 5 3 20 0 20 0 12682980 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481949965840 140481927302555 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32452] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32452/stat : 32452 (java) S 32393 32396 27360 0 -1 1077944384 30 12357 0 0 0 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481871813264 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32453] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32453/stat : 32453 (java) S 32393 32396 27360 0 -1 1077944384 165 12357 0 0 0 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481551919632 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32454] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32454/stat : 32454 (java) S 32393 32396 27360 0 -1 1077944384 14 12357 0 0 0 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481550866832 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32455] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32455/stat : 32455 (java) S 32393 32396 27360 0 -1 1077944384 16 12357 0 0 0 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481549814032 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32456] ppid=32393 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32456/stat : 32456 (java) S 32393 32396 27360 0 -1 1077944384 26 12357 0 0 1 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481548762256 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32457] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32457/stat : 32457 (java) S 32393 32396 27360 0 -1 1077944384 12 12357 0 0 0 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481547709456 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32458] ppid=32393 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32458/stat : 32458 (java) S 32393 32396 27360 0 -1 1077944384 48 12357 0 0 1 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481546656656 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32459] ppid=32393 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32459/stat : 32459 (java) S 32393 32396 27360 0 -1 1077944384 33 12357 0 0 1 0 5 3 20 0 20 0 12682981 11175264256 45192 33554432000 4194304 4196468 140730440520288 140481545603856 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32460] ppid=32393 vsize=10913344 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32460/stat : 32460 (java) S 32393 32396 27360 0 -1 1077944384 1333 12357 0 0 1 0 5 3 20 0 20 0 12682983 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480762886512 140481945750146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32461] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32461/stat : 32461 (java) S 32393 32396 27360 0 -1 1077944384 57 12357 0 0 0 0 5 3 20 0 20 0 12682984 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480761832544 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32462] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32462/stat : 32462 (java) S 32393 32396 27360 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 20 0 12682984 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480760779648 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32463] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32463/stat : 32463 (java) S 32393 32396 27360 0 -1 1077944384 1 12357 0 0 0 0 5 3 20 0 20 0 12682988 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480759727952 140481945757595 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32464] ppid=32393 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32464/stat : 32464 (java) S 32393 32396 27360 0 -1 1077944384 882 12357 0 0 13 0 5 3 20 0 20 0 12682988 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480758676336 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32465] ppid=32393 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32465/stat : 32465 (java) S 32393 32396 27360 0 -1 1077944384 1264 12357 0 0 15 0 5 3 20 0 20 0 12682988 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480757623536 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32466] ppid=32393 vsize=10913344 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32466/stat : 32466 (java) S 32393 32396 27360 0 -1 1077944384 662 12357 0 0 11 1 5 3 20 0 20 0 12682988 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480756570736 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32467] ppid=32393 vsize=10913344 CPUtime=0.34 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32467/stat : 32467 (java) S 32393 32396 27360 0 -1 1077944384 1779 12357 0 0 26 0 5 3 20 0 20 0 12682988 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480755517936 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32468] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32468/stat : 32468 (java) S 32393 32396 27360 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 20 0 12682988 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480754465376 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32469] ppid=32393 vsize=10913344 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32469/stat : 32469 (java) S 32393 32396 27360 0 -1 1077944384 6 12357 0 0 0 0 5 3 20 0 20 0 12682989 11175264256 45192 33554432000 4194304 4196468 140730440520288 140480753412656 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 10913344

[startup+3.10081 s]
/proc/loadavg: 1.74 1.78 1.77 3/283 32469
/proc/meminfo: memFree=28023224/32770624 swapFree=5872/242376
[pid=32396] ppid=32393 vsize=10923772 CPUtime=6 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 46177 12357 0 0 567 25 5 3 20 0 20 0 12682969 11185942528 76324 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2730943 76324 3475 1 0 2718498 0
[pid=32396/tid=32451] ppid=32393 vsize=10923772 CPUtime=2.95 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32451/stat : 32451 (java) R 32393 32396 27360 0 -1 4202560 33160 12357 0 0 278 9 5 3 20 0 20 0 12682980 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481949934008 140481945760925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32452] ppid=32393 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32452/stat : 32452 (java) S 32393 32396 27360 0 -1 1077944384 150 12357 0 0 1 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481871813264 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32453] ppid=32393 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32453/stat : 32453 (java) S 32393 32396 27360 0 -1 1077944384 172 12357 0 0 1 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481551919632 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32454] ppid=32393 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32454/stat : 32454 (java) S 32393 32396 27360 0 -1 1077944384 25 12357 0 0 1 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481550866832 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32455] ppid=32393 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32455/stat : 32455 (java) S 32393 32396 27360 0 -1 1077944384 47 12357 0 0 1 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481549814032 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32456] ppid=32393 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32456/stat : 32456 (java) S 32393 32396 27360 0 -1 1077944384 37 12357 0 0 2 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481548762256 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32457] ppid=32393 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32457/stat : 32457 (java) S 32393 32396 27360 0 -1 1077944384 21 12357 0 0 1 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481547709456 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32458] ppid=32393 vsize=10923772 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32458/stat : 32458 (java) S 32393 32396 27360 0 -1 1077944384 56 12357 0 0 2 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481546656656 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32459] ppid=32393 vsize=10923772 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32459/stat : 32459 (java) S 32393 32396 27360 0 -1 1077944384 44 12357 0 0 1 1 5 3 20 0 20 0 12682981 11185942528 76324 33554432000 4194304 4196468 140730440520288 140481545603856 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32460] ppid=32393 vsize=10923772 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32460/stat : 32460 (java) S 32393 32396 27360 0 -1 1077944384 1390 12357 0 0 1 0 5 3 20 0 20 0 12682983 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480762886512 140481945750146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32461] ppid=32393 vsize=10923772 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32461/stat : 32461 (java) S 32393 32396 27360 0 -1 1077944384 57 12357 0 0 0 0 5 3 20 0 20 0 12682984 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480761832544 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32462] ppid=32393 vsize=10923772 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32462/stat : 32462 (java) S 32393 32396 27360 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 20 0 12682984 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480760779648 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32463] ppid=32393 vsize=10923772 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32463/stat : 32463 (java) S 32393 32396 27360 0 -1 1077944384 1 12357 0 0 0 0 5 3 20 0 20 0 12682988 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480759727952 140481945757595 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32464] ppid=32393 vsize=10923772 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32464/stat : 32464 (java) S 32393 32396 27360 0 -1 1077944384 1847 12357 0 0 58 0 5 3 20 0 20 0 12682988 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480758676336 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32465] ppid=32393 vsize=10923772 CPUtime=0.73 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32465/stat : 32465 (java) S 32393 32396 27360 0 -1 1077944384 2307 12357 0 0 64 1 5 3 20 0 20 0 12682988 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480757623536 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32466] ppid=32393 vsize=10923772 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32466/stat : 32466 (java) S 32393 32396 27360 0 -1 1077944384 1218 12357 0 0 60 1 5 3 20 0 20 0 12682988 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480756570736 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32467] ppid=32393 vsize=10923772 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32467/stat : 32467 (java) S 32393 32396 27360 0 -1 1077944384 3459 12357 0 0 85 1 5 3 20 0 20 0 12682988 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480755517936 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32468] ppid=32393 vsize=10923772 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32468/stat : 32468 (java) S 32393 32396 27360 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 20 0 12682988 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480754465376 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32469] ppid=32393 vsize=10923772 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32469/stat : 32469 (java) S 32393 32396 27360 0 -1 1077944384 7 12357 0 0 0 0 5 3 20 0 20 0 12682989 11185942528 76324 33554432000 4194304 4196468 140730440520288 140480753412656 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 10923772

[startup+6.3012 s]
/proc/loadavg: 1.74 1.78 1.77 6/283 32469
/proc/meminfo: memFree=27643460/32770624 swapFree=5872/242380
[pid=32396] ppid=32393 vsize=10927868 CPUtime=16.23 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 53492 12357 0 0 1515 100 5 3 20 0 20 0 12682969 11190136832 206074 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2731967 206074 3498 1 0 2719522 0
[pid=32396/tid=32451] ppid=32393 vsize=10927868 CPUtime=5.91 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32451/stat : 32451 (java) S 32393 32396 27360 0 -1 1077944384 34969 12357 0 0 569 14 5 3 20 0 20 0 12682980 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481949963088 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32452] ppid=32393 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32452/stat : 32452 (java) R 32393 32396 27360 0 -1 4202560 245 12357 0 0 11 9 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481871813464 140481938367207 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32453] ppid=32393 vsize=10927868 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32453/stat : 32453 (java) R 32393 32396 27360 0 -1 4202560 241 12357 0 0 8 9 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481551919520 140481938367207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32454] ppid=32393 vsize=10927868 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32454/stat : 32454 (java) R 32393 32396 27360 0 -1 4202560 127 12357 0 0 11 10 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481550867032 140481938367207 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32455] ppid=32393 vsize=10927868 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32455/stat : 32455 (java) R 32393 32396 27360 0 -1 4202560 137 12357 0 0 10 9 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481549814232 140481938367207 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32456] ppid=32393 vsize=10927868 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32456/stat : 32456 (java) R 32393 32396 27360 0 -1 4202560 142 12357 0 0 12 10 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481548762456 140481930439671 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32457] ppid=32393 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32457/stat : 32457 (java) R 32393 32396 27360 0 -1 4202560 110 12357 0 0 11 9 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481547709576 140481929122034 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32458] ppid=32393 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32458/stat : 32458 (java) R 32393 32396 27360 0 -1 4202560 149 12357 0 0 11 9 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481546656856 140481938367207 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32459] ppid=32393 vsize=10927868 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32459/stat : 32459 (java) R 32393 32396 27360 0 -1 4202560 168 12357 0 0 10 10 5 3 20 0 20 0 12682981 11190136832 206074 33554432000 4194304 4196468 140730440520288 140481545604056 140481938367207 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32460] ppid=32393 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32460/stat : 32460 (java) S 32393 32396 27360 0 -1 1077944384 2235 12357 0 0 6 0 5 3 20 0 20 0 12682983 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480762885024 140481945749205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32461] ppid=32393 vsize=10927868 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32461/stat : 32461 (java) S 32393 32396 27360 0 -1 1077944384 57 12357 0 0 0 0 5 3 20 0 20 0 12682984 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480761832544 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32462] ppid=32393 vsize=10927868 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32462/stat : 32462 (java) S 32393 32396 27360 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 20 0 12682984 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480760779648 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32463] ppid=32393 vsize=10927868 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32463/stat : 32463 (java) S 32393 32396 27360 0 -1 1077944384 1 12357 0 0 0 0 5 3 20 0 20 0 12682988 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480759727952 140481945757595 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32464] ppid=32393 vsize=10927868 CPUtime=2.46 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32464/stat : 32464 (java) S 32393 32396 27360 0 -1 1077944384 2806 12357 0 0 237 1 5 3 20 0 20 0 12682988 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480758656272 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32465] ppid=32393 vsize=10927868 CPUtime=2.49 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32465/stat : 32465 (java) S 32393 32396 27360 0 -1 1077944384 2855 12357 0 0 240 1 5 3 20 0 20 0 12682988 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480757603472 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32466] ppid=32393 vsize=10927868 CPUtime=2.52 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32466/stat : 32466 (java) S 32393 32396 27360 0 -1 1077944384 3001 12357 0 0 243 1 5 3 20 0 20 0 12682988 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480756555728 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32467] ppid=32393 vsize=10927868 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32467/stat : 32467 (java) S 32393 32396 27360 0 -1 1077944384 4061 12357 0 0 130 1 5 3 20 0 20 0 12682988 11190136832 206074 33554432000 4194304 4196468 140730440520288 140480755517936 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32468] ppid=32393 vsize=10927868 CPUtime=0.08 cores=1,3,5,7,9,11,13,15

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

[pid=32396/tid=32469] ppid=32393 vsize=10997500 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32469/stat : 32469 (java) S 32393 32396 27360 0 -1 1077944384 1662 12357 0 0 60 70 5 3 20 0 20 0 12682989 11261440000 911243 33554432000 4194304 4196468 140730440520288 140480753412656 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
Current children cumulated CPU time (s) 2400.03
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 32396 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2234.4 s]
/proc/loadavg: 3.05 3.85 2.88 10/283 1275
/proc/meminfo: memFree=24948536/32770624 swapFree=5872/244016
[pid=32396] ppid=32393 vsize=11130628 CPUtime=2402.81 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 598740 12357 0 0 239237 1036 5 3 20 0 22 0 12682969 11397763072 911314 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2782657 911314 3514 1 0 2770212 0
[pid=32396/tid=32451] ppid=32393 vsize=11130628 CPUtime=2208.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32451/stat : 32451 (java) S 32393 32396 27360 0 -1 1077944384 207902 12357 0 0 220722 80 5 3 20 0 22 0 12682980 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481949976640 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32452] ppid=32393 vsize=11130628 CPUtime=21.89 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32452/stat : 32452 (java) R 32393 32396 27360 0 -1 4202560 20075 12357 0 0 2076 105 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481871813464 140481930436678 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32453] ppid=32393 vsize=11130628 CPUtime=21.82 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32453/stat : 32453 (java) R 32393 32396 27360 0 -1 4202560 17765 12357 0 0 2069 105 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481551919832 140481927335500 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32454] ppid=32393 vsize=11130628 CPUtime=21.93 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32454/stat : 32454 (java) R 32393 32396 27360 0 -1 4202560 25969 12357 0 0 2078 107 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481550866720 140481930436785 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32455] ppid=32393 vsize=11130628 CPUtime=21.8 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32455/stat : 32455 (java) R 32393 32396 27360 0 -1 4202560 23718 12357 0 0 2062 110 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481549814232 140481927335491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32456] ppid=32393 vsize=11130628 CPUtime=21.75 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32456/stat : 32456 (java) R 32393 32396 27360 0 -1 4202560 24016 12357 0 0 2059 108 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481548762456 140481927336022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32457] ppid=32393 vsize=11130628 CPUtime=21.69 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32457/stat : 32457 (java) R 32393 32396 27360 0 -1 4202560 29810 12357 0 0 2050 111 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481547709656 140481930436774 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32458] ppid=32393 vsize=11130628 CPUtime=21.82 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32458/stat : 32458 (java) R 32393 32396 27360 0 -1 4202560 21404 12357 0 0 2066 108 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481546656856 140481928915583 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32459] ppid=32393 vsize=11130628 CPUtime=22 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32459/stat : 32459 (java) R 32393 32396 27360 0 -1 4202560 24504 12357 0 0 2082 110 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481545604056 140481927292624 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32460] ppid=32393 vsize=11130628 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32460/stat : 32460 (java) S 32393 32396 27360 0 -1 1077944384 141005 12357 0 0 130 25 5 3 20 0 22 0 12682983 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480762884912 140481945749205 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32461] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32461/stat : 32461 (java) S 32393 32396 27360 0 -1 1077944384 58 12357 0 0 0 0 5 3 20 0 22 0 12682984 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480761832448 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32462] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32462/stat : 32462 (java) S 32393 32396 27360 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 22 0 12682984 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480760779648 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32463] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32463/stat : 32463 (java) S 32393 32396 27360 0 -1 1077944384 254 12357 0 0 0 0 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480759727952 140481945757595 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32464] ppid=32393 vsize=11130628 CPUtime=5.12 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32464/stat : 32464 (java) S 32393 32396 27360 0 -1 1077944384 10566 12357 0 0 503 1 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480758676336 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32465] ppid=32393 vsize=11130628 CPUtime=5.46 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32465/stat : 32465 (java) S 32393 32396 27360 0 -1 1077944384 14511 12357 0 0 534 4 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480757623536 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32466] ppid=32393 vsize=11130628 CPUtime=5.28 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32466/stat : 32466 (java) S 32393 32396 27360 0 -1 1077944384 14518 12357 0 0 517 3 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480756570736 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32467] ppid=32393 vsize=11130628 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32467/stat : 32467 (java) S 32393 32396 27360 0 -1 1077944384 18458 12357 0 0 199 3 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480755514352 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32468] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32468/stat : 32468 (java) S 32393 32396 27360 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480754465376 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32469] ppid=32393 vsize=11130628 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32469/stat : 32469 (java) S 32393 32396 27360 0 -1 1077944384 1662 12357 0 0 60 70 5 3 20 0 22 0 12682989 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480753412656 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=1274] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/1274/stat : 1274 (java) S 32393 32396 27360 0 -1 1077944384 334 12357 0 0 0 0 5 3 20 0 22 0 12906370 11397763072 911314 33554432000 4194304 4196468 140730440520288 140479983247472 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=1275] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/1275/stat : 1275 (java) S 32393 32396 27360 0 -1 1077944384 31 12357 0 0 0 0 5 3 20 0 22 0 12906370 11397763072 911314 33554432000 4194304 4196468 140730440520288 140479982195392 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
Current children cumulated CPU time (s) 2402.81
Current children cumulated vsize (KiB) 11130628

[startup+2234.6 s]
/proc/loadavg: 3.05 3.85 2.88 10/283 1275
/proc/meminfo: memFree=24948536/32770624 swapFree=5872/244016
[pid=32396] ppid=32393 vsize=11130628 CPUtime=2404.04 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 598770 12357 0 0 239359 1037 5 3 20 0 22 0 12682969 11397763072 911314 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2782657 911314 3514 1 0 2770212 0
[pid=32396/tid=32451] ppid=32393 vsize=11130628 CPUtime=2208.11 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32451/stat : 32451 (java) S 32393 32396 27360 0 -1 1077944384 207902 12357 0 0 220723 80 5 3 20 0 22 0 12682980 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481949976640 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32452] ppid=32393 vsize=11130628 CPUtime=22.04 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32452/stat : 32452 (java) R 32393 32396 27360 0 -1 4202560 20077 12357 0 0 2091 105 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481871813264 140481930735568 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32453] ppid=32393 vsize=11130628 CPUtime=21.97 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32453/stat : 32453 (java) R 32393 32396 27360 0 -1 4202560 17766 12357 0 0 2084 105 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481551919832 140481927348621 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32454] ppid=32393 vsize=11130628 CPUtime=22.07 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32454/stat : 32454 (java) R 32393 32396 27360 0 -1 4202560 25969 12357 0 0 2092 107 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481550867032 140481930437967 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32455] ppid=32393 vsize=11130628 CPUtime=21.95 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32455/stat : 32455 (java) R 32393 32396 27360 0 -1 4202560 23724 12357 0 0 2077 110 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481549814032 140481930735633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32456] ppid=32393 vsize=11130628 CPUtime=21.9 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32456/stat : 32456 (java) R 32393 32396 27360 0 -1 4202560 24020 12357 0 0 2074 108 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481548762456 140481930735635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32457] ppid=32393 vsize=11130628 CPUtime=21.84 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32457/stat : 32457 (java) R 32393 32396 27360 0 -1 4202560 29814 12357 0 0 2065 111 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481547709656 140481930735583 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32458] ppid=32393 vsize=11130628 CPUtime=21.97 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32458/stat : 32458 (java) R 32393 32396 27360 0 -1 4202560 21404 12357 0 0 2081 108 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481546656856 140481927348608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32459] ppid=32393 vsize=11130628 CPUtime=22.14 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32459/stat : 32459 (java) R 32393 32396 27360 0 -1 4202560 24504 12357 0 0 2096 110 5 3 20 0 22 0 12682981 11397763072 911314 33554432000 4194304 4196468 140730440520288 140481545604056 140481930437813 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32460] ppid=32393 vsize=11130628 CPUtime=1.68 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32460/stat : 32460 (java) S 32393 32396 27360 0 -1 1077944384 141014 12357 0 0 135 25 5 3 20 0 22 0 12682983 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480762885136 140481945749205 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32461] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32461/stat : 32461 (java) S 32393 32396 27360 0 -1 1077944384 61 12357 0 0 0 0 5 3 20 0 22 0 12682984 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480761832080 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32462] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32462/stat : 32462 (java) S 32393 32396 27360 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 22 0 12682984 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480760779648 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32463] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32463/stat : 32463 (java) S 32393 32396 27360 0 -1 1077944384 254 12357 0 0 0 0 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480759727952 140481945757595 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32464] ppid=32393 vsize=11130628 CPUtime=5.12 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32464/stat : 32464 (java) S 32393 32396 27360 0 -1 1077944384 10566 12357 0 0 503 1 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480758676336 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32465] ppid=32393 vsize=11130628 CPUtime=5.46 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32465/stat : 32465 (java) S 32393 32396 27360 0 -1 1077944384 14511 12357 0 0 534 4 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480757623536 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32466] ppid=32393 vsize=11130628 CPUtime=5.28 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32466/stat : 32466 (java) S 32393 32396 27360 0 -1 1077944384 14518 12357 0 0 517 3 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480756570736 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32467] ppid=32393 vsize=11130628 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32467/stat : 32467 (java) S 32393 32396 27360 0 -1 1077944384 18459 12357 0 0 199 3 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480755514144 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32468] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32468/stat : 32468 (java) S 32393 32396 27360 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 22 0 12682988 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480754465376 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32469] ppid=32393 vsize=11130628 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32469/stat : 32469 (java) S 32393 32396 27360 0 -1 1077944384 1662 12357 0 0 60 70 5 3 20 0 22 0 12682989 11397763072 911314 33554432000 4194304 4196468 140730440520288 140480753412656 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=1274] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/1274/stat : 1274 (java) S 32393 32396 27360 0 -1 1077944384 334 12357 0 0 0 0 5 3 20 0 22 0 12906370 11397763072 911314 33554432000 4194304 4196468 140730440520288 140479983247472 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=1275] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/1275/stat : 1275 (java) S 32393 32396 27360 0 -1 1077944384 31 12357 0 0 0 0 5 3 20 0 22 0 12906370 11397763072 911314 33554432000 4194304 4196468 140730440520288 140479982195392 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
Current children cumulated CPU time (s) 2404.04
Current children cumulated vsize (KiB) 11130628

[startup+2234.7 s]
/proc/loadavg: 3.05 3.85 2.88 10/283 1275
/proc/meminfo: memFree=24948536/32770624 swapFree=5872/244016
[pid=32396] ppid=32393 vsize=11130628 CPUtime=2404.71 cores=1,3,5,7,9,11,13,15
/proc/32396/stat : 32396 (java) S 32393 32396 27360 0 -1 1077944320 598787 12357 0 0 239426 1037 5 3 20 0 22 0 12682969 11397763072 911327 33554432000 4194304 4196468 140730440520288 140730440502832 140481945738999 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
/proc/32396/statm: 2782657 911327 3514 1 0 2770212 0
[pid=32396/tid=32451] ppid=32393 vsize=11130628 CPUtime=2208.11 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32451/stat : 32451 (java) S 32393 32396 27360 0 -1 1077944384 207902 12357 0 0 220723 80 5 3 20 0 22 0 12682980 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481949976640 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32452] ppid=32393 vsize=11130628 CPUtime=22.12 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32452/stat : 32452 (java) R 32393 32396 27360 0 -1 4202560 20084 12357 0 0 2099 105 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481871813152 140481930735355 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32453] ppid=32393 vsize=11130628 CPUtime=22.05 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32453/stat : 32453 (java) R 32393 32396 27360 0 -1 4202560 17766 12357 0 0 2092 105 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481551919832 140481930735409 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32454] ppid=32393 vsize=11130628 CPUtime=22.15 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32454/stat : 32454 (java) R 32393 32396 27360 0 -1 4202560 25970 12357 0 0 2100 107 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481550866832 140481930735681 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32455] ppid=32393 vsize=11130628 CPUtime=22.02 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32455/stat : 32455 (java) R 32393 32396 27360 0 -1 4202560 23724 12357 0 0 2084 110 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481549814232 140481930437739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32456] ppid=32393 vsize=11130628 CPUtime=21.98 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32456/stat : 32456 (java) R 32393 32396 27360 0 -1 4202560 24020 12357 0 0 2082 108 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481548762456 140481927348745 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32457] ppid=32393 vsize=11130628 CPUtime=21.92 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32457/stat : 32457 (java) R 32393 32396 27360 0 -1 4202560 29814 12357 0 0 2073 111 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481547709656 140481927348838 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32458] ppid=32393 vsize=11130628 CPUtime=22.05 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32458/stat : 32458 (java) R 32393 32396 27360 0 -1 4202560 21404 12357 0 0 2089 108 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481546656856 140481930735626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32459] ppid=32393 vsize=11130628 CPUtime=22.22 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32459/stat : 32459 (java) R 32393 32396 27360 0 -1 4202560 24504 12357 0 0 2104 110 5 3 20 0 22 0 12682981 11397763072 911327 33554432000 4194304 4196468 140730440520288 140481545604056 140481930735403 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32460] ppid=32393 vsize=11130628 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32460/stat : 32460 (java) S 32393 32396 27360 0 -1 1077944384 141022 12357 0 0 136 25 5 3 20 0 22 0 12682983 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480762885136 140481945749205 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32461] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32461/stat : 32461 (java) S 32393 32396 27360 0 -1 1077944384 61 12357 0 0 0 0 5 3 20 0 22 0 12682984 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480761832176 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32462] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32462/stat : 32462 (java) S 32393 32396 27360 0 -1 1077944384 43 12357 0 0 0 0 5 3 20 0 22 0 12682984 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480760779648 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32463] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32463/stat : 32463 (java) S 32393 32396 27360 0 -1 1077944384 254 12357 0 0 0 0 5 3 20 0 22 0 12682988 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480759727952 140481945757595 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32464] ppid=32393 vsize=11130628 CPUtime=5.12 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32464/stat : 32464 (java) S 32393 32396 27360 0 -1 1077944384 10566 12357 0 0 503 1 5 3 20 0 22 0 12682988 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480758676336 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32465] ppid=32393 vsize=11130628 CPUtime=5.46 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32465/stat : 32465 (java) S 32393 32396 27360 0 -1 1077944384 14511 12357 0 0 534 4 5 3 20 0 22 0 12682988 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480757623536 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32466] ppid=32393 vsize=11130628 CPUtime=5.28 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32466/stat : 32466 (java) S 32393 32396 27360 0 -1 1077944384 14518 12357 0 0 517 3 5 3 20 0 22 0 12682988 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480756570736 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32467] ppid=32393 vsize=11130628 CPUtime=2.1 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32467/stat : 32467 (java) S 32393 32396 27360 0 -1 1077944384 18460 12357 0 0 199 3 5 3 20 0 22 0 12682988 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480755512896 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32468] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32468/stat : 32468 (java) S 32393 32396 27360 0 -1 1077944384 3 12357 0 0 0 0 5 3 20 0 22 0 12682988 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480754465376 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=32469] ppid=32393 vsize=11130628 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/32396/task/32469/stat : 32469 (java) S 32393 32396 27360 0 -1 1077944384 1662 12357 0 0 60 70 5 3 20 0 22 0 12682989 11397763072 911327 33554432000 4194304 4196468 140730440520288 140480753412656 140481945750146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=1274] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/1274/stat : 1274 (java) S 32393 32396 27360 0 -1 1077944384 334 12357 0 0 0 0 5 3 20 0 22 0 12906370 11397763072 911327 33554432000 4194304 4196468 140730440520288 140479983247472 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
[pid=32396/tid=1275] ppid=32393 vsize=11130628 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/32396/task/1275/stat : 1275 (java) S 32393 32396 27360 0 -1 1077944384 31 12357 0 0 0 0 5 3 20 0 22 0 12906370 11397763072 911327 33554432000 4194304 4196468 140730440520288 140479982195392 140481945749205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20197376 140730440522433 140730440525207 140730440525207 140730440527823 0
Current children cumulated CPU time (s) 2404.71
Current children cumulated vsize (KiB) 11130628

Child status: 143
Real time (s): 2234.76
CPU time (s): 2404.91
CPU user time (s): 2394.46
CPU system time (s): 10.4438
CPU usage (%): 107.614
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.46
system time used= 10.4438
maximum resident set size= 3662244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 611536
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 95669
involuntary context switches= 130320

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.658 second user time and 20.0707 second system time

The end

Launcher Data

Begin job on node104 at 2017-07-23 03:42:13
IDJOB=4249683
IDBENCH=137723
IDSOLVER=2630
FILE ID=node104/4249683-1500774133
RUNJOBID= node104-1500750445-27392
PBS_JOBID= 20624574
Free space on /tmp= 61956 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-70.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249683-1500774133/watcher-4249683-1500774133 -o /tmp/evaluation-result-4249683-1500774133/solver-4249683-1500774133 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1500750445-27392 --watchdog 2560  bin/concrete HOME/instance-4249683-1500774133.xml

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

MD5SUM BENCH= 17a97120e8930e8511a08ef4d06a02ba
RANDOM SEED=225445302

node104.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		: 2668.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.12
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		: 1600.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.57
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		: 1600.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.12
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		: 2133.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.57
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		: 1733.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.12
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.57
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		: 1733.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.12
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.57
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		: 2668.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.12
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		: 1733.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.57
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		: 2400.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.12
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		: 2533.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.57
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		: 1733.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.12
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.57
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.12
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		: 2133.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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28202096 kB
MemAvailable:   28585204 kB
Buffers:          223964 kB
Cached:           422004 kB
SwapCached:          252 kB
Active:          3790276 kB
Inactive:         298600 kB
Active(anon):    3398232 kB
Inactive(anon):    56324 kB
Active(file):     392044 kB
Inactive(file):   242276 kB
Unevictable:        5872 kB
Mlocked:            5872 kB
SwapTotal:      67108860 kB
SwapFree:       67105472 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:       3447532 kB
Mapped:            44636 kB
Shmem:              8772 kB
Slab:             164368 kB
SReclaimable:     129248 kB
SUnreclaim:        35120 kB
KernelStack:        4576 kB
PageTables:        11492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3941612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3203072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61932 MiB
End job on node104 at 2017-07-23 04:19:28