Trace number 4100238

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? 145.625 146.705

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-reduced-mps-v2-20-10-markshare2_1.opb
MD5SUMf3b3c7fec040599f5daa92cc157157c9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark55.8595
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 9
Optimality of the best value was proved NO
Number of variables330
Total number of constraints13
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 210
Biggest coefficient in the objective function 37450
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 524454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261082
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 524454
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
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-4100238-1466225211.opb
0.00/0.00	c File size is 11813 bytes.
145.00/146.09	c Sum of soft weights:       524454
145.00/146.09	c |                                                                                                       |
145.00/146.09	c ========================================[ Problem Statistics ]===========================================
145.00/146.09	c |                                                                                                       |
145.00/146.09	c |  Problem Type:             Weighted                                                                   |
145.00/146.09	c |  Number of variables:           330                                                                   |
145.00/146.09	c |  Number of hard clauses:          0                                                                   |
145.00/146.09	c |  Number of soft clauses:        210                                                                   |
145.00/146.09	c |  Number of cardinality:           0                                                                   |
145.00/146.09	c |  Number of PB :                  20                                                                   |
145.00/146.09	c |  Parse time:                   0.00 s                                                                 |
145.00/146.09	c |                                                                                                       |
145.00/146.09	c Error: Out of memory.
145.00/146.09	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-4100238-1466225211/watcher-4100238-1466225211 -o /tmp/evaluation-result-4100238-1466225211/solver-4100238-1466225211 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466223799-14538 --watchdog 1960 open-wbo HOME/instance-4100238-1466225211.opb 

pid=15832
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.11 2.20 2.48 4/178 15835
/proc/meminfo: memFree=19662804/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=8208 CPUtime=0 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 791 0 0 0 0 0 0 0 20 0 1 0 24567056 8404992 648 33554432000 4194304 6059633 140735213068352 140736069143576 4294931 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 2052 650 162 456 0 1588 0

[startup+0.100166 s]
/proc/loadavg: 2.11 2.20 2.48 4/178 15835
/proc/meminfo: memFree=19662804/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=39592 CPUtime=0.09 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 7817 0 0 0 9 0 0 0 20 0 1 0 24567056 40542208 8126 33554432000 4194304 6059633 140735213068352 140736069143576 4239837 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 9898 8128 162 456 0 9434 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39592

[startup+0.200355 s]
/proc/loadavg: 2.11 2.20 2.48 4/178 15835
/proc/meminfo: memFree=19662804/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=79028 CPUtime=0.19 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 15002 0 0 0 18 1 0 0 20 0 1 0 24567056 80924672 16285 33554432000 4194304 6059633 140735213068352 140735213065464 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 19757 16287 162 456 0 19293 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 79028

[startup+0.300294 s]
/proc/loadavg: 2.11 2.20 2.48 4/178 15835
/proc/meminfo: memFree=19662804/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=111680 CPUtime=0.29 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 20378 0 0 0 27 2 0 0 20 0 1 0 24567056 114360320 22680 33554432000 4194304 6059633 140735213068352 140735213065464 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 27920 22681 162 456 0 27456 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 111680

[startup+0.700287 s]
/proc/loadavg: 2.11 2.20 2.48 4/178 15835
/proc/meminfo: memFree=19662804/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=194480 CPUtime=0.68 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 34514 0 0 0 62 6 0 0 20 0 1 0 24567056 199147520 43442 33554432000 4194304 6059633 140735213068352 140735213065464 4242475 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 48620 43443 162 456 0 48156 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 194480

[startup+1.50024 s]
/proc/loadavg: 2.11 2.20 2.48 3/179 15836
/proc/meminfo: memFree=19371376/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=304504 CPUtime=1.49 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 47006 0 0 0 139 10 0 0 20 0 1 0 24567056 311812096 63088 33554432000 4194304 6059633 140735213068352 140735213065576 4294824 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 76126 63089 162 456 0 75662 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 304504

[startup+3.10028 s]
/proc/loadavg: 2.11 2.20 2.48 3/179 15836
/proc/meminfo: memFree=19206172/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=451520 CPUtime=3.09 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 61220 0 0 0 295 14 0 0 20 0 1 0 24567056 462356480 93654 33554432000 4194304 6059633 140735213068352 140735213065832 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 112880 93654 162 456 0 112416 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 451520

