Trace number 4101436

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-LSU PB16? 191.118 192.186

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-sample2.opb
MD5SUM98cb9153c0a6885786e060f27dbb5c7a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark0.113981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables1296
Total number of constraints46
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints43
Minimum length of a constraint4
Maximum length of a constraint150
Number of terms in the objective function 729
Biggest coefficient in the objective function 23832
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524793
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262138
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524793
Number of bits of the biggest sum of numbers20
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 -- LSU
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-4101436-1466231298.opb
0.00/0.00	c File size is 37019 bytes.
190.42/191.50	c Sum of soft weights:       524793
190.42/191.50	c |                                                                                                       |
190.42/191.50	c ========================================[ Problem Statistics ]===========================================
190.42/191.50	c |                                                                                                       |
190.42/191.50	c |  Problem Type:             Weighted                                                                   |
190.42/191.50	c |  Number of variables:          1296                                                                   |
190.42/191.50	c |  Number of hard clauses:          0                                                                   |
190.42/191.50	c |  Number of soft clauses:        729                                                                   |
190.42/191.50	c |  Number of cardinality:           3                                                                   |
190.42/191.50	c |  Number of PB :                  64                                                                   |
190.42/191.50	c |  Parse time:                   0.00 s                                                                 |
190.42/191.50	c |                                                                                                       |
190.42/191.50	c ==========================================[ Solver Settings ]============================================
190.42/191.50	c |                                                                                                       |
190.42/191.50	c |  Algorithm:                LinearSU                                                                   |
190.42/191.50	c |  BMO strategy:                   On                                                                   |
190.42/191.50	c |  BMO search:                     No                                                                   |
190.42/191.50	c |  PB Encoding:                   GTE                                                                   |
190.42/191.50	c |                                                                                                       |
190.42/191.50	c Error: Out of memory.
190.42/191.50	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-4101436-1466231298/watcher-4101436-1466231298 -o /tmp/evaluation-result-4101436-1466231298/solver-4101436-1466231298 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466230464-10275 --watchdog 1960 open-wbo-lsu HOME/instance-4101436-1466231298.opb 

pid=10823
running on 4 cores: 0,2,4,6

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.15 2.15 2.09 3/176 10826
/proc/meminfo: memFree=24626892/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=7668 CPUtime=0 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 581 0 0 0 0 0 0 0 20 0 1 0 25178728 7852032 445 33554432000 4194304 6058637 140736221756944 140733627192920 4239645 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 1917 446 164 456 0 1453 0

[startup+0.100124 s]
/proc/loadavg: 2.15 2.15 2.09 3/176 10826
/proc/meminfo: memFree=24626892/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=30220 CPUtime=0.09 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 6286 0 0 0 9 0 0 0 20 0 1 0 25178728 30945280 6616 33554432000 4194304 6058637 140736221756944 140733627192920 4294739 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 7555 6620 165 456 0 7091 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30220

[startup+0.200396 s]
/proc/loadavg: 2.15 2.15 2.09 3/176 10826
/proc/meminfo: memFree=24626892/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=60340 CPUtime=0.19 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 10562 0 0 0 18 1 0 0 20 0 1 0 25178728 61788160 11914 33554432000 4194304 6058637 140736221756944 140733627192920 4294863 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 15085 11915 165 456 0 14621 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60340

[startup+0.300387 s]
/proc/loadavg: 2.15 2.15 2.09 3/176 10826
/proc/meminfo: memFree=24626892/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=79376 CPUtime=0.28 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 14735 0 0 0 27 1 0 0 20 0 1 0 25178728 81281024 17109 33554432000 4194304 6058637 140736221756944 140733627192920 4251816 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 19844 17109 165 456 0 19380 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 79376

[startup+0.700321 s]
/proc/loadavg: 2.15 2.15 2.09 3/176 10826
/proc/meminfo: memFree=24626892/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=177672 CPUtime=0.69 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 28178 0 0 0 65 4 0 0 20 0 1 0 25178728 181936128 37195 33554432000 4194304 6058637 140736221756944 140736221754936 4313031 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 44418 37195 165 456 0 43954 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177672

[startup+1.50032 s]
/proc/loadavg: 2.15 2.15 2.09 3/177 10827
/proc/meminfo: memFree=24269608/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=356304 CPUtime=1.49 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 46670 0 0 0 141 8 0 0 20 0 1 0 25178728 364855296 70506 33554432000 4194304 6058637 140736221756944 140736221754936 4294739 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 89076 70506 165 456 0 88612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 356304

