Trace number 1563119

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
CircUs 2009-03-23UNSAT 427.684 427.905

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark261.819
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

Solver Data

0.69/0.78	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.78	c Eliminate time :       0.56 
427.58/427.90	c CNF read time  :       0.19 
427.58/427.90	c CNF solve time :     427.57 
427.58/427.90	c Memory usage :    37.8477 MB
427.58/427.90	c Restart : 896
427.58/427.90	c Decisions : random(23176), heuristic(1296997), history(0/0)
427.58/427.90	c Implications : 196846456
427.58/427.90	c Forced Restart : 0
427.58/427.90	c Polarity Change : 2000
427.58/427.90	c Learned clasues  : 13795 out of 901085
427.58/427.90	c Learned literals : 175882 out of 17009844
427.58/427.90	c Number of first UIP : 201124 out of 901085
427.58/427.90	c Number of simplify : 2
427.58/427.90	c Number of continuous distill : 4921
427.58/427.90	c Average depth of OTS : 3
427.58/427.90	c Average depth of additional conflict : 25
427.58/427.90	c Saved conflict clasues : 1790
427.58/427.90	c Saved conflict literals : 19894
427.58/427.90	c Additional conflict clauses : 20179
427.58/427.90	c Additional conflict literals : 340802
427.58/427.90	c Additional conflict analysis : 108451
427.58/427.90	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563119-1241000616/watcher-1563119-1241000616 -o /tmp/evaluation-result-1563119-1241000616/solver-1563119-1241000616 -C 1200 -W 1800 -M 1800 HOME/CirCUs HOME/instance-1563119-1241000616.cnf -t 1200 

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: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.85 1.40 2/65 27809
/proc/meminfo: memFree=1856944/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=4452 CPUtime=0
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 502 0 0 0 0 0 0 0 20 0 1 120000 128090921 4558848 487 1992294400 134512640 135224549 4294956208 18446744073709551615 134594394 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 1113 492 66 173 0 938 0

[startup+0.0753081 s]
/proc/loadavg: 1.99 1.85 1.40 2/65 27809
/proc/meminfo: memFree=1856944/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=8824 CPUtime=0.06
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 1704 0 0 0 6 0 0 0 20 0 1 120000 128090921 9035776 1656 1992294400 134512640 135224549 4294956208 18446744073709551615 134632726 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 2206 1656 70 173 0 2031 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8824

[startup+0.101312 s]
/proc/loadavg: 1.99 1.85 1.40 2/65 27809
/proc/meminfo: memFree=1856944/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=10268 CPUtime=0.09
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 2136 0 0 0 8 1 0 0 20 0 1 120000 128090921 10514432 2023 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 2567 2023 70 173 0 2392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10268

[startup+0.301349 s]
/proc/loadavg: 1.99 1.85 1.40 2/65 27809
/proc/meminfo: memFree=1856944/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=17128 CPUtime=0.29
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 4062 0 0 0 27 2 0 0 22 0 1 120000 128090921 17539072 3819 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 4282 3819 77 173 0 4107 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17128

[startup+0.701423 s]
/proc/loadavg: 1.99 1.85 1.40 2/65 27809
/proc/meminfo: memFree=1856944/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=22628 CPUtime=0.69
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 5640 0 0 0 66 3 0 0 25 0 1 120000 128090921 23171072 5397 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 5657 5397 77 173 0 5482 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22628

[startup+1.50157 s]
/proc/loadavg: 1.99 1.85 1.40 2/66 27810
/proc/meminfo: memFree=1834664/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=24472 CPUtime=1.49
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 6283 0 0 0 146 3 0 0 25 0 1 120000 128090921 25059328 5817 1992294400 134512640 135224549 4294956208 18446744073709551615 134585004 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 6118 5817 93 173 0 5943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24472

[startup+3.10187 s]
/proc/loadavg: 1.91 1.83 1.40 2/66 27810
/proc/meminfo: memFree=1833768/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=24748 CPUtime=3.09
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 6335 0 0 0 306 3 0 0 25 0 1 120000 128090921 25341952 5869 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 6187 5869 93 173 0 6012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24748