[startup+6.30029 s]
/proc/loadavg: 2.10 2.19 2.48 3/179 15836
/proc/meminfo: memFree=18605848/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=786928 CPUtime=6.29 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 89199 0 0 0 607 22 0 0 20 0 1 0 24567056 805814272 156876 33554432000 4194304 6059633 140735213068352 140735213065832 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 196732 156876 162 456 0 196268 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 786928

[startup+12.7002 s]
/proc/loadavg: 2.09 2.19 2.48 4/179 15836
/proc/meminfo: memFree=17354984/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=1201176 CPUtime=12.69 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 126045 0 0 0 1234 35 0 0 20 0 1 0 24567056 1230004224 266269 33554432000 4194304 6059633 140735213068352 140735213065832 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 300294 266270 162 456 0 299830 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1201176

[startup+25.5004 s]
/proc/loadavg: 2.14 2.20 2.47 3/179 15882
/proc/meminfo: memFree=26346080/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=2624416 CPUtime=25.49 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 223313 0 0 0 2483 66 0 0 20 0 1 0 24567056 2687401984 507128 33554432000 4194304 6059633 140735213068352 140735213065832 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 656104 507128 162 456 0 655640 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2624416

[startup+51.1004 s]
/proc/loadavg: 2.16 2.20 2.46 3/179 15882
/proc/meminfo: memFree=19661912/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=4641364 CPUtime=51.07 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 427686 0 0 0 4988 119 0 0 20 0 1 0 24567056 4752756736 1003255 33554432000 4194304 6059633 140735213068352 140735213065832 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 1160341 1003256 162 456 0 1159877 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4641364

[startup+102.3 s]
/proc/loadavg: 2.11 2.18 2.44 4/179 15930
/proc/meminfo: memFree=20517400/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=11205984 CPUtime=102.24 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 895167 0 0 0 9959 265 0 0 20 0 1 0 24567056 11474927616 2159669 33554432000 4194304 6059633 140735213068352 140735213065800 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 2801496 2159672 162 456 0 2801032 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 11205984

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

[startup+102.407 s]
/proc/loadavg: 2.11 2.18 2.44 4/179 15930
/proc/meminfo: memFree=20517400/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=11263932 CPUtime=102.34 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 909826 0 0 0 9967 267 0 0 20 0 1 0 24567056 11534266368 2174839 33554432000 4194304 6059633 140735213068352 140735213065800 5043379 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 2816016 2174845 162 456 0 2815552 0
Current children cumulated CPU time (s) 102.34
Current children cumulated vsize (KiB) 11263932

[startup+128 s]
/proc/loadavg: 2.20 2.19 2.44 3/179 15930
/proc/meminfo: memFree=14353056/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=12389216 CPUtime=127.92 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 1172896 0 0 0 12458 334 0 0 20 0 1 0 24567056 12686557184 2783840 33554432000 4194304 6059633 140735213068352 140735213065800 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 3097304 2783841 162 456 0 3096840 0
Current children cumulated CPU time (s) 127.92
Current children cumulated vsize (KiB) 12389216

[startup+134.4 s]
/proc/loadavg: 2.25 2.20 2.44 3/179 15930
/proc/meminfo: memFree=12922540/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=12509736 CPUtime=134.32 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 1198338 0 0 0 13087 345 0 0 20 0 1 0 24567056 12809969664 2897685 33554432000 4194304 6059633 140735213068352 140735213066104 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 3127434 2897685 162 456 0 3126970 0
Current children cumulated CPU time (s) 134.32
Current children cumulated vsize (KiB) 12509736

[startup+140.8 s]
/proc/loadavg: 2.22 2.20 2.44 3/179 15930
/proc/meminfo: memFree=11507604/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=12629364 CPUtime=140.73 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 1223710 0 0 0 13718 355 0 0 20 0 1 0 24567056 12932468736 3010438 33554432000 4194304 6059633 140735213068352 140735213066104 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 3157341 3010438 162 456 0 3156877 0
Current children cumulated CPU time (s) 140.73
Current children cumulated vsize (KiB) 12629364

