Trace number 4086503

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
Open-WBO PB16? (TO) 1800.2 1800.49

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_16.opb
MD5SUM6e5141f298d85d1f18641c02d22506a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark235
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 222
Optimality of the best value was proved NO
Number of variables5570
Total number of constraints10896
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10895
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 9
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 375
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1908
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c
0.00/0.00	c Open-WBO:	 a Modular MaxSAT Solver -- based on Glucose4.0 (core version)
0.00/0.00	c Version:	 Pseudo-Boolean Evaluation 2016
0.00/0.00	c Authors:	 Ruben Martins, Vasco Manquinho, Ines Lynce
0.00/0.00	c Contributors:	 Miguel Neves, Saurabh Joshi, Mikolas Janota
0.00/0.00	c Contact:	 open-wbo@sat.inesc-id.pt -- http://sat.inesc-id.pt/open-wbo/
0.00/0.00	c
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Instance file HOME/instance-4086503-1465261112.opb
0.00/0.00	c File size is 2715806 bytes.
1800.01/1800.30	c Sum of soft weights:          375
1800.01/1800.30	c |                                                                                                       |
1800.01/1800.30	c ========================================[ Problem Statistics ]===========================================
1800.01/1800.30	c |                                                                                                       |
1800.01/1800.30	c |  Problem Type:             Weighted                                                                   |
1800.01/1800.30	c |  Number of variables:          5570                                                                   |
1800.01/1800.30	c |  Number of hard clauses:          1                                                                   |
1800.01/1800.30	c |  Number of soft clauses:          9                                                                   |
1800.01/1800.30	c |  Number of cardinality:           0                                                                   |
1800.01/1800.30	c |  Number of PB :               10895                                                                   |
1800.01/1800.30	c |  Parse time:                   0.31 s                                                                 |
1800.01/1800.30	c |                                                                                                       |
1800.01/1800.30	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

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-4086503-1465261112/watcher-4086503-1465261112 -o /tmp/evaluation-result-4086503-1465261112/solver-4086503-1465261112 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960 open-wbo HOME/instance-4086503-1465261112.opb 

pid=2878
running on 8 cores: 0-3,8-11

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.11 2.08 2.01 3/259 2881
/proc/meminfo: memFree=28410416/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4992 CPUtime=0 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 107953255 5111808 861 33554432000 4194304 6059633 140734767358816 140733375889736 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1248 861 798 456 0 120 0

[startup+0.100181 s]
/proc/loadavg: 2.11 2.08 2.01 3/259 2881
/proc/meminfo: memFree=28410416/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=6840 CPUtime=0.09 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 1436 0 0 0 9 0 0 0 20 0 1 0 107953255 7004160 1311 33554432000 4194304 6059633 140734767358816 140733375889736 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1710 1311 798 456 0 582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6840

[startup+0.200289 s]
/proc/loadavg: 2.11 2.08 2.01 3/259 2881
/proc/meminfo: memFree=28410416/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=8688 CPUtime=0.19 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 1921 0 0 0 19 0 0 0 20 0 1 0 107953255 8896512 1796 33554432000 4194304 6059633 140734767358816 140734767357176 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 2172 1796 798 456 0 1044 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 8688

[startup+0.300266 s]
/proc/loadavg: 2.11 2.08 2.01 3/259 2881
/proc/meminfo: memFree=28410416/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=10732 CPUtime=0.29 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 2408 0 0 0 29 0 0 0 20 0 1 0 107953255 10989568 2283 33554432000 4194304 6059633 140734767358816 140734767357176 5043132 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 2683 2283 798 456 0 1555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10732

[startup+0.700283 s]
/proc/loadavg: 2.11 2.08 2.01 3/259 2881
/proc/meminfo: memFree=28410416/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=131364 CPUtime=0.68 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 23133 0 0 0 64 4 0 0 20 0 1 0 107953255 134516736 27525 33554432000 4194304 6059633 140734767358816 140734767357176 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 32841 27525 163 456 0 32377 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 131364