[startup+6.30246 s]
/proc/loadavg: 1.91 1.83 1.40 2/66 27810
/proc/meminfo: memFree=1833128/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=25144 CPUtime=6.29
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 6451 0 0 0 626 3 0 0 25 0 1 120000 128090921 25747456 5985 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 6286 5985 93 173 0 6111 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25144

[startup+12.7016 s]
/proc/loadavg: 1.77 1.81 1.39 2/66 27810
/proc/meminfo: memFree=1832448/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=26012 CPUtime=12.68
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 6637 0 0 0 1265 3 0 0 25 0 1 120000 128090921 26636288 6171 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 6503 6171 93 173 0 6328 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 26012

[startup+25.502 s]
/proc/loadavg: 1.65 1.78 1.39 2/66 27810
/proc/meminfo: memFree=1831808/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=26804 CPUtime=25.48
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 6857 0 0 0 2544 4 0 0 25 0 1 120000 128090921 27447296 6391 1992294400 134512640 135224549 4294956208 18446744073709551615 134595183 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 6701 6391 93 173 0 6526 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26804

[startup+51.1018 s]
/proc/loadavg: 1.43 1.72 1.37 2/66 27810
/proc/meminfo: memFree=1829696/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=29012 CPUtime=51.06
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 7377 0 0 0 5102 4 0 0 25 0 1 120000 128090921 29708288 6911 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 7253 6911 93 173 0 7078 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 29012

[startup+102.305 s]
/proc/loadavg: 1.17 1.59 1.35 2/66 27810
/proc/meminfo: memFree=1827520/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=31028 CPUtime=102.24
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 7895 0 0 0 10219 5 0 0 25 0 1 120000 128090921 31772672 7429 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 7757 7429 93 173 0 7582 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31028

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.33 2/66 27810
/proc/meminfo: memFree=1825344/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=33528 CPUtime=162.21
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 8456 0 0 0 16215 6 0 0 25 0 1 120000 128090921 34332672 7990 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 8382 7990 93 173 0 8207 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 33528

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.30 2/66 27810
/proc/meminfo: memFree=1823552/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=35296 CPUtime=222.17
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 8879 0 0 0 22211 6 0 0 25 0 1 120000 128090921 36143104 8413 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 8824 8413 93 173 0 8649 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 35296

[startup+282.302 s]
/proc/loadavg: 1.01 1.32 1.28 2/66 27810
/proc/meminfo: memFree=1822592/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=36316 CPUtime=282.14
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9126 0 0 0 28207 7 0 0 25 0 1 120000 128090921 37187584 8660 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9079 8660 93 173 0 8904 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 36316

[startup+342.302 s]
/proc/loadavg: 1.00 1.26 1.26 2/66 27810
/proc/meminfo: memFree=1821440/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=37404 CPUtime=342.11
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9407 0 0 0 34204 7 0 0 25 0 1 120000 128090921 38301696 8941 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9351 8941 93 173 0 9176 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 37404

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.24 2/66 27810
/proc/meminfo: memFree=1820160/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=402.08
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9721 0 0 0 40201 7 0 0 25 0 1 120000 128090921 39682048 9255 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9255 93 173 0 9513 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 38752

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.20 1.24 2/66 27810
/proc/meminfo: memFree=1820096/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=409.28
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9735 0 0 0 40920 8 0 0 25 0 1 120000 128090921 39682048 9269 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9269 93 173 0 9513 0
Current children cumulated CPU time (s) 409.28
Current children cumulated vsize (KiB) 38752

[startup+415.901 s]
/proc/loadavg: 1.00 1.20 1.24 2/66 27810
/proc/meminfo: memFree=1820096/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=415.68
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9738 0 0 0 41560 8 0 0 25 0 1 120000 128090921 39682048 9272 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9272 93 173 0 9513 0
Current children cumulated CPU time (s) 415.68
Current children cumulated vsize (KiB) 38752