[startup+144 s]
/proc/loadavg: 2.22 2.20 2.44 3/179 15930
/proc/meminfo: memFree=11033560/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=12689704 CPUtime=143.91 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202496 1236504 0 0 0 14031 360 0 0 20 0 1 0 24567056 12994256896 3068200 33554432000 4194304 6059633 140735213068352 140735213066104 4252008 0 0 4096 8404992 0 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 3172426 3068201 162 456 0 3171962 0
Current children cumulated CPU time (s) 143.91
Current children cumulated vsize (KiB) 12689704

[startup+145.6 s]
/proc/loadavg: 2.21 2.20 2.44 3/179 15930
/proc/meminfo: memFree=10559252/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=12774696 CPUtime=145 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) S 15832 15835 7329 0 -1 4202496 1240796 0 0 0 14139 361 0 0 20 0 1 0 24567056 13081288704 3086261 33554432000 4194304 6059633 140735213068352 140735213067576 5263648 0 0 4096 8404992 18446744071579460660 0 0 17 4 0 0 0 0 0
/proc/15835/statm: 3193674 3086261 210 456 0 3193210 0
Current children cumulated CPU time (s) 145
Current children cumulated vsize (KiB) 12774696

[startup+146.407 s]
/proc/loadavg: 2.21 2.20 2.44 4/179 15930
/proc/meminfo: memFree=13888788/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=0 CPUtime=145.32 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202500 1240798 0 0 0 14139 393 0 0 20 0 1 0 24567056 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.32
Current children cumulated vsize (KiB) 0

[startup+146.6 s]
/proc/loadavg: 2.21 2.20 2.44 4/179 15930
/proc/meminfo: memFree=13888788/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=0 CPUtime=145.51 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202500 1240798 0 0 0 14139 412 0 0 20 0 1 0 24567056 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.51
Current children cumulated vsize (KiB) 0

[startup+146.7 s]
/proc/loadavg: 2.21 2.20 2.44 4/179 15930
/proc/meminfo: memFree=13888788/32872528 swapFree=1505436/1685308
[pid=15835] ppid=15832 vsize=0 CPUtime=145.61 cores=0,2,4,6
/proc/15835/stat : 15835 (open-wbo) R 15832 15835 7329 0 -1 4202500 1240798 0 0 0 14139 422 0 0 20 0 1 0 24567056 0 0 33554432000 0 0 0 0 0 0 0 4096 8404992 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15835/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 145.61
Current children cumulated vsize (KiB) 0

Child status: 50
Real time (s): 146.705
CPU time (s): 145.625
CPU user time (s): 141.393
CPU system time (s): 4.23136
CPU usage (%): 99.2636
Max. virtual memory (cumulated for all children) (KiB): 12774696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.394
system time used= 4.23136
maximum resident set size= 12345052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1240798
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= 100
involuntary context switches= 148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.363944 second user time and 0.59091 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 06:46:51
IDJOB=4100238
IDBENCH=1590
IDSOLVER=2547
FILE ID=node135/4100238-1466225211
RUNJOBID= node135-1466223799-14538
PBS_JOBID= 19918142
Free space on /tmp= 71700 MiB

SOLVER NAME= Open-WBO PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-reduced-mps-v2-20-10-markshare2_1.opb
COMMAND LINE= open-wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100238-1466225211/watcher-4100238-1466225211 -o /tmp/evaluation-result-4100238-1466225211/solver-4100238-1466225211 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466223799-14538 --watchdog 1960  open-wbo HOME/instance-4100238-1466225211.opb

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

MD5SUM BENCH= f3b3c7fec040599f5daa92cc157157c9
RANDOM SEED=178657286

node135.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.004
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	: 5334.00
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.004
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		: 2667.004
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.57
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.004
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		: 2667.004
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		: 2667.004
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.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.004
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.55
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.004
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        19663332 kB
Buffers:          110548 kB
Cached:           184348 kB
SwapCached:          712 kB
Active:         10550980 kB
Inactive:         216856 kB
Active(anon):   10474016 kB
Inactive(anon):     1300 kB
Active(file):      76964 kB
Inactive(file):   215556 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100440 kB
Dirty:              4680 kB
Writeback:             0 kB
AnonPages:      12194556 kB
Mapped:             7832 kB
Shmem:                 0 kB
Slab:             601816 kB
SReclaimable:      44860 kB
SUnreclaim:       556956 kB
KernelStack:        1488 kB
PageTables:        27912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   13294140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2179072 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= 71692 MiB
End job on node135 at 2016-06-18 06:49:18