[startup+1.50029 s]
/proc/loadavg: 2.11 2.08 2.01 3/260 2882
/proc/meminfo: memFree=28196656/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=392428 CPUtime=1.49 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 48932 0 0 0 138 11 0 0 20 0 1 0 107953255 401846272 81316 33554432000 4194304 6059633 140734767358816 140734767356536 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 98107 81316 163 456 0 97643 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 392428

[startup+3.10029 s]
/proc/loadavg: 2.11 2.08 2.01 3/260 2882
/proc/meminfo: memFree=27902804/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=840380 CPUtime=3.09 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 90347 0 0 0 285 24 0 0 20 0 1 0 107953255 860549120 186562 33554432000 4194304 6059633 140734767358816 140734767356536 5278442 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 210095 186562 163 456 0 209631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 840380

[startup+6.30025 s]
/proc/loadavg: 2.10 2.08 2.01 3/260 2882
/proc/meminfo: memFree=27023960/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=1857664 CPUtime=6.28 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 161550 0 0 0 579 49 0 0 20 0 1 0 107953255 1902247936 398629 33554432000 4194304 6059633 140734767358816 140734767356536 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 464416 398629 163 456 0 463952 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1857664

[startup+12.7003 s]
/proc/loadavg: 2.09 2.07 2.01 3/260 2882
/proc/meminfo: memFree=25311888/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=3545084 CPUtime=12.69 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 283544 0 0 0 1174 95 0 0 20 0 1 0 107953255 3630166016 814443 33554432000 4194304 6059633 140734767358816 140734767356536 5043132 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 886271 814443 163 456 0 885807 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3545084

[startup+25.5004 s]
/proc/loadavg: 2.22 2.10 2.02 3/260 2882
/proc/meminfo: memFree=24552760/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4788180 CPUtime=25.48 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 416183 0 0 0 2428 120 0 0 20 0 1 0 107953255 4903096320 963057 33554432000 4194304 6059633 140734767358816 140734767356856 5043379 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1197045 963057 169 456 0 1196581 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4788180

[startup+51.1004 s]
/proc/loadavg: 2.14 2.09 2.02 3/260 2882
/proc/meminfo: memFree=24521588/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4820388 CPUtime=51.08 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 424462 0 0 0 4986 122 0 0 20 0 1 0 107953255 4936077312 971336 33554432000 4194304 6059633 140734767358816 140734767356856 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1205097 971336 182 456 0 1204633 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 4820388

[startup+102.3 s]
/proc/loadavg: 2.26 2.12 2.03 3/260 2895
/proc/meminfo: memFree=24498248/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4831344 CPUtime=102.29 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 427701 0 0 0 10106 123 0 0 20 0 1 0 107953255 4947296256 975086 33554432000 4194304 6059633 140734767358816 140734767356856 4246291 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1207836 975086 182 456 0 1207372 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 4831344

[startup+162.3 s]
/proc/loadavg: 2.16 2.13 2.03 3/261 2919
/proc/meminfo: memFree=24488576/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4835304 CPUtime=162.27 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 429752 0 0 0 16103 124 0 0 20 0 1 0 107953255 4951351296 977137 33554432000 4194304 6059633 140734767358816 140734767356792 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1208826 977137 182 456 0 1208362 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 4835304

[startup+222.311 s]
/proc/loadavg: 2.09 2.11 2.03 3/260 2920
/proc/meminfo: memFree=24485320/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4835960 CPUtime=222.27 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430119 0 0 0 22103 124 0 0 20 0 1 0 107953255 4952023040 978015 33554432000 4194304 6059633 140734767358816 140734767356792 4277737 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1208990 978015 183 456 0 1208526 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 4835960

[startup+282.3 s]
/proc/loadavg: 2.07 2.11 2.03 3/260 2921
/proc/meminfo: memFree=24485304/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4836224 CPUtime=282.25 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430159 0 0 0 28101 124 0 0 20 0 1 0 107953255 4952293376 978055 33554432000 4194304 6059633 140734767358816 140734767356856 4278479 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209056 978055 183 456 0 1208592 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 4836224

