Trace number 1885251

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
wbo 1.0UNSAT 247.301 247.377

General information on the benchmark

Name/PURE-SAT/SAT09/APPLICATIONS/bitverif/
minandmaxor/minandmaxor032.opb
MD5SUM86da668e7be45c8cbddb8b44923cef20
Bench CategoryPURE-SAT (instances containing only clauses)
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 benchmark70.3683
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16239
Total number of constraints48332
Number of constraints which are clauses48332
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
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 4
Number of bits of the biggest sum of numbers3
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 This is wbo 1.0 alpha (based on Minisat 2.0 beta)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Parsing opb file format. File HOME/instance-1885251-1245264801.opb.
0.00/0.00	c Instance file HOME/instance-1885251-1245264801.opb
0.00/0.00	c File size is 1401751 bytes.
0.09/0.19	c Highest Coefficient sum: 4
0.09/0.19	c ============================[ Problem Statistics ]=============================
0.09/0.19	c |                                                                             |
0.09/0.19	c |  Parsing time:          0.19         s                                      |
0.09/0.19	c |  Number Variables:      16239                                               |
0.09/0.19	c |  Number Clauses:        48332                                               |
0.09/0.19	c |  Number Cardinality:    0                                                   |
0.09/0.19	c |  Number PB Constraints: 0                                                   |
0.09/0.20	c ============================[ Search Statistics ]==============================
0.09/0.20	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.20	c |           |    Vars     Ctrs     Lits |    Limit  Clauses Lit/Cl |          |
0.09/0.20	c ===============================================================================
0.09/0.20	c |         0 |   16229    48332   112770 |    16110        0    nan |  0.000 % |
0.19/0.26	c |       100 |   16227    48332   112770 |    17721      100     27 |  0.074 % |
0.29/0.33	c |       250 |   16227    48332   112770 |    19493      248     39 |  0.074 % |
0.59/0.64	c |       476 |   16227    48332   112770 |    21443      474     46 |  0.074 % |
0.69/0.77	c |       813 |   16227    48332   112770 |    23587      811     61 |  0.074 % |
0.99/1.06	c |      1319 |   16227    48332   112770 |    25946     1317    111 |  0.074 % |
1.69/1.77	c |      2078 |   16227    48332   112770 |    28541     2076    142 |  0.074 % |
2.19/2.26	c |      3217 |   16227    48332   112770 |    31395     3215    142 |  0.074 % |
3.19/3.27	c |      4925 |   16227    48332   112770 |    34534     4923    150 |  0.074 % |
5.19/5.21	c |      7488 |   16227    48332   112770 |    37988     7486    190 |  0.074 % |
9.09/9.19	c |     11332 |   16227    48332   112770 |    41786    11330    247 |  0.074 % |
19.79/19.82	c |     17099 |   16227    48332   112770 |    45965    17097    365 |  0.074 % |
40.47/40.58	c |     25748 |   16227    48332   112770 |    50562    25746    436 |  0.074 % |
78.66/78.73	c |     38723 |   16227    48332   112770 |    55618    38721    573 |  0.074 % |
147.64/147.72	c |     58184 |   16227    48332   112770 |    61180    19547    955 |  0.074 % |
242.82/242.93	c ===============================================================================
247.22/247.31	c core #1
247.22/247.31	c Core size: 44977	Core Weight: 2147483647	Total Weight: 2147483647
247.22/247.31	c restarts              : 15
247.22/247.31	c conflicts             : 87249          (354 /sec)
247.22/247.31	c decisions             : 321365         (1.58 % random) (1305 /sec)
247.22/247.31	c propagations          : 89376875       (362933 /sec)
247.22/247.31	c conflict literals     : 69122544       (0.00 % deleted)
247.22/247.31	c Memory used           : 364.62 MB
247.22/247.31	c CPU time              : 246.263 s
247.22/247.31	c 
247.22/247.31	s UNSATISFIABLE

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1885251-1245264801/watcher-1885251-1245264801 -o /tmp/evaluation-result-1885251-1245264801/solver-1885251-1245264801 -C 1800 -W 2000 -M 1800 wbo -file-format=opb -time-limit=1800 HOME/instance-1885251-1245264801.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 20890
/proc/meminfo: memFree=1715640/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=3896 CPUtime=0
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 196 0 0 0 0 0 0 0 18 0 1 0 194079350 3989504 180 1992294400 134512640 135709839 4294956240 18446744073709551615 134547899 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 974 180 126 292 0 336 0

