Trace number 4242770

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: cosoco 1.1? (TO) 2400.07 2400.7

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
MD5SUMff12bcd9867be4bcc392b8c45936f1c7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables389
Number of constraints100
Number of domains2
Minimum domain size98
Maximum domain size137
Distribution of domain sizes[{"size":98,"count":1},{"size":137,"count":388}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":291},{"degree":4,"count":97}]
Minimum constraint arity4
Maximum constraint arity388
Distribution of constraint arities[{"arity":4,"count":97},{"arity":98,"count":1},{"arity":388,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":97},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.09/0.11	c Create Cardinality(vars,values,occurs) constraint using 388 Exactly/AtMost.. constraint 
0.09/0.11	c
0.09/0.12	c best=?? lower=0 upper=97 

Verifier Data

One s line expected

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-4242770-1500668111/watcher-4242770-1500668111 -o /tmp/evaluation-result-4242770-1500668111/solver-4242770-1500668111 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500648174-2491 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242770-1500668111.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 5566
/proc/meminfo: memFree=32035108/32770624 swapFree=5840/221172
[pid=5566] ppid=5563 vsize=27916 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 1193 0 0 0 1 0 0 0 20 0 1 0 2078889 28585984 1030 33554432000 4194304 5970956 140734641606016 140734641605208 140167435946981 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 6979 1030 703 434 0 343 0

[startup+0.100186 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 5566
/proc/meminfo: memFree=32035108/32770624 swapFree=5840/221172
[pid=5566] ppid=5563 vsize=32948 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 2776 0 0 0 9 0 0 0 20 0 1 0 2078889 33738752 2102 33554432000 4194304 5970956 140734641606016 140734641602616 140167435946981 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8237 2102 719 434 0 1601 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32948

[startup+0.200334 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 5566
/proc/meminfo: memFree=32035108/32770624 swapFree=5840/221172
[pid=5566] ppid=5563 vsize=34432 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 3582 0 0 0 19 0 0 0 20 0 1 0 2078889 35258368 2679 33554432000 4194304 5970956 140734641606016 140734641593336 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8608 2679 820 434 0 1972 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34432

[startup+0.300277 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 5566
/proc/meminfo: memFree=32035108/32770624 swapFree=5840/221172
[pid=5566] ppid=5563 vsize=34432 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 3582 0 0 0 29 0 0 0 20 0 1 0 2078889 35258368 2679 33554432000 4194304 5970956 140734641606016 140734641593336 5136620 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8608 2679 820 434 0 1972 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34432

[startup+0.700227 s]
/proc/loadavg: 2.01 2.02 2.05 3/242 5566
/proc/meminfo: memFree=32035108/32770624 swapFree=5840/221172
[pid=5566] ppid=5563 vsize=34432 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 3582 0 0 0 69 0 0 0 20 0 1 0 2078889 35258368 2679 33554432000 4194304 5970956 140734641606016 140734641593336 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8608 2679 820 434 0 1972 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34432

[startup+1.50023 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5567
/proc/meminfo: memFree=32027164/32770624 swapFree=5840/221032
[pid=5566] ppid=5563 vsize=34564 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 3628 0 0 0 149 0 0 0 20 0 1 0 2078889 35393536 2744 33554432000 4194304 5970956 140734641606016 140734641602872 5136620 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8641 2744 852 434 0 2005 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34564

[startup+3.10023 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5567
/proc/meminfo: memFree=32027196/32770624 swapFree=5840/221032
[pid=5566] ppid=5563 vsize=34564 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 5234 0 0 0 309 0 0 0 20 0 1 0 2078889 35393536 2760 33554432000 4194304 5970956 140734641606016 140734641602872 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8641 2760 852 434 0 2005 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34564

[startup+6.30028 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5567
/proc/meminfo: memFree=32026420/32770624 swapFree=5840/221032
[pid=5566] ppid=5563 vsize=34724 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 6868 0 0 0 629 0 0 0 20 0 1 0 2078889 35557376 2772 33554432000 4194304 5970956 140734641606016 140734641602808 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8681 2772 852 434 0 2045 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34724

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5567
/proc/meminfo: memFree=32025800/32770624 swapFree=5840/221032
[pid=5566] ppid=5563 vsize=34868 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 8500 0 0 0 1268 0 0 0 20 0 1 0 2078889 35704832 2804 33554432000 4194304 5970956 140734641606016 140734641602856 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2804 852 434 0 2081 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 34868

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5567
/proc/meminfo: memFree=32025800/32770624 swapFree=5840/221032
[pid=5566] ppid=5563 vsize=34868 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 11676 0 0 0 2548 0 0 0 20 0 1 0 2078889 35704832 2806 33554432000 4194304 5970956 140734641606016 140734641602856 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2806 852 434 0 2081 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 34868

[startup+51.1003 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5567
/proc/meminfo: memFree=32025140/32770624 swapFree=5840/221044
[pid=5566] ppid=5563 vsize=34868 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 13391 0 0 0 5107 0 0 0 20 0 1 0 2078889 35704832 2806 33554432000 4194304 5970956 140734641606016 140734641602856 5136587 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2806 852 434 0 2081 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 34868

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5568
/proc/meminfo: memFree=32023120/32770624 swapFree=5840/221252
[pid=5566] ppid=5563 vsize=34868 CPUtime=102.27 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 14101 0 0 0 10227 0 0 0 20 0 1 0 2078889 35704832 2807 33554432000 4194304 5970956 140734641606016 140734641602856 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2807 852 434 0 2081 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34868

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5569
/proc/meminfo: memFree=32023768/32770624 swapFree=5840/221252
[pid=5566] ppid=5563 vsize=34868 CPUtime=162.24 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 14759 0 0 0 16224 0 0 0 20 0 1 0 2078889 35704832 2809 33554432000 4194304 5970956 140734641606016 140734641602856 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2809 852 434 0 2081 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 34868

[startup+222.309 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5570
/proc/meminfo: memFree=32023460/32770624 swapFree=5840/221344
[pid=5566] ppid=5563 vsize=34868 CPUtime=222.24 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 15432 0 0 0 22224 0 0 0 20 0 1 0 2078889 35704832 2825 33554432000 4194304 5970956 140734641606016 140734641602856 5136560 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2825 852 434 0 2081 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 34868

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 5571
/proc/meminfo: memFree=32023984/32770624 swapFree=5840/221344
[pid=5566] ppid=5563 vsize=34868 CPUtime=282.21 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 16098 0 0 0 28221 0 0 0 20 0 1 0 2078889 35704832 2825 33554432000 4194304 5970956 140734641606016 140734641602856 5136560 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2825 852 434 0 2081 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 34868

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 5580
/proc/meminfo: memFree=32023268/32770624 swapFree=5840/221404
[pid=5566] ppid=5563 vsize=34868 CPUtime=342.2 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 16751 0 0 0 34220 0 0 0 20 0 1 0 2078889 35704832 2826 33554432000 4194304 5970956 140734641606016 140734641602856 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2826 852 434 0 2081 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 34868

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 5581
/proc/meminfo: memFree=32023496/32770624 swapFree=5840/221404
[pid=5566] ppid=5563 vsize=34868 CPUtime=402.18 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 17427 0 0 0 40218 0 0 0 20 0 1 0 2078889 35704832 2826 33554432000 4194304 5970956 140734641606016 140734641602856 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2826 852 434 0 2081 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 34868

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5582
/proc/meminfo: memFree=32024532/32770624 swapFree=5840/221496
[pid=5566] ppid=5563 vsize=34868 CPUtime=462.16 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 18088 0 0 0 46216 0 0 0 20 0 1 0 2078889 35704832 2826 33554432000 4194304 5970956 140734641606016 140734641602856 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2826 852 434 0 2081 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 34868

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5648
/proc/meminfo: memFree=31681476/32770624 swapFree=5840/221636
[pid=5566] ppid=5563 vsize=34868 CPUtime=522.15 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 18756 0 0 0 52215 0 0 0 20 0 1 0 2078889 35704832 2829 33554432000 4194304 5970956 140734641606016 140734641602856 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2829 852 434 0 2081 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 34868

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5649
/proc/meminfo: memFree=31680652/32770624 swapFree=5840/221668
[pid=5566] ppid=5563 vsize=34868 CPUtime=582.13 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 19406 0 0 0 58213 0 0 0 20 0 1 0 2078889 35704832 2829 33554432000 4194304 5970956 140734641606016 140734641602856 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8717 2829 852 434 0 2081 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 34868


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/244 5683
/proc/meminfo: memFree=31676292/32770624 swapFree=5840/222272
[pid=5566] ppid=5563 vsize=35000 CPUtime=1541.9 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 29943 0 0 0 154189 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 35000

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5684
/proc/meminfo: memFree=31676568/32770624 swapFree=5840/222272
[pid=5566] ppid=5563 vsize=35000 CPUtime=1601.87 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 30625 0 0 0 160186 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5031479 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1601.87
Current children cumulated vsize (KiB) 35000

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5685
/proc/meminfo: memFree=31677112/32770624 swapFree=5840/222348
[pid=5566] ppid=5563 vsize=35000 CPUtime=1661.86 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 31254 0 0 0 166185 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 35000

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5686
/proc/meminfo: memFree=31677440/32770624 swapFree=5840/222368
[pid=5566] ppid=5563 vsize=35000 CPUtime=1721.84 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 31868 0 0 0 172183 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1721.84
Current children cumulated vsize (KiB) 35000

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5687
/proc/meminfo: memFree=31677132/32770624 swapFree=5840/222408
[pid=5566] ppid=5563 vsize=35000 CPUtime=1781.83 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 32545 0 0 0 178182 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1781.83
Current children cumulated vsize (KiB) 35000

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5688
/proc/meminfo: memFree=31677276/32770624 swapFree=5840/222408
[pid=5566] ppid=5563 vsize=35000 CPUtime=1841.81 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 33190 0 0 0 184180 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1841.81
Current children cumulated vsize (KiB) 35000

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5689
/proc/meminfo: memFree=31678156/32770624 swapFree=5840/222480
[pid=5566] ppid=5563 vsize=35000 CPUtime=1901.79 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 33820 0 0 0 190178 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136620 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1901.79
Current children cumulated vsize (KiB) 35000

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5690
/proc/meminfo: memFree=31678604/32770624 swapFree=5840/222480
[pid=5566] ppid=5563 vsize=35000 CPUtime=1961.78 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 34493 0 0 0 196177 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136560 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 1961.78
Current children cumulated vsize (KiB) 35000

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5691
/proc/meminfo: memFree=31678796/32770624 swapFree=5840/222544
[pid=5566] ppid=5563 vsize=35000 CPUtime=2021.76 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 35122 0 0 0 202175 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2021.76
Current children cumulated vsize (KiB) 35000

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5692
/proc/meminfo: memFree=31676396/32770624 swapFree=5840/222544
[pid=5566] ppid=5563 vsize=35000 CPUtime=2081.75 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 35813 0 0 0 208174 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2081.75
Current children cumulated vsize (KiB) 35000

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5701
/proc/meminfo: memFree=31677284/32770624 swapFree=5840/222636
[pid=5566] ppid=5563 vsize=35000 CPUtime=2141.73 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 36465 0 0 0 214172 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2141.73
Current children cumulated vsize (KiB) 35000

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5702
/proc/meminfo: memFree=31676912/32770624 swapFree=5840/222636
[pid=5566] ppid=5563 vsize=35000 CPUtime=2201.72 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 37144 0 0 0 220171 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2201.72
Current children cumulated vsize (KiB) 35000

[startup+2262.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/244 5703
/proc/meminfo: memFree=31676936/32770624 swapFree=5840/222700
[pid=5566] ppid=5563 vsize=35000 CPUtime=2261.7 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 37788 0 0 0 226169 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2261.7
Current children cumulated vsize (KiB) 35000

[startup+2322.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/244 5704
/proc/meminfo: memFree=31677752/32770624 swapFree=5840/222736
[pid=5566] ppid=5563 vsize=35000 CPUtime=2321.68 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 38428 0 0 0 232167 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136623 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2321.68
Current children cumulated vsize (KiB) 35000

[startup+2382.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/244 5705
/proc/meminfo: memFree=31676816/32770624 swapFree=5840/222780
[pid=5566] ppid=5563 vsize=35000 CPUtime=2381.67 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 39099 0 0 0 238166 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5136625 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2381.67
Current children cumulated vsize (KiB) 35000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 5707
/proc/meminfo: memFree=31677044/32770624 swapFree=5840/222780
[pid=5566] ppid=5563 vsize=35000 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 39625 0 0 0 240005 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 35000

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

[startup+2400.7 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 5707
/proc/meminfo: memFree=31677044/32770624 swapFree=5840/222780
[pid=5566] ppid=5563 vsize=35000 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/5566/stat : 5566 (cosoco) R 5563 5566 2458 0 -1 4202496 39625 0 0 0 240005 1 0 0 20 0 1 0 2078889 35840000 2843 33554432000 4194304 5970956 140734641606016 140734641602728 5031424 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 28483584 140734641607873 140734641608003 140734641608003 140734641610702 0
/proc/5566/statm: 8750 2843 852 434 0 2114 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 35000

Child status: 1
Real time (s): 2400.7
CPU time (s): 2400.07
CPU user time (s): 2400.06
CPU system time (s): 0.016995
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 35000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.06
system time used= 0.016995
maximum resident set size= 11416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 121849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55891 second user time and 11.543 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-21 22:15:11
IDJOB=4242770
IDBENCH=136117
IDSOLVER=2620
FILE ID=node126/4242770-1500668111
RUNJOBID= node126-1500648174-2491
PBS_JOBID= 20623294
Free space on /tmp= 61980 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft249-19.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242770-1500668111/watcher-4242770-1500668111 -o /tmp/evaluation-result-4242770-1500668111/solver-4242770-1500668111 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500648174-2491 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242770-1500668111.xml

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

MD5SUM BENCH= ff12bcd9867be4bcc392b8c45936f1c7
RANDOM SEED=1440197279

node126.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	: 5333.50
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.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		: 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	: 5333.50
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		: 2267.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	: 5333.50
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	: 5333.50
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		: 1600.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	: 5333.50
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		: 1600.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	: 5333.50
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	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 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		: 1867.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	: 5333.50
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:        32035932 kB
MemAvailable:   32032380 kB
Buffers:           37204 kB
Cached:           271120 kB
SwapCached:            0 kB
Active:           134924 kB
Inactive:         229828 kB
Active(anon):      58952 kB
Inactive(anon):     8656 kB
Active(file):      75972 kB
Inactive(file):   221172 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:         60956 kB
Mapped:            30300 kB
Shmem:              8840 kB
Slab:              61704 kB
SReclaimable:      30276 kB
SUnreclaim:        31428 kB
KernelStack:        4224 kB
PageTables:         5056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     328780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61976 MiB
End job on node126 at 2017-07-21 22:55:12