Trace number 3707526

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 NameAnswerCPU timeWall clock time
bsolo 3.2UNSAT 253.101 253.191

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-cardinality-101-100.opb
MD5SUM0b4d976a66cd69333fd390f8a9139e21
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.18997
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables10100
Total number of constraints201
Number of constraints which are clauses101
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint101
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
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 bsolo beta version 3.2 - 23/05/2010 : 1630 GMT
0.00/0.00	c Developed by Vasco Manquinho and José Santos IST/UTL - INESC-ID
0.00/0.00	c type "bsolo -h" for help
0.00/0.00	c Time Limit set via environment variable PBTIMEOUT to 1800
0.00/0.00	c Learning Strategy: Cardinality Constraint Learning
0.00/0.00	c Time Limit set to 1800
0.00/0.00	c Instance file HOME/instance-3707526-1338154620.opb
0.00/0.00	c File size is 181498 bytes.
0.00/0.01	c Highest Coefficient sum: 102
0.00/0.01	c Parsing was ok!!
0.00/0.01	c Total parsing time: 0.013 s
0.00/0.01	c Var: 10100 Constr: 201 101/100/0 Lit: 20200 Watch. Lit: 10302
0.00/0.01	c Obj. Vars: 0 (0 % of total variables)
0.68/0.71	c Pre-processing Time: 0.71 s
0.68/0.73	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
0.68/0.73	c        0  10100      201    20200  100    10302  100033      0      0 0.71
0.68/0.73	c Switching off lower bounding mode.
253.00/253.18	c      101  10100      303    58191  192    10506  110037    102    130 0.78
253.00/253.18	c      252  10100      458   114824  250    11495  121041    257    290 0.87
253.00/253.18	c      477  10100      712   389693  547    23642  133146    511    395 1.21
253.00/253.18	c      815  10100     1110   912527  822   112808  146461    909    382 2.13
253.00/253.18	c     1323  10100     1635  1394980  853   134849  161108   1434    255 5.17
253.00/253.18	c     2171  10100     3254  6960067 2138  1173664  177219   3053     16 131.48
253.00/253.18	c     3317  10100     4412  8274125 1875  1185064  194941   4211     21 157.58
253.00/253.18	c     5038  10100     6525 15114365 2316  1293387  214436   6324     20 250.48
253.00/253.18	c Backtracks by Clause: 5084
253.00/253.18	c Backtracks by PB constraint: 125
253.00/253.18	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
253.00/253.18	c    8     5209   3524  4233588     6719 15458283   6518     20 253.09
253.00/253.18	s UNSATISFIABLE
253.00/253.18	c Total time: 253.095 s

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3707526-1338154620/watcher-3707526-1338154620 -o /tmp/evaluation-result-3707526-1338154620/solver-3707526-1338154620 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3707526-1338154620.opb 

running on 4 cores: 1,3,5,7

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.06 2.02 1.99 3/176 28652
/proc/meminfo: memFree=27883608/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=18936 CPUtime=0 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 281587447 19390464 284 33554432000 134512640 137138936 4291962192 4291960456 136506715 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 4734 284 174 642 0 4045 0

[startup+0.0736339 s]
/proc/loadavg: 2.06 2.02 1.99 3/176 28652
/proc/meminfo: memFree=27883608/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=12816 CPUtime=0.06 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 814 0 0 0 6 0 0 0 20 0 1 0 281587447 13123584 723 33554432000 134512640 137138936 4291962192 4291839692 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 3204 723 184 642 0 2560 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12816

[startup+0.100145 s]
/proc/loadavg: 2.06 2.02 1.99 3/176 28652
/proc/meminfo: memFree=27883608/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=12816 CPUtime=0.08 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 814 0 0 0 8 0 0 0 20 0 1 0 281587447 13123584 723 33554432000 134512640 137138936 4291962192 4291839692 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 3204 723 184 642 0 2560 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12816

[startup+0.3001 s]
/proc/loadavg: 2.06 2.02 1.99 3/176 28652
/proc/meminfo: memFree=27883608/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=13080 CPUtime=0.28 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 976 0 0 0 28 0 0 0 20 0 1 0 281587447 13393920 805 33554432000 134512640 137138936 4291962192 4291839484 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 3270 805 185 642 0 2626 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 13080

