Trace number 1820480

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
BinMiniSat 2009-03-21UNSAT 26.29 26.3309

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.53
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c Parsing...
0.32/0.36	c ==============================================================================
0.32/0.36	c |           |     ORIGINAL     |              LEARNT              |          |
0.32/0.36	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.32/0.36	c ==============================================================================
0.32/0.36	c |         0 |  414447  1073419 |  124334       0        0     nan |  0.000 % |
7.02/7.03	c |         0 |  257542  1484866 |      --       0       --      -- |     --   | -156905/411447
7.02/7.03	c ==============================================================================
7.02/7.03	c Result  :   #vars: 7948   #clauses: 257542   #literals: 1484866
7.02/7.03	c CPU time:   6.9 s
7.02/7.03	c ==============================================================================
7.42/7.50	This is MiniSat 2.0 beta
7.42/7.50	WARNING: for repeatability, setting FPU to use double precision
7.42/7.50	============================[ Problem Statistics ]=============================
7.42/7.50	|                                                                             |
7.42/7.50	|  Number of variables:  7948                                                 |
7.42/7.50	|  Number of clauses:    257542                                               |
7.72/7.72	|  Parsing time:         0.18         s                                       |
7.72/7.74	============================[ Search Statistics ]==============================
7.72/7.74	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.72/7.74	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.72/7.74	===============================================================================
7.72/7.74	|         0 |    7948   257542  1484866 |    85847        0    nan |  0.000 % |
7.89/7.91	|       102 |    7948   257542  1484866 |    94432      102     25 |  0.000 % |
7.89/8.01	|       255 |    7948   257542  1484866 |   103875      255     21 |  0.000 % |
8.19/8.27	|       482 |    7948   257542  1484866 |   114262      482     19 |  0.000 % |
8.39/8.41	|       819 |    7948   257542  1484866 |   125689      819     17 |  0.000 % |
8.69/8.73	|      1333 |    7948   257542  1484866 |   138257     1332     23 |  0.063 % |
8.79/8.90	|      2095 |    7948   257542  1484866 |   152083     2094     19 |  0.063 % |
9.49/9.55	|      3234 |    7948   257542  1484866 |   167292     3233     21 |  0.063 % |
9.89/10.00	|      4942 |    7943   257390  1483969 |   184021     4940     18 |  0.101 % |
11.49/11.54	|      7504 |    7943   257390  1483969 |   202423     7502     19 |  0.101 % |
13.48/13.60	|     11348 |    7940   257286  1483549 |   222665    11344     21 |  0.201 % |
17.78/17.84	|     17114 |    7932   257015  1482128 |   244932    17110     22 |  0.201 % |
21.98/22.08	|     25764 |    7920   256778  1480518 |   269425    25753     21 |  0.352 % |
26.19/26.31	===============================================================================
26.19/26.31	restarts              : 13
26.19/26.31	conflicts             : 34056          (1818 /sec)
26.19/26.31	decisions             : 57026          (1.55 % random) (3045 /sec)
26.19/26.31	propagations          : 20281756       (1082849 /sec)
26.19/26.31	conflict literals     : 655854         (41.48 % deleted)
26.19/26.31	Memory used           : 20.73 MB
26.19/26.31	CPU time              : 18.73 s
26.19/26.31	
26.19/26.31	UNSATISFIABLE
26.19/26.31	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1820480-1242449276/watcher-1820480-1242449276 -o /tmp/evaluation-result-1820480-1242449276/solver-1820480-1242449276 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1820480-1242449276.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.96 0.97 0.99 2/97 10067
/proc/meminfo: memFree=674108/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=1084 CPUtime=0
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 150 0 0 0 0 0 0 0 20 0 1 0 1009428654 1110016 86 4294967295 134512640 135223648 3217270640 3217269236 134718983 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 271 90 45 174 0 96 0

[startup+0.112556 s]
/proc/loadavg: 0.96 0.97 0.99 2/97 10067
/proc/meminfo: memFree=674108/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=13196 CPUtime=0.11
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 2887 0 0 0 8 3 0 0 21 0 1 0 1009428654 13512704 2823 4294967295 134512640 135223648 3217270640 3217269224 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 3299 2825 47 174 0 3124 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 15608

[startup+0.212549 s]
/proc/loadavg: 0.96 0.97 0.99 2/97 10067
/proc/meminfo: memFree=674108/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=25496 CPUtime=0.21
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 5780 0 0 0 16 5 0 0 21 0 1 0 1009428654 26107904 5716 4294967295 134512640 135223648 3217270640 3217269140 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 6374 5717 47 174 0 6199 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 27908

