Trace number 3707501

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 210.755 210.806

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
MD5SUM2b5564b5f03b34138f988fcf164c2fb6
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 benchmark3.35249
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables87751
Total number of constraints254772
Number of constraints which are clauses247060
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints7712
Minimum length of a constraint1
Maximum length of a constraint15
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 130
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 512
Number of bits of the biggest sum of numbers10
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-3707501-1338141740.opb
0.00/0.00	c File size is 8485553 bytes.
0.59/0.61	c Highest Coefficient sum: 512
0.59/0.61	c Parsing was ok!!
0.59/0.61	c Total parsing time: 0.616 s
0.59/0.69	c Var: 87751 Constr: 254772 247060/0/7712 Lit: 685560 Watch. Lit: 517564
0.59/0.69	c Obj. Vars: 0 (0 % of total variables)
179.65/179.79	c Pre-processing Time: 179.752 s
179.75/179.80	c    Confl   Vars     Ctrs     Lits  LPC   W.Lits     Max Learnt Conf/s Time
179.75/179.80	c        0  81660   231934   633550    2   527335  295452      0      0 179.75
179.75/179.80	c Switching off lower bounding mode.
210.74/210.80	c      101  81657   232127   637956    2   527298  324998    193      0 180.38
210.74/210.80	c      251  81657   232397   641873    2   521453  357498    463      1 181.34
210.74/210.80	c      478  81657   232788   651037    2   523192  393248    854      2 181.79
210.74/210.80	c      816  81657   233425   658368    2   524246  432573   1491      4 182.40
210.74/210.80	c     1324  81657   234310   672893    2   522169  475831   2376      7 186.08
210.74/210.80	c     2088  81657   235692   695120    2   525845  523415   3758     11 189.59
210.74/210.80	c     3235  81657   237580   741083    3   525854  575757   5646     16 194.86
210.74/210.80	c     4956  81496   240571   786827    3   534955  633333   8637     24 199.57
210.74/210.80	c Backtracks by Clause: 7346
210.74/210.80	c Backtracks by PB constraint: 77
210.74/210.80	c  Rst    Confl    NCB      Dec     Ctrs     Lits Learnt Conf/s Time
210.74/210.80	c    8     7423   1976    36495   244742   876553  12808     35 210.75
210.74/210.80	s UNSATISFIABLE
210.74/210.80	c Total time: 210.753 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-3707501-1338141740/watcher-3707501-1338141740 -o /tmp/evaluation-result-3707501-1338141740/solver-3707501-1338141740 -C 1800 -W 1900 -M 15500 bsolo -l2 -t1800 HOME/instance-3707501-1338141740.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: 1.99 1.97 1.92 3/176 12850
/proc/meminfo: memFree=28198628/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=19360 CPUtime=0 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 350 0 0 0 0 0 0 0 20 0 1 0 280302578 19824640 304 33554432000 134512640 137138936 4293891600 4293889848 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 4840 305 184 642 0 2124 0

[startup+0.0788369 s]
/proc/loadavg: 1.99 1.97 1.92 3/176 12850
/proc/meminfo: memFree=28198628/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=23980 CPUtime=0.07 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 1797 0 0 0 7 0 0 0 20 0 1 0 280302578 24555520 1751 33554432000 134512640 137138936 4293891600 4293889952 136577166 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 5995 1752 452 642 0 3279 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23980

[startup+0.100329 s]
/proc/loadavg: 1.99 1.97 1.92 3/176 12850
/proc/meminfo: memFree=28198628/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=25224 CPUtime=0.09 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 2184 0 0 0 9 0 0 0 20 0 1 0 280302578 25829376 2138 33554432000 134512640 137138936 4293891600 4293890128 136577166 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 6306 2139 528 642 0 3590 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25224

[startup+0.300315 s]
/proc/loadavg: 1.99 1.97 1.92 3/176 12850
/proc/meminfo: memFree=28198628/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=36768 CPUtime=0.29 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 5756 0 0 0 28 1 0 0 20 0 1 0 280302578 37650432 5591 33554432000 134512640 137138936 4293891600 4293890192 134531318 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 9192 5591 1173 642 0 6476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36768

[startup+0.700293 s]
/proc/loadavg: 1.99 1.97 1.92 3/176 12850
/proc/meminfo: memFree=28198628/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=63968 CPUtime=0.69 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 15667 0 0 0 66 3 0 0 20 0 1 0 280302578 65503232 13224 33554432000 134512640 137138936 4293891600 4293890312 136506715 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 15992 13224 183 642 0 15348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63968