[startup+342.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/260 2922
/proc/meminfo: memFree=24484728/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4836356 CPUtime=342.24 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430204 0 0 0 34100 124 0 0 20 0 1 0 107953255 4952428544 978100 33554432000 4194304 6059633 140734767358816 140734767356792 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209089 978100 183 456 0 1208625 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 4836356

[startup+402.3 s]
/proc/loadavg: 2.04 2.08 2.03 3/260 2923
/proc/meminfo: memFree=24484260/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4836488 CPUtime=402.23 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430235 0 0 0 40099 124 0 0 20 0 1 0 107953255 4952563712 978131 33554432000 4194304 6059633 140734767358816 140734767356856 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209122 978131 183 456 0 1208658 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 4836488

[startup+462.3 s]
/proc/loadavg: 2.15 2.11 2.04 3/260 2925
/proc/meminfo: memFree=24481988/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4836628 CPUtime=462.22 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430277 0 0 0 46098 124 0 0 20 0 1 0 107953255 4952707072 978173 33554432000 4194304 6059633 140734767358816 140734767356856 4246344 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209157 978173 183 456 0 1208693 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 4836628

[startup+522.3 s]
/proc/loadavg: 2.12 2.11 2.04 3/260 2926
/proc/meminfo: memFree=24481760/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4836760 CPUtime=522.21 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430297 0 0 0 52097 124 0 0 20 0 1 0 107953255 4952842240 978193 33554432000 4194304 6059633 140734767358816 140734767356856 4277586 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209190 978193 183 456 0 1208726 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 4836760

[startup+582.3 s]
/proc/loadavg: 2.11 2.12 2.05 3/260 2927
/proc/meminfo: memFree=24478992/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4836760 CPUtime=582.2 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430314 0 0 0 58096 124 0 0 20 0 1 0 107953255 4952842240 978721 33554432000 4194304 6059633 140734767358816 140734767356856 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209190 978721 183 456 0 1208726 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 4836760


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


[startup+942.3 s]
/proc/loadavg: 2.11 2.11 2.06 3/260 2937
/proc/meminfo: memFree=24451408/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837304 CPUtime=942.14 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430446 0 0 0 94090 124 0 0 20 0 1 0 107953255 4953399296 978853 33554432000 4194304 6059633 140734767358816 140734767356856 4246291 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209326 978853 183 456 0 1208862 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 4837304

[startup+1002.3 s]
/proc/loadavg: 2.15 2.13 2.07 3/260 2938
/proc/meminfo: memFree=24451428/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837436 CPUtime=1002.13 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430467 0 0 0 100089 124 0 0 20 0 1 0 107953255 4953534464 978874 33554432000 4194304 6059633 140734767358816 140734767356856 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209359 978874 183 456 0 1208895 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 4837436

[startup+1062.3 s]
/proc/loadavg: 2.12 2.13 2.08 3/261 2941
/proc/meminfo: memFree=24451320/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837580 CPUtime=1062.12 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430493 0 0 0 106088 124 0 0 20 0 1 0 107953255 4953681920 978900 33554432000 4194304 6059633 140734767358816 140734767356856 4277549 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209395 978900 183 456 0 1208931 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 4837580

[startup+1122.3 s]
/proc/loadavg: 2.04 2.11 2.07 3/260 2942
/proc/meminfo: memFree=24448936/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837580 CPUtime=1122.11 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430510 0 0 0 112087 124 0 0 20 0 1 0 107953255 4953681920 979428 33554432000 4194304 6059633 140734767358816 140734767356856 4277921 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209395 979428 183 456 0 1208931 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 4837580

[startup+1182.3 s]
/proc/loadavg: 2.05 2.10 2.07 3/260 2943
/proc/meminfo: memFree=24447036/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837724 CPUtime=1182.11 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430534 0 0 0 118087 124 0 0 20 0 1 0 107953255 4953829376 979452 33554432000 4194304 6059633 140734767358816 140734767356856 4277900 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209431 979452 183 456 0 1208967 0
Current children cumulated CPU time (s) 1182.11
Current children cumulated vsize (KiB) 4837724

[startup+1242.3 s]
/proc/loadavg: 2.09 2.11 2.07 3/260 2944
/proc/meminfo: memFree=24445696/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837856 CPUtime=1242.1 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430555 0 0 0 124085 125 0 0 20 0 1 0 107953255 4953964544 979473 33554432000 4194304 6059633 140734767358816 140734767356792 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209464 979473 183 456 0 1209000 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 4837856

[startup+1302.3 s]
/proc/loadavg: 2.20 2.13 2.08 3/261 2948
/proc/meminfo: memFree=24445460/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837856 CPUtime=1302.1 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430583 0 0 0 130085 125 0 0 20 0 1 0 107953255 4953964544 979501 33554432000 4194304 6059633 140734767358816 140734767356792 4278373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209464 979501 183 456 0 1209000 0
Current children cumulated CPU time (s) 1302.1
Current children cumulated vsize (KiB) 4837856

[startup+1362.3 s]
/proc/loadavg: 2.14 2.13 2.09 3/260 2950
/proc/meminfo: memFree=24445404/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4837988 CPUtime=1362.09 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430598 0 0 0 136084 125 0 0 20 0 1 0 107953255 4954099712 979516 33554432000 4194304 6059633 140734767358816 140734767356856 4277855 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209497 979516 183 456 0 1209033 0
Current children cumulated CPU time (s) 1362.09
Current children cumulated vsize (KiB) 4837988

[startup+1422.3 s]
/proc/loadavg: 2.12 2.13 2.09 3/260 2951
/proc/meminfo: memFree=24445156/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838128 CPUtime=1422.09 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430625 0 0 0 142084 125 0 0 20 0 1 0 107953255 4954243072 979543 33554432000 4194304 6059633 140734767358816 140734767356856 4277781 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209532 979543 183 456 0 1209068 0
Current children cumulated CPU time (s) 1422.09
Current children cumulated vsize (KiB) 4838128

[startup+1482.3 s]
/proc/loadavg: 2.18 2.15 2.09 3/260 2952
/proc/meminfo: memFree=24443600/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838128 CPUtime=1482.07 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430632 0 0 0 148082 125 0 0 20 0 1 0 107953255 4954243072 979550 33554432000 4194304 6059633 140734767358816 140734767356856 4277781 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209532 979550 183 456 0 1209068 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 4838128

[startup+1542.31 s]
/proc/loadavg: 2.13 2.15 2.09 3/260 2953
/proc/meminfo: memFree=24444348/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838128 CPUtime=1542.07 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430646 0 0 0 154082 125 0 0 20 0 1 0 107953255 4954243072 979564 33554432000 4194304 6059633 140734767358816 140734767356856 4277855 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209532 979564 183 456 0 1209068 0
Current children cumulated CPU time (s) 1542.07
Current children cumulated vsize (KiB) 4838128

[startup+1602.3 s]
/proc/loadavg: 2.08 2.13 2.09 3/260 2954
/proc/meminfo: memFree=24441924/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838260 CPUtime=1602.05 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430664 0 0 0 160080 125 0 0 20 0 1 0 107953255 4954378240 980093 33554432000 4194304 6059633 140734767358816 140734767356792 4277570 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209565 980093 183 456 0 1209101 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 4838260

[startup+1662.3 s]
/proc/loadavg: 2.06 2.12 2.09 3/260 2956
/proc/meminfo: memFree=24442048/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838260 CPUtime=1662.04 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430686 0 0 0 166079 125 0 0 20 0 1 0 107953255 4954378240 980115 33554432000 4194304 6059633 140734767358816 140734767356792 4278661 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209565 980115 183 456 0 1209101 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 4838260

[startup+1722.3 s]
/proc/loadavg: 2.02 2.10 2.08 3/260 2957
/proc/meminfo: memFree=24439372/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838392 CPUtime=1722.03 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430701 0 0 0 172078 125 0 0 20 0 1 0 107953255 4954513408 980130 33554432000 4194304 6059633 140734767358816 140734767356856 4278479 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209598 980130 183 456 0 1209134 0
Current children cumulated CPU time (s) 1722.03
Current children cumulated vsize (KiB) 4838392

[startup+1782.3 s]
/proc/loadavg: 2.08 2.09 2.08 3/260 3417
/proc/meminfo: memFree=28038028/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838392 CPUtime=1782.02 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430731 0 0 0 178077 125 0 0 20 0 1 0 107953255 4954513408 980158 33554432000 4194304 6059633 140734767358816 140734767356856 4278369 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209598 980158 183 456 0 1209134 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 4838392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.06 2.08 2.08 3/260 3601
/proc/meminfo: memFree=28042188/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=4838392 CPUtime=1800.01 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202496 430741 0 0 0 179876 125 0 0 20 0 1 0 107953255 4954513408 980161 33554432000 4194304 6059633 140734767358816 140734767356856 4278373 0 0 4096 8404992 0 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 1209598 980161 183 456 0 1209134 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 4838392

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

[startup+1800.4 s]
/proc/loadavg: 2.06 2.08 2.08 3/260 3601
/proc/meminfo: memFree=28042188/32872528 swapFree=9196/9196
[pid=2881] ppid=2878 vsize=0 CPUtime=1800.11 cores=0-3,8-11
/proc/2881/stat : 2881 (open-wbo) R 2878 2881 1909 0 -1 4202500 430744 0 0 0 179876 135 0 0 20 0 1 0 107953255 0 0 33554432000 0 0 0 0 0 0 16384 4096 8404992 18446744073709551615 0 0 17 9 0 0 0 0 0
/proc/2881/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 40
Real time (s): 1800.49
CPU time (s): 1800.2
CPU user time (s): 1798.76
CPU system time (s): 1.44378
CPU usage (%): 99.9841
Max. virtual memory (cumulated for all children) (KiB): 4838392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.76
system time used= 1.44378
maximum resident set size= 3920656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430744
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= 21
involuntary context switches= 1854

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89495 second user time and 9.77651 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-07 02:58:32
IDJOB=4086503
IDBENCH=2937
IDSOLVER=2547
FILE ID=node132/4086503-1465261112
RUNJOBID= node132-1465252035-1925
PBS_JOBID= 19843258
Free space on /tmp= 71740 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_16.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4086503-1465261112/watcher-4086503-1465261112 -o /tmp/evaluation-result-4086503-1465261112/solver-4086503-1465261112 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1465252035-1925 --watchdog 1960  open-wbo HOME/instance-4086503-1465261112.opb

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

MD5SUM BENCH= 6e5141f298d85d1f18641c02d22506a9
RANDOM SEED=673973298

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.41
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.51
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
cpu MHz		: 2667.209
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
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
cpu MHz		: 2667.209
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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
cpu MHz		: 2667.209
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 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 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 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
cpu MHz		: 2667.209
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 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 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 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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.209
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 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 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 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:       32872528 kB
MemFree:        28410432 kB
Buffers:           66464 kB
Cached:            95956 kB
SwapCached:         3204 kB
Active:          3625860 kB
Inactive:         107464 kB
Active(anon):    3569636 kB
Inactive(anon):     3232 kB
Active(file):      56224 kB
Inactive(file):   104232 kB
Unevictable:        9196 kB
Mlocked:            9196 kB
SwapTotal:      67108856 kB
SwapFree:       67094548 kB
Dirty:              7388 kB
Writeback:             0 kB
AnonPages:       3578324 kB
Mapped:             8160 kB
Shmem:                 0 kB
Slab:             574740 kB
SReclaimable:      14708 kB
SUnreclaim:       560032 kB
KernelStack:        2200 kB
PageTables:        11468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4370092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node132 at 2016-06-07 03:28:33