[startup+0.312544 s]
/proc/loadavg: 0.96 0.97 0.99 2/97 10067
/proc/meminfo: memFree=674108/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=40212 CPUtime=0.31
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 8885 0 0 0 26 5 0 0 21 0 1 0 1009428654 41177088 8821 4294967295 134512640 135223648 3217270640 3217269224 134719062 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 10053 8824 47 174 0 9878 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 42624

[startup+0.712521 s]
/proc/loadavg: 0.96 0.97 0.99 2/97 10067
/proc/meminfo: memFree=674108/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=52112 CPUtime=0.71
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 11636 0 0 0 65 6 0 0 22 0 1 0 1009428654 53362688 11358 4294967295 134512640 135223648 3217270640 3217268640 134548987 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 13028 11358 73 174 0 12853 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 54524

[startup+1.51248 s]
/proc/loadavg: 0.96 0.97 0.99 4/99 10073
/proc/meminfo: memFree=624708/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=54404 CPUtime=1.51
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 12186 0 0 0 142 9 0 0 25 0 1 0 1009428654 55709696 11908 4294967295 134512640 135223648 3217270640 3217268640 134548289 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 13601 11908 73 174 0 13426 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 56816

[startup+3.11239 s]
/proc/loadavg: 0.96 0.97 0.99 3/99 10073
/proc/meminfo: memFree=618260/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=57964 CPUtime=3.11
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 13054 0 0 0 300 11 0 0 25 0 1 0 1009428654 59355136 12776 4294967295 134512640 135223648 3217270640 3217268640 134548984 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 14491 12776 73 174 0 14316 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 60376

[startup+6.31221 s]
/proc/loadavg: 0.96 0.97 0.99 3/99 10073
/proc/meminfo: memFree=602420/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2412 CPUtime=0.01
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 367 646 0 0 0 0 0 1 18 0 1 0 1009428654 2469888 277 4294967295 134512640 135169312 3213950048 3213948584 3085127406 0 65536 4 65538 3222381614 0 0 17 1 0 0 0
/proc/10067/statm: 603 277 235 161 0 42 0
[pid=10071] ppid=10067 vsize=67584 CPUtime=6.31
/proc/10071/stat : 10071 (SatELite_releas) R 10067 10067 16367 0 -1 4202496 15248 0 0 0 619 12 0 0 25 0 1 0 1009428654 69206016 14802 4294967295 134512640 135223648 3217270640 3217268736 134585540 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10071/statm: 16896 14802 73 174 0 16721 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 69996

[startup+12.7119 s]
/proc/loadavg: 0.96 0.97 0.99 2/99 10075
/proc/meminfo: memFree=634972/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2416 CPUtime=7.5
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 386 16796 0 0 0 0 733 17 18 0 1 0 1009428654 2473984 278 4294967295 134512640 135169312 3213950048 3213946264 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10067/statm: 604 278 235 161 0 43 0
[pid=10075] ppid=10067 vsize=18636 CPUtime=5.18
/proc/10075/stat : 10075 (minisat_static) R 10067 10067 16367 0 -1 4202496 4543 0 0 0 513 5 0 0 25 0 1 0 1009429404 19083264 4478 4294967295 134512640 135216011 3213669488 3213667840 134527243 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10075/statm: 4659 4478 71 172 0 4486 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21052

[startup+25.5211 s]
/proc/loadavg: 0.97 0.97 0.99 2/99 10075
/proc/meminfo: memFree=632588/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2416 CPUtime=7.5
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 386 16796 0 0 0 0 733 17 18 0 1 0 1009428654 2473984 278 4294967295 134512640 135169312 3213950048 3213946264 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10067/statm: 604 278 235 161 0 43 0
[pid=10075] ppid=10067 vsize=21228 CPUtime=17.99
/proc/10075/stat : 10075 (minisat_static) R 10067 10067 16367 0 -1 4202496 5166 0 0 0 1794 5 0 0 25 0 1 0 1009429404 21737472 5101 4294967295 134512640 135216011 3213669488 3213667840 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10075/statm: 5307 5101 71 172 0 5134 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 23644

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

[startup+25.6211 s]
/proc/loadavg: 0.97 0.97 0.99 2/99 10075
/proc/meminfo: memFree=632588/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2416 CPUtime=7.5
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 386 16796 0 0 0 0 733 17 18 0 1 0 1009428654 2473984 278 4294967295 134512640 135169312 3213950048 3213946264 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10067/statm: 604 278 235 161 0 43 0
[pid=10075] ppid=10067 vsize=21228 CPUtime=18.09
/proc/10075/stat : 10075 (minisat_static) R 10067 10067 16367 0 -1 4202496 5169 0 0 0 1804 5 0 0 25 0 1 0 1009429404 21737472 5104 4294967295 134512640 135216011 3213669488 3213667840 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10075/statm: 5307 5104 71 172 0 5134 0
Current children cumulated CPU time (s) 25.59
Current children cumulated vsize (KiB) 23644