[startup+0.700096 s]
/proc/loadavg: 2.06 2.02 1.99 3/176 28652
/proc/meminfo: memFree=27883608/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=13080 CPUtime=0.68 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 976 0 0 0 68 0 0 0 20 0 1 0 281587447 13393920 805 33554432000 134512640 137138936 4291962192 4291839484 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 3270 805 185 642 0 2626 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13080

[startup+1.5001 s]
/proc/loadavg: 2.06 2.02 1.99 3/177 28653
/proc/meminfo: memFree=27872556/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=20860 CPUtime=1.48 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 3187 0 0 0 146 2 0 0 20 0 1 0 281587447 21360640 2762 33554432000 134512640 137138936 4291962192 4291960504 136506636 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 5215 2763 192 642 0 4571 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20860

[startup+3.10013 s]
/proc/loadavg: 2.06 2.02 1.99 3/177 28653
/proc/meminfo: memFree=27855948/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=27360 CPUtime=3.09 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 5396 0 0 0 293 16 0 0 20 0 1 0 281587447 28016640 4413 33554432000 134512640 137138936 4291962192 4291961308 136570369 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 6840 4413 192 642 0 6196 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27360

[startup+6.30018 s]
/proc/loadavg: 2.06 2.01 1.99 3/177 28653
/proc/meminfo: memFree=27825468/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=35496 CPUtime=6.28 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 7940 0 0 0 584 44 0 0 20 0 1 0 281587447 36347904 6453 33554432000 134512640 137138936 4291962192 4291960944 134575044 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 8874 6453 192 642 0 8230 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 35496

[startup+12.7002 s]
/proc/loadavg: 2.05 2.01 1.99 3/177 28653
/proc/meminfo: memFree=27779804/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=46832 CPUtime=12.69 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 10773 0 0 0 1224 45 0 0 20 0 1 0 281587447 47955968 9286 33554432000 134512640 137138936 4291962192 4291960616 134606670 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 11708 9286 192 642 0 11064 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46832

[startup+25.5002 s]
/proc/loadavg: 2.11 2.03 2.00 3/176 28653
/proc/meminfo: memFree=27766188/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=60108 CPUtime=25.48 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 14091 0 0 0 2502 46 0 0 20 0 1 0 281587447 61550592 12604 33554432000 134512640 137138936 4291962192 4291961120 134542525 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0
/proc/28652/statm: 15027 12604 192 642 0 14383 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 60108