[startup+422.302 s]
/proc/loadavg: 1.00 1.19 1.24 3/66 27810
/proc/meminfo: memFree=1820096/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=422.08
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9741 0 0 0 42200 8 0 0 25 0 1 120000 128090921 39682048 9275 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9275 93 173 0 9513 0
Current children cumulated CPU time (s) 422.08
Current children cumulated vsize (KiB) 38752

[startup+425.501 s]
/proc/loadavg: 1.00 1.19 1.24 2/66 27810
/proc/meminfo: memFree=1820096/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=425.28
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9744 0 0 0 42520 8 0 0 25 0 1 120000 128090921 39682048 9278 1992294400 134512640 135224549 4294956208 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9278 93 173 0 9513 0
Current children cumulated CPU time (s) 425.28
Current children cumulated vsize (KiB) 38752

[startup+427.101 s]
/proc/loadavg: 1.00 1.19 1.24 2/66 27810
/proc/meminfo: memFree=1820032/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=426.88
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9758 0 0 0 42680 8 0 0 25 0 1 120000 128090921 39682048 9292 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9292 93 173 0 9513 0
Current children cumulated CPU time (s) 426.88
Current children cumulated vsize (KiB) 38752

[startup+427.502 s]
/proc/loadavg: 1.00 1.19 1.24 2/66 27810
/proc/meminfo: memFree=1820032/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=427.28
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9758 0 0 0 42720 8 0 0 25 0 1 120000 128090921 39682048 9292 1992294400 134512640 135224549 4294956208 18446744073709551615 134720771 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9292 93 173 0 9513 0
Current children cumulated CPU time (s) 427.28
Current children cumulated vsize (KiB) 38752

[startup+427.702 s]
/proc/loadavg: 1.00 1.19 1.24 2/66 27810
/proc/meminfo: memFree=1820032/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=427.48
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9758 0 0 0 42740 8 0 0 25 0 1 120000 128090921 39682048 9292 1992294400 134512640 135224549 4294956208 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9292 93 173 0 9513 0
Current children cumulated CPU time (s) 427.48
Current children cumulated vsize (KiB) 38752

[startup+427.803 s]
/proc/loadavg: 1.00 1.19 1.24 2/66 27810
/proc/meminfo: memFree=1820032/2055920 swapFree=4169300/4192956
[pid=27809] ppid=27807 vsize=38752 CPUtime=427.58
/proc/27809/stat : 27809 (CirCUs) R 27807 27809 27505 0 -1 4194304 9758 0 0 0 42750 8 0 0 25 0 1 120000 128090921 39682048 9292 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/27809/statm: 9688 9292 93 173 0 9513 0
Current children cumulated CPU time (s) 427.58
Current children cumulated vsize (KiB) 38752

Child status: 0
Real time (s): 427.905
CPU time (s): 427.684
CPU user time (s): 427.597
CPU system time (s): 0.086986
CPU usage (%): 99.9484
Max. virtual memory (cumulated for all children) (KiB): 38752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 427.597
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9762
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= 2
involuntary context switches= 1097

runsolver used 0.499924 second user time and 1.03684 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-29 12:23:36
IDJOB=1563119
IDBENCH=70947
IDSOLVER=544
FILE ID=node82/1563119-1241000616
PBS_JOBID= 9204790
Free space on /tmp= 66528 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l48_lambda.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563119-1241000616/watcher-1563119-1241000616 -o /tmp/evaluation-result-1563119-1241000616/solver-1563119-1241000616 -C 1200 -W 1800 -M 1800  HOME/CirCUs HOME/instance-1563119-1241000616.cnf -t 1200

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=122025793

node82.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1857424 kB
Buffers:         21636 kB
Cached:          98480 kB
SwapCached:      17448 kB
Active:          43768 kB
Inactive:        96124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1857424 kB
SwapTotal:     4192956 kB
SwapFree:      4169300 kB
Dirty:            4272 kB
Writeback:           0 kB
Mapped:          13672 kB
Slab:            44584 kB
Committed_AS:   428496 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node82 at 2009-04-29 12:30:44