[startup+3.10032 s]
/proc/loadavg: 2.15 2.15 2.09 3/177 10827
/proc/meminfo: memFree=23978052/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=563136 CPUtime=3.09 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 70778 0 0 0 293 16 0 0 20 0 1 0 25178728 576651264 125785 33554432000 4194304 6058637 140736221756944 140736221754936 4294747 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 140784 125785 165 456 0 140320 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 563136

[startup+6.30032 s]
/proc/loadavg: 2.14 2.15 2.09 4/177 10827
/proc/meminfo: memFree=22984240/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=1238912 CPUtime=6.28 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 123777 0 0 0 600 28 0 0 20 0 1 0 25178728 1268645888 231928 33554432000 4194304 6058637 140736221756944 140736221755304 4313042 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 309728 231928 165 456 0 309264 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1238912

[startup+12.7003 s]
/proc/loadavg: 2.13 2.14 2.09 3/177 10827
/proc/meminfo: memFree=21509036/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=1888244 CPUtime=12.69 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 177607 0 0 0 1226 43 0 0 20 0 1 0 25178728 1933561856 357266 33554432000 4194304 6058637 140736221756944 140736221755512 4313040 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 472061 357266 165 456 0 471597 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1888244

[startup+25.5004 s]
/proc/loadavg: 2.10 2.14 2.09 4/177 10827
/proc/meminfo: memFree=18571748/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=3139488 CPUtime=25.49 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 327352 0 0 0 2472 77 0 0 20 0 1 0 25178728 3214835712 611749 33554432000 4194304 6058637 140736221756944 140736221755448 4277708 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 784872 611749 165 456 0 784408 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 3139488

[startup+51.1004 s]
/proc/loadavg: 2.06 2.12 2.09 3/177 10873
/proc/meminfo: memFree=24750272/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=5391952 CPUtime=51.08 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 553426 0 0 0 4967 141 0 0 20 0 1 0 25178728 5521358848 1128792 33554432000 4194304 6058637 140736221756944 140736221755512 4313040 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 1347988 1128793 165 456 0 1347524 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5391952

[startup+102.3 s]
/proc/loadavg: 2.09 2.12 2.09 3/177 10874
/proc/meminfo: memFree=15147684/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=8800996 CPUtime=102.26 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 850127 0 0 0 9987 239 0 0 20 0 1 0 25178728 9012219904 1924582 33554432000 4194304 6058637 140736221756944 140736221755208 4312986 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 2200249 1924582 165 456 0 2199785 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 8800996

[startup+162.3 s]
/proc/loadavg: 2.20 2.14 2.10 3/178 10923
/proc/meminfo: memFree=16216660/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=14050000 CPUtime=162.23 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 1365205 0 0 0 15844 379 0 0 20 0 1 0 25178728 14387200000 3198754 33554432000 4194304 6058637 140736221756944 140736221754936 4314831 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 3512500 3198754 165 456 0 3512036 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 14050000

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

[startup+179.2 s]
/proc/loadavg: 2.15 2.13 2.09 3/177 10923
/proc/meminfo: memFree=14405948/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=14244840 CPUtime=179.13 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 1415755 0 0 0 17523 390 0 0 20 0 1 0 25178728 14586716160 3262012 33554432000 4194304 6058637 140736221756944 140736221755448 4278226 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 3561210 3262012 165 456 0 3560746 0
Current children cumulated CPU time (s) 179.13
Current children cumulated vsize (KiB) 14244840

[startup+185.6 s]
/proc/loadavg: 2.13 2.13 2.09 4/177 10923
/proc/meminfo: memFree=12840652/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=14684036 CPUtime=185.53 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 1492421 0 0 0 18140 413 0 0 20 0 1 0 25178728 15036452864 3436419 33554432000 4194304 6058637 140736221756944 140736221755512 4588439 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 3671009 3436419 165 456 0 3670545 0
Current children cumulated CPU time (s) 185.53
Current children cumulated vsize (KiB) 14684036

[startup+188.8 s]
/proc/loadavg: 2.13 2.13 2.09 3/177 10923
/proc/meminfo: memFree=12248944/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=14824876 CPUtime=188.72 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 1524578 0 0 0 18449 423 0 0 20 0 1 0 25178728 15180673024 3521383 33554432000 4194304 6058637 140736221756944 140736221754936 4251816 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 3706219 3521383 165 456 0 3705755 0
Current children cumulated CPU time (s) 188.72
Current children cumulated vsize (KiB) 14824876