[startup+0.0486871 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 20890
/proc/meminfo: memFree=1715640/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=5244 CPUtime=0.04
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 579 0 0 0 4 0 0 0 18 0 1 0 194079350 5369856 563 1992294400 134512640 135709839 4294956240 18446744073709551615 134548115 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 1311 563 201 292 0 673 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5244

[startup+0.101692 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 20890
/proc/meminfo: memFree=1715640/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=6300 CPUtime=0.09
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 943 0 0 0 9 0 0 0 18 0 1 0 194079350 6451200 927 1992294400 134512640 135709839 4294956240 18446744073709551615 134543151 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 1575 927 291 292 0 937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6300

[startup+0.301715 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 20890
/proc/meminfo: memFree=1715640/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=8072 CPUtime=0.29
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 1875 0 0 0 29 0 0 0 18 0 1 0 194079350 8265728 1484 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 2018 1484 135 292 0 1723 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8072

[startup+0.701761 s]
/proc/loadavg: 1.00 1.00 0.94 3/65 20890
/proc/meminfo: memFree=1715640/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=8336 CPUtime=0.69
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 1965 0 0 0 68 1 0 0 20 0 1 0 194079350 8536064 1574 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 2084 1574 135 292 0 1789 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8336

[startup+1.50285 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1709104/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=9920 CPUtime=1.49
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 2339 0 0 0 147 2 0 0 25 0 1 0 194079350 10158080 1948 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 2480 1948 135 292 0 2185 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9920

[startup+3.10104 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1707056/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=12692 CPUtime=3.09
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 3043 0 0 0 305 4 0 0 25 0 1 0 194079350 12996608 2652 1992294400 134512640 135709839 4294956240 18446744073709551615 135168571 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 3173 2652 135 292 0 2878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12692

[startup+6.3014 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1700016/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=20144 CPUtime=6.29
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 4902 0 0 0 621 8 0 0 25 0 1 0 194079350 20627456 4511 1992294400 134512640 135709839 4294956240 18446744073709551615 134601361 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 5036 4511 135 292 0 4741 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20144

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1686912/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=32580 CPUtime=12.69
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 8014 0 0 0 1255 14 0 0 25 0 1 0 194079350 33361920 7623 1992294400 134512640 135709839 4294956240 18446744073709551615 134573759 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 8145 7623 135 292 0 7850 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32580

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1664640/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=53620 CPUtime=25.49
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 13276 0 0 0 2530 19 0 0 25 0 1 0 194079350 54906880 12885 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 13405 12885 135 292 0 13110 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53620

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1627840/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=91004 CPUtime=51.07
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 22591 0 0 0 5078 29 0 0 25 0 1 0 194079350 93188096 22200 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 22751 22200 135 292 0 22456 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 91004

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1549568/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=168448 CPUtime=102.26
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 41933 0 0 0 10178 48 0 0 25 0 1 0 194079350 172490752 41542 1992294400 134512640 135709839 4294956240 18446744073709551615 134601443 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 42112 41542 135 292 0 41817 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 168448

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1449728/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=268876 CPUtime=162.24
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 67061 0 0 0 16154 70 0 0 25 0 1 0 194079350 275329024 66670 1992294400 134512640 135709839 4294956240 18446744073709551615 134517520 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 67219 66670 135 292 0 66924 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 268876

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1371712/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=346236 CPUtime=222.22
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 86377 0 0 0 22133 89 0 0 25 0 1 0 194079350 354545664 85986 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 86559 85986 135 292 0 86264 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 346236

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1358592/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=359516 CPUtime=230.22
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 89701 0 0 0 22929 93 0 0 25 0 1 0 194079350 368144384 89310 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 89879 89310 135 292 0 89584 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 359516

[startup+236.702 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1349824/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=367776 CPUtime=236.62
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 91769 0 0 0 23566 96 0 0 25 0 1 0 194079350 376602624 91378 1992294400 134512640 135709839 4294956240 18446744073709551615 135232529 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 91944 91378 135 292 0 91649 0
Current children cumulated CPU time (s) 236.62
Current children cumulated vsize (KiB) 367776

[startup+243.106 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1346368/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=371392 CPUtime=243.03
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 92665 0 0 0 24206 97 0 0 25 0 1 0 194079350 380305408 92274 1992294400 134512640 135709839 4294956240 18446744073709551615 134516417 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 92848 92274 136 292 0 92553 0
Current children cumulated CPU time (s) 243.03
Current children cumulated vsize (KiB) 371392

[startup+244.702 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1345280/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=372844 CPUtime=244.62
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 93029 0 0 0 24365 97 0 0 25 0 1 0 194079350 381792256 92638 1992294400 134512640 135709839 4294956240 18446744073709551615 134583795 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 93211 92638 136 292 0 92916 0
Current children cumulated CPU time (s) 244.62
Current children cumulated vsize (KiB) 372844

[startup+246.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1344320/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=373240 CPUtime=246.22
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 93120 0 0 0 24525 97 0 0 25 0 1 0 194079350 382197760 92729 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 93310 92729 136 292 0 93015 0
Current children cumulated CPU time (s) 246.22
Current children cumulated vsize (KiB) 373240

[startup+247.101 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1344320/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=373372 CPUtime=247.02
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 93149 0 0 0 24605 97 0 0 25 0 1 0 194079350 382332928 92758 1992294400 134512640 135709839 4294956240 18446744073709551615 134584101 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 93343 92758 136 292 0 93048 0
Current children cumulated CPU time (s) 247.02
Current children cumulated vsize (KiB) 373372

[startup+247.301 s]
/proc/loadavg: 1.00 1.00 0.94 2/66 20891
/proc/meminfo: memFree=1344320/2055920 swapFree=4176004/4192956
[pid=20890] ppid=20888 vsize=373372 CPUtime=247.22
/proc/20890/stat : 20890 (wbo) R 20888 20890 20284 0 -1 4194304 93151 0 0 0 24625 97 0 0 25 0 1 0 194079350 382332928 92760 1992294400 134512640 135709839 4294956240 18446744073709551615 134584098 0 0 4096 3 0 0 0 17 1 0 0
/proc/20890/statm: 93343 92760 136 292 0 93048 0
Current children cumulated CPU time (s) 247.22
Current children cumulated vsize (KiB) 373372

Child status: 0
Real time (s): 247.377
CPU time (s): 247.301
CPU user time (s): 246.267
CPU system time (s): 1.03484
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 373372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.267
system time used= 1.03484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93154
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= 3
involuntary context switches= 463

runsolver used 0.288956 second user time and 0.602908 second system time

The end

Launcher Data

Begin job on node74 at 2009-06-17 20:53:21
IDJOB=1885251
IDBENCH=72038
IDSOLVER=698
FILE ID=node74/1885251-1245264801
PBS_JOBID= 9372388
Free space on /tmp= 103016 MiB

SOLVER NAME= wbo 1.0
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor032.opb
COMMAND LINE= wbo -file-format=opb -time-limit=TIMEOUT BENCHNAME
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1885251-1245264801/watcher-1885251-1245264801 -o /tmp/evaluation-result-1885251-1245264801/solver-1885251-1245264801 -C 1800 -W 2000 -M 1800  wbo -file-format=opb -time-limit=1800 HOME/instance-1885251-1245264801.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 86da668e7be45c8cbddb8b44923cef20
RANDOM SEED=998778540

node74.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.218
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1716120 kB
Buffers:         43292 kB
Cached:         230872 kB
SwapCached:      10348 kB
Active:          51664 kB
Inactive:       236440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716120 kB
SwapTotal:     4192956 kB
SwapFree:      4176004 kB
Dirty:            3796 kB
Writeback:           0 kB
Mapped:          14248 kB
Slab:            37548 kB
Committed_AS:   104280 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1885251-1245264801.opb

Free space on /tmp at the end= 103016 MiB
End job on node74 at 2009-06-17 20:57:28