[startup+51.1002 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 28654
/proc/meminfo: memFree=27748788/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=76020 CPUtime=51.07 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 18059 0 0 0 5061 46 0 0 20 0 1 0 281587447 77844480 16572 33554432000 134512640 137138936 4291962192 4291960616 134607009 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 19005 16572 192 642 0 18361 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 76020

[startup+102.306 s]
/proc/loadavg: 2.03 2.02 2.00 3/177 28654
/proc/meminfo: memFree=27656948/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=115960 CPUtime=102.28 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 28055 0 0 0 10179 49 0 0 20 0 1 0 281587447 118743040 26568 33554432000 134512640 137138936 4291962192 4291960688 134618214 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 28990 26568 192 642 0 28346 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 115960

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/177 28654
/proc/meminfo: memFree=27618248/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=155552 CPUtime=162.25 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 39717 0 0 0 16119 106 0 0 20 0 1 0 281587447 159285248 36471 33554432000 134512640 137138936 4291962192 4291960688 134618214 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 38888 36471 192 642 0 38244 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 155552

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 28657
/proc/meminfo: memFree=27559500/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=213084 CPUtime=222.22 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 67323 0 0 0 22092 130 0 0 20 0 1 0 281587447 218198016 50853 33554432000 134512640 137138936 4291962192 4291960944 134575626 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 53271 50853 192 642 0 52627 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 213084

Solver just ended. Dumping a history of the last processes samples

[startup+230.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/178 28657
/proc/meminfo: memFree=27554648/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=217464 CPUtime=230.21 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 70679 0 0 0 22890 131 0 0 20 0 1 0 281587447 222683136 51948 33554432000 134512640 137138936 4291962192 4291961120 134542516 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 54366 51948 192 642 0 53722 0
Current children cumulated CPU time (s) 230.21
Current children cumulated vsize (KiB) 217464

[startup+243.106 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 28657
/proc/meminfo: memFree=27547324/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=224576 CPUtime=243.01 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 78467 0 0 0 24164 137 0 0 20 0 1 0 281587447 229965824 53726 33554432000 134512640 137138936 4291962192 4291961120 134542525 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 56144 53726 192 642 0 55500 0
Current children cumulated CPU time (s) 243.01
Current children cumulated vsize (KiB) 224576

[startup+249.5 s]
/proc/loadavg: 2.02 2.02 2.00 3/177 28657
/proc/meminfo: memFree=27544084/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=229572 CPUtime=249.4 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 82188 0 0 0 24799 141 0 0 20 0 1 0 281587447 235081728 54965 33554432000 134512640 137138936 4291962192 4291960728 136504096 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 57393 54965 192 642 0 56749 0
Current children cumulated CPU time (s) 249.4
Current children cumulated vsize (KiB) 229572

[startup+251.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28657
/proc/meminfo: memFree=27527964/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=237784 CPUtime=251 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 86798 0 0 0 24941 159 0 0 20 0 1 0 281587447 243490816 57028 33554432000 134512640 137138936 4291962192 4291960688 134618214 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 59446 57028 192 642 0 58802 0
Current children cumulated CPU time (s) 251
Current children cumulated vsize (KiB) 237784

[startup+251.906 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28657
/proc/meminfo: memFree=27518168/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=238640 CPUtime=251.81 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 86988 0 0 0 25022 159 0 0 20 0 1 0 281587447 244367360 57218 33554432000 134512640 137138936 4291962192 4291960688 134618208 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 59660 57218 192 642 0 59016 0
Current children cumulated CPU time (s) 251.81
Current children cumulated vsize (KiB) 238640

[startup+252.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28657
/proc/meminfo: memFree=27518168/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=239116 CPUtime=252.6 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 87155 0 0 0 25101 159 0 0 20 0 1 0 281587447 244854784 57356 33554432000 134512640 137138936 4291962192 4291961088 134542292 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 59779 57356 192 642 0 59135 0
Current children cumulated CPU time (s) 252.6
Current children cumulated vsize (KiB) 239116

[startup+253.1 s]
/proc/loadavg: 2.01 2.02 2.00 3/177 28657
/proc/meminfo: memFree=27511968/32873648 swapFree=7104/7104
[pid=28652] ppid=28650 vsize=239700 CPUtime=253 cores=1,3,5,7
/proc/28652/stat : 28652 (bsolo) R 28650 28652 23788 0 -1 4202496 87288 0 0 0 25141 159 0 0 20 0 1 0 281587447 245452800 57489 33554432000 134512640 137138936 4291962192 4291960688 134618214 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0
/proc/28652/statm: 59925 57489 192 642 0 59281 0
Current children cumulated CPU time (s) 253
Current children cumulated vsize (KiB) 239700

Child status: 0
Real time (s): 253.191
CPU time (s): 253.101
CPU user time (s): 251.5
CPU system time (s): 1.60076
CPU usage (%): 99.9642
Max. virtual memory (cumulated for all children) (KiB): 239700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.5
system time used= 1.60076
maximum resident set size= 230100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87324
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= 62
involuntary context switches= 432

runsolver used 0.469928 second user time and 1.24181 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 23:37:00
IDJOB=3707526
IDBENCH=2578
IDSOLVER=2286
FILE ID=node127/3707526-1338154620
RUNJOBID= node127-1338149212-27948
PBS_JOBID= 14624481
Free space on /tmp= 71172 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-101-100.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707526-1338154620/watcher-3707526-1338154620 -o /tmp/evaluation-result-3707526-1338154620/solver-3707526-1338154620 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3707526-1338154620.opb

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

MD5SUM BENCH= 0b4d976a66cd69333fd390f8a9139e21
RANDOM SEED=1720377766

node127.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.348
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	: 5332.69
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.348
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	: 5331.91
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.348
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	: 5331.94
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.348
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	: 5331.91
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.348
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	: 5331.91
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.348
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	: 5331.91
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.348
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	: 5331.91
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.348
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27883988 kB
Buffers:          476884 kB
Cached:          3516076 kB
SwapCached:            0 kB
Active:          1320240 kB
Inactive:        2786612 kB
Active(anon):     115980 kB
Inactive(anon):        0 kB
Active(file):    1204260 kB
Inactive(file):  2786612 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8824 kB
Writeback:             0 kB
AnonPages:        120360 kB
Mapped:            15128 kB
Shmem:               200 kB
Slab:             744248 kB
SReclaimable:     187916 kB
SUnreclaim:       556332 kB
KernelStack:        1472 kB
PageTables:         3868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     235204 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71168 MiB
End job on node127 at 2012-05-27 23:41:13