[startup+190.407 s]
/proc/loadavg: 2.12 2.13 2.09 4/177 10923
/proc/meminfo: memFree=11790212/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=15429752 CPUtime=190.33 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202496 1543582 0 0 0 18601 432 0 0 20 0 1 0 25178728 15800066048 3570025 33554432000 4194304 6058637 140736221756944 140736221754936 4251816 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 3857438 3570025 165 456 0 3856974 0
Current children cumulated CPU time (s) 190.33
Current children cumulated vsize (KiB) 15429752

[startup+191.2 s]
/proc/loadavg: 2.12 2.13 2.09 4/177 10923
/proc/meminfo: memFree=11790212/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=15496784 CPUtime=190.42 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) S 10823 10826 10259 0 -1 4202496 1544141 0 0 0 18610 432 0 0 20 0 1 0 25178728 15868706816 3571580 33554432000 4194304 6058637 140736221756944 140736221756168 5262704 0 0 4096 8404992 18446744071579460660 0 0 17 4 0 0 0 0 0
/proc/10826/statm: 3874196 3571580 214 456 0 3873732 0
Current children cumulated CPU time (s) 190.42
Current children cumulated vsize (KiB) 15496784

[startup+191.6 s]
/proc/loadavg: 2.12 2.13 2.09 2/177 10923
/proc/meminfo: memFree=11690504/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=0 CPUtime=190.52 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202500 1544142 0 0 0 18610 442 0 0 20 0 1 0 25178728 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 190.52
Current children cumulated vsize (KiB) 0

[startup+192 s]
/proc/loadavg: 2.12 2.13 2.09 2/177 10923
/proc/meminfo: memFree=11690504/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=0 CPUtime=190.92 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202500 1544142 0 0 0 18610 482 0 0 20 0 1 0 25178728 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 190.92
Current children cumulated vsize (KiB) 0

[startup+192.1 s]
/proc/loadavg: 2.12 2.13 2.09 2/177 10923
/proc/meminfo: memFree=11690504/32872528 swapFree=877056/942464
[pid=10826] ppid=10823 vsize=0 CPUtime=191.02 cores=0,2,4,6
/proc/10826/stat : 10826 (open-wbo-lsu) R 10823 10826 10259 0 -1 4202500 1544142 0 0 0 18610 492 0 0 20 0 1 0 25178728 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10826/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 191.02
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 192.186
CPU time (s): 191.118
CPU user time (s): 186.104
CPU system time (s): 5.01424
CPU usage (%): 99.4444
Max. virtual memory (cumulated for all children) (KiB): 15496784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.104
system time used= 5.01424
maximum resident set size= 14286324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1544142
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= 87
involuntary context switches= 196

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.98385 second user time and 1.60776 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 08:28:18
IDJOB=4101436
IDBENCH=1747
IDSOLVER=2545
FILE ID=node113/4101436-1466231298
RUNJOBID= node113-1466230464-10275
PBS_JOBID= 19918179
Free space on /tmp= 71700 MiB

SOLVER NAME= Open-WBO-LSU PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-sample2.opb
COMMAND LINE= open-wbo-lsu BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101436-1466231298/watcher-4101436-1466231298 -o /tmp/evaluation-result-4101436-1466231298/solver-4101436-1466231298 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466230464-10275 --watchdog 1960  open-wbo-lsu HOME/instance-4101436-1466231298.opb

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

MD5SUM BENCH= 98cb9153c0a6885786e060f27dbb5c7a
RANDOM SEED=1918242989

node113.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		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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	: 5333.59
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		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.56
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		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.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		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.54
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		: 2666.799
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.54
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		: 2666.799
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        24632292 kB
Buffers:          104812 kB
Cached:           213472 kB
SwapCached:         1748 kB
Active:          6320044 kB
Inactive:         232428 kB
Active(anon):    6233288 kB
Inactive(anon):     3272 kB
Active(file):      86756 kB
Inactive(file):   229156 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:              4668 kB
Writeback:             0 kB
AnonPages:       7257568 kB
Mapped:             7780 kB
Shmem:                 0 kB
Slab:             601540 kB
SReclaimable:      45168 kB
SUnreclaim:       556372 kB
KernelStack:        1472 kB
PageTables:        18516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8328808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1984512 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= 71696 MiB
End job on node113 at 2016-06-18 08:31:30