[startup+1.50032 s]
/proc/loadavg: 1.99 1.97 1.92 3/177 12851
/proc/meminfo: memFree=28145532/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=65584 CPUtime=1.49 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 15937 0 0 0 146 3 0 0 20 0 1 0 280302578 67158016 13494 33554432000 134512640 137138936 4293891600 4292837088 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16396 13494 184 642 0 15752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 65584

[startup+3.10032 s]
/proc/loadavg: 1.99 1.97 1.92 3/177 12851
/proc/meminfo: memFree=28144664/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=65584 CPUtime=3.09 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 15937 0 0 0 306 3 0 0 20 0 1 0 280302578 67158016 13494 33554432000 134512640 137138936 4293891600 4292836872 136504096 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16396 13494 184 642 0 15752 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65584

[startup+6.30033 s]
/proc/loadavg: 1.99 1.97 1.92 3/177 12851
/proc/meminfo: memFree=28143556/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=65716 CPUtime=6.29 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 15983 0 0 0 625 4 0 0 20 0 1 0 280302578 67293184 13540 33554432000 134512640 137138936 4293891600 4292837312 134566144 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16429 13540 184 642 0 15785 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65716

[startup+12.7003 s]
/proc/loadavg: 1.99 1.97 1.92 3/177 12851
/proc/meminfo: memFree=28140952/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=65848 CPUtime=12.69 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 16014 0 0 0 1265 4 0 0 20 0 1 0 280302578 67428352 13571 33554432000 134512640 137138936 4293891600 4292837264 134543407 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16462 13571 184 642 0 15818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65848

[startup+25.5004 s]
/proc/loadavg: 2.06 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28132712/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=65980 CPUtime=25.49 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 16036 0 0 0 2544 5 0 0 20 0 1 0 280302578 67563520 13593 33554432000 134512640 137138936 4293891600 4292837088 134541971 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16495 13593 184 642 0 15851 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65980

[startup+51.1003 s]
/proc/loadavg: 2.04 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28123576/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=66508 CPUtime=51.08 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 16194 0 0 0 5102 6 0 0 20 0 1 0 280302578 68104192 13746 33554432000 134512640 137138936 4293891600 4292837088 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16627 13746 184 642 0 15983 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 66508

[startup+102.307 s]
/proc/loadavg: 2.02 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28095704/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=66508 CPUtime=102.27 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 16220 0 0 0 10219 8 0 0 20 0 1 0 280302578 68104192 13755 33554432000 134512640 137138936 4293891600 4292837088 134542161 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16627 13755 184 642 0 15983 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 66508

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28061540/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=66904 CPUtime=162.25 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 16304 0 0 0 16215 10 0 0 20 0 1 0 280302578 68509696 13839 33554432000 134512640 137138936 4293891600 4292837312 134566240 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16726 13839 184 642 0 16082 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 66904

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