[startup+26.0211 s]
/proc/loadavg: 0.97 0.97 0.99 2/99 10075
/proc/meminfo: memFree=632588/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2416 CPUtime=7.5
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 386 16796 0 0 0 0 733 17 18 0 1 0 1009428654 2473984 278 4294967295 134512640 135169312 3213950048 3213946264 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10067/statm: 604 278 235 161 0 43 0
[pid=10075] ppid=10067 vsize=21228 CPUtime=18.49
/proc/10075/stat : 10075 (minisat_static) R 10067 10067 16367 0 -1 4202496 5175 0 0 0 1844 5 0 0 25 0 1 0 1009429404 21737472 5110 4294967295 134512640 135216011 3213669488 3213667840 134527269 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10075/statm: 5307 5110 71 172 0 5134 0
Current children cumulated CPU time (s) 25.99
Current children cumulated vsize (KiB) 23644

[startup+26.2211 s]
/proc/loadavg: 0.97 0.97 0.99 2/99 10075
/proc/meminfo: memFree=632588/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2416 CPUtime=7.5
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 386 16796 0 0 0 0 733 17 18 0 1 0 1009428654 2473984 278 4294967295 134512640 135169312 3213950048 3213946264 3085127406 0 65536 4 65538 3222381614 0 0 17 2 0 0 0
/proc/10067/statm: 604 278 235 161 0 43 0
[pid=10075] ppid=10067 vsize=21228 CPUtime=18.69
/proc/10075/stat : 10075 (minisat_static) R 10067 10067 16367 0 -1 4202496 5177 0 0 0 1864 5 0 0 25 0 1 0 1009429404 21737472 5112 4294967295 134512640 135216011 3213669488 3213667840 134527548 0 0 0 3 0 0 0 17 3 0 0 0
/proc/10075/statm: 5307 5112 71 172 0 5134 0
Current children cumulated CPU time (s) 26.19
Current children cumulated vsize (KiB) 23644

[startup+26.3211 s]
/proc/loadavg: 0.97 0.97 0.99 2/99 10075
/proc/meminfo: memFree=632588/2074464 swapFree=1949244/1959888
[pid=10067] ppid=10065 vsize=2932 CPUtime=26.28
/proc/10067/stat : 10067 (SatELiteGTI) S 10065 10067 16367 0 -1 4194304 475 21985 0 0 0 0 2606 22 18 0 1 0 1009428654 3002368 346 4294967295 134512640 135169312 3213950048 3213945432 3085127406 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/10067/statm: 733 346 237 161 0 172 0
Current children cumulated CPU time (s) 26.28
Current children cumulated vsize (KiB) 2932

Child status: 20
Real time (s): 26.3309
CPU time (s): 26.29
CPU user time (s): 26.06
CPU system time (s): 0.23
CPU usage (%): 99.8449
Max. virtual memory (cumulated for all children) (KiB): 70428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.06
system time used= 0.23
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22644
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= 19
involuntary context switches= 614

runsolver used 0.01 second user time and 0.02 second system time

The end

Launcher Data

Begin job on tipi11 at 2009-05-16 06:47:56
IDJOB=1820480
IDBENCH=20415
IDSOLVER=661
FILE ID=tipi11/1820480-1242449276
PBS_JOBID=
Free space on /tmp= 10591 MiB

SOLVER NAME= BinMiniSat 2009-03-21
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h26-unsat.cnf
COMMAND LINE= SatELiteGTI BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1820480-1242449276/watcher-1820480-1242449276 -o /tmp/evaluation-result-1820480-1242449276/solver-1820480-1242449276 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1820480-1242449276.cnf

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED= 183031308

Linux tipi11 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.40

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.431
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.77


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:        674612 kB
Buffers:         33596 kB
Cached:        1265492 kB
SwapCached:       5336 kB
Active:         349504 kB
Inactive:       961596 kB
HighTotal:     1178688 kB
HighFree:       198224 kB
LowTotal:       895776 kB
LowFree:        476388 kB
SwapTotal:     1959888 kB
SwapFree:      1949244 kB
Dirty:            9416 kB
Writeback:           0 kB
AnonPages:       11104 kB
Mapped:           5052 kB
Slab:            80364 kB
PageTables:        692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    97128 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 10591 MiB
End job on tipi11 at 2009-05-16 06:48:23