[startup+179.1 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28051676/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=66904 CPUtime=179.05 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 16324 0 0 0 17894 11 0 0 20 0 1 0 280302578 68509696 13859 33554432000 134512640 137138936 4293891600 4292837088 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16726 13859 184 642 0 16082 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 66904

[startup+191.9 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28042004/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=66904 CPUtime=191.85 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 490026 0 0 0 19110 75 0 0 20 0 1 0 280302578 68509696 13873 33554432000 134512640 137138936 4293891600 4293890716 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16898 13895 192 642 0 16254 0
Current children cumulated CPU time (s) 191.85
Current children cumulated vsize (KiB) 66904

[startup+198.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28037788/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=67300 CPUtime=198.25 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 797480 0 0 0 19709 116 0 0 20 0 1 0 280302578 68915200 13963 33554432000 134512640 137138936 4293891600 4293890528 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16825 13963 192 642 0 16181 0
Current children cumulated CPU time (s) 198.25
Current children cumulated vsize (KiB) 67300

[startup+204.7 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28034068/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=67828 CPUtime=204.65 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 1146589 0 0 0 20304 161 0 0 20 0 1 0 280302578 69455872 14084 33554432000 134512640 137138936 4293891600 4293890528 134542681 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 16957 14084 192 642 0 16313 0
Current children cumulated CPU time (s) 204.65
Current children cumulated vsize (KiB) 67828

[startup+207.907 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28031028/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=68488 CPUtime=207.85 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 1226754 0 0 0 20612 173 0 0 20 0 1 0 280302578 70131712 14268 33554432000 134512640 137138936 4293891600 4293890716 136570369 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 17122 14268 192 642 0 16478 0
Current children cumulated CPU time (s) 207.85
Current children cumulated vsize (KiB) 68488

[startup+209.5 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28030036/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=69176 CPUtime=209.44 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 1268332 0 0 0 20765 179 0 0 20 0 1 0 280302578 70836224 14395 33554432000 134512640 137138936 4293891600 4293890352 134572768 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 17294 14431 192 642 0 16650 0
Current children cumulated CPU time (s) 209.44
Current children cumulated vsize (KiB) 69176

[startup+210.3 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28029416/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=68488 CPUtime=210.24 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 1284890 0 0 0 20842 182 0 0 20 0 1 0 280302578 70131712 14268 33554432000 134512640 137138936 4293891600 4293890528 134542770 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 17122 14268 192 642 0 16478 0
Current children cumulated CPU time (s) 210.24
Current children cumulated vsize (KiB) 68488

[startup+210.7 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28029416/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=69176 CPUtime=210.64 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 1292114 0 0 0 20881 183 0 0 20 0 1 0 280302578 70836224 14440 33554432000 134512640 137138936 4293891600 4293890352 134575204 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 17294 14440 192 642 0 16650 0
Current children cumulated CPU time (s) 210.64
Current children cumulated vsize (KiB) 69176

[startup+210.8 s]
/proc/loadavg: 2.00 1.99 1.93 3/177 12851
/proc/meminfo: memFree=28029416/32873844 swapFree=7620/7620
[pid=12850] ppid=12848 vsize=68488 CPUtime=210.74 cores=1,3,5,7
/proc/12850/stat : 12850 (bsolo) R 12848 12850 10269 0 -1 4202496 1293662 0 0 0 20891 183 0 0 20 0 1 0 280302578 70131712 14268 33554432000 134512640 137138936 4293891600 4293890528 134542187 0 0 4096 16384 0 0 0 17 5 0 0 0 0 0
/proc/12850/statm: 17122 14268 192 642 0 16478 0
Current children cumulated CPU time (s) 210.74
Current children cumulated vsize (KiB) 68488

Child status: 0
Real time (s): 210.806
CPU time (s): 210.755
CPU user time (s): 208.917
CPU system time (s): 1.83772
CPU usage (%): 99.9758
Max. virtual memory (cumulated for all children) (KiB): 69176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.917
system time used= 1.83772
maximum resident set size= 57760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1293662
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= 26
involuntary context switches= 215

runsolver used 0.461929 second user time and 1.06784 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-27 20:02:20
IDJOB=3707501
IDBENCH=1495
IDSOLVER=2286
FILE ID=node107/3707501-1338141740
RUNJOBID= node107-1338138724-12013
PBS_JOBID= 14624494
Free space on /tmp= 71552 MiB

SOLVER NAME= bsolo 3.2
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-cache-ibm-q-unbounded.Ic22arity.ucl.opb
COMMAND LINE= bsolo -l2 -tTIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3707501-1338141740/watcher-3707501-1338141740 -o /tmp/evaluation-result-3707501-1338141740/solver-3707501-1338141740 -C 1800 -W 1900 -M 15500  bsolo -l2 -t1800 HOME/instance-3707501-1338141740.opb

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

MD5SUM BENCH= 2b5564b5f03b34138f988fcf164c2fb6
RANDOM SEED=1761899523

node107.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.760
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.52
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.760
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.760
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.92
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.760
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.760
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.760
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.760
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.86
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.760
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:       32873844 kB
MemFree:        28198760 kB
Buffers:          359984 kB
Cached:          3413000 kB
SwapCached:            0 kB
Active:           898192 kB
Inactive:        2943856 kB
Active(anon):      71404 kB
Inactive(anon):        0 kB
Active(file):     826788 kB
Inactive(file):  2943856 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             12060 kB
Writeback:             0 kB
AnonPages:         86684 kB
Mapped:            15380 kB
Shmem:               200 kB
Slab:             691948 kB
SReclaimable:     134176 kB
SUnreclaim:       557772 kB
KernelStack:        1448 kB
PageTables:         4136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     192480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71548 MiB
End job on node107 at 2012-05-27 20:05:51