Trace number 1774378

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 426.732 426.884

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l44_lambda.cnf
MD5SUMa7bc41b32260e4459b2bee7c18cacba1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark190.011
Satisfiable
(Un)Satisfiability was proved
Number of variables31540
Number of clauses157264
Sum of the clauses size453246
Maximum clause length9
Minimum clause length1
Number of clauses of size 14112
Number of clauses of size 239373
Number of clauses of size 392004
Number of clauses of size 415027
Number of clauses of size 56616
Number of clauses of size over 5132

Solver Data

0.69/0.74	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.74	c Eliminate time :       0.52 
426.65/426.88	c CNF read time  :       0.18 
426.65/426.88	c CNF solve time :     426.62 
426.65/426.88	c Memory usage :    36.8828 MB
426.65/426.88	c Restart : 689
426.65/426.88	c Decisions : random(22612), heuristic(1278484), history(0/0)
426.65/426.88	c Implications : 194646938
426.65/426.88	c Forced Restart : 0
426.65/426.88	c Polarity Change : 2056
426.65/426.88	c Learned clasues  : 21230 out of 891920
426.65/426.88	c Learned literals : 281389 out of 17187737
426.65/426.88	c Number of first UIP : 197603 out of 891920
426.65/426.88	c Number of simplify : 2
426.65/426.88	c Number of continuous distill : 4921
426.65/426.88	c Average depth of OTS : 3
426.65/426.88	c Average depth of additional conflict : 26
426.65/426.88	c Saved conflict clasues : 1851
426.65/426.88	c Saved conflict literals : 20117
426.65/426.88	c Additional conflict clauses : 19905
426.65/426.88	c Additional conflict literals : 345168
426.65/426.88	c Additional conflict analysis : 108485
426.65/426.88	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-1774378-1241322471/watcher-1774378-1241322471 -o /tmp/evaluation-result-1774378-1241322471/solver-1774378-1241322471 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774378-1241322471.cnf -t 10000 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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: 0.93 0.98 0.99 3/64 29020
/proc/meminfo: memFree=1826352/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=4436 CPUtime=0
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 562 0 0 0 0 0 0 0 18 0 1 1000000 160281771 4542464 547 1992294400 134512640 135224549 4294956224 18446744073709551615 134632646 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 1109 547 70 173 0 934 0

[startup+0.046356 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29020
/proc/meminfo: memFree=1826352/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=6808 CPUtime=0.03
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 1212 0 0 0 3 0 0 0 18 0 1 1000000 160281771 6971392 1164 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 1702 1165 70 173 0 1527 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6808

[startup+0.101365 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29020
/proc/meminfo: memFree=1826352/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=9836 CPUtime=0.09
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 2027 0 0 0 8 1 0 0 18 0 1 1000000 160281771 10072064 1914 1992294400 134512640 135224549 4294956224 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 2459 1914 70 173 0 2284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9836

[startup+0.301404 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29020
/proc/meminfo: memFree=1826352/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=16292 CPUtime=0.29
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 3859 0 0 0 27 2 0 0 19 0 1 1000000 160281771 16683008 3616 1992294400 134512640 135224549 4294956224 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 4073 3616 77 173 0 3898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16292

[startup+0.702484 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 29020
/proc/meminfo: memFree=1826352/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=20804 CPUtime=0.69
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 5170 0 0 0 66 3 0 0 22 0 1 1000000 160281771 21303296 4927 1992294400 134512640 135224549 4294956224 18446744073709551615 134578020 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 5201 4927 77 173 0 5026 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20804

[startup+1.50164 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1805864/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=22708 CPUtime=1.49
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 5800 0 0 0 146 3 0 0 25 0 1 1000000 160281771 23252992 5334 1992294400 134512640 135224549 4294956224 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 5677 5334 93 173 0 5502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22708

[startup+3.10196 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1805032/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=22972 CPUtime=3.09
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 5862 0 0 0 306 3 0 0 25 0 1 1000000 160281771 23523328 5396 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 5743 5396 93 173 0 5568 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22972

[startup+6.3016 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1804720/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=23236 CPUtime=6.29
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 5932 0 0 0 626 3 0 0 25 0 1 1000000 160281771 23793664 5466 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 5809 5466 93 173 0 5634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23236

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1804080/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=24144 CPUtime=12.69
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 6136 0 0 0 1265 4 0 0 25 0 1 1000000 160281771 24723456 5670 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 6036 5670 93 173 0 5861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24144

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1802672/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=25208 CPUtime=25.48
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 6418 0 0 0 2544 4 0 0 25 0 1 1000000 160281771 25812992 5952 1992294400 134512640 135224549 4294956224 18446744073709551615 134632528 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 6302 5952 93 173 0 6127 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25208

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1800880/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=27268 CPUtime=51.07
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 6892 0 0 0 5102 5 0 0 25 0 1 1000000 160281771 27922432 6426 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 6817 6426 93 173 0 6642 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27268

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1798448/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=29544 CPUtime=102.25
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 7502 0 0 0 10220 5 0 0 25 0 1 1000000 160281771 30253056 7036 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 7386 7036 93 173 0 7211 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 29544

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1796912/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=31592 CPUtime=162.23
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 7921 0 0 0 16217 6 0 0 25 0 1 1000000 160281771 32350208 7455 1992294400 134512640 135224549 4294956224 18446744073709551615 134595535 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 7898 7455 93 173 0 7723 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 31592

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1795184/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=33192 CPUtime=222.21
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 8312 0 0 0 22215 6 0 0 25 0 1 1000000 160281771 33988608 7846 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 8298 7846 93 173 0 8123 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 33192

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1793584/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=34736 CPUtime=282.19
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 8708 0 0 0 28212 7 0 0 25 0 1 1000000 160281771 35569664 8242 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 8684 8242 93 173 0 8509 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 34736

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1792368/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=36160 CPUtime=342.16
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9016 0 0 0 34209 7 0 0 25 0 1 1000000 160281771 37027840 8550 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9040 8550 93 173 0 8865 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 36160

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790896/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37628 CPUtime=402.15
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9383 0 0 0 40207 8 0 0 25 0 1 1000000 160281771 38531072 8917 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9407 8917 93 173 0 9232 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 37628

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790832/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37628 CPUtime=409.35
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9383 0 0 0 40927 8 0 0 25 0 1 1000000 160281771 38531072 8917 1992294400 134512640 135224549 4294956224 18446744073709551615 134632730 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9407 8917 93 173 0 9232 0
Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 37628

[startup+415.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790832/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37628 CPUtime=415.75
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9383 0 0 0 41567 8 0 0 25 0 1 1000000 160281771 38531072 8917 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9407 8917 93 173 0 9232 0
Current children cumulated CPU time (s) 415.75
Current children cumulated vsize (KiB) 37628

[startup+422.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790832/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37628 CPUtime=422.15
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9393 0 0 0 42207 8 0 0 25 0 1 1000000 160281771 38531072 8927 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9407 8927 93 173 0 9232 0
Current children cumulated CPU time (s) 422.15
Current children cumulated vsize (KiB) 37628

[startup+423.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790768/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37764 CPUtime=423.74
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9399 0 0 0 42366 8 0 0 25 0 1 1000000 160281771 38670336 8933 1992294400 134512640 135224549 4294956224 18446744073709551615 134619515 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9441 8933 93 173 0 9266 0
Current children cumulated CPU time (s) 423.74
Current children cumulated vsize (KiB) 37764

[startup+425.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790768/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37764 CPUtime=425.34
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9400 0 0 0 42526 8 0 0 25 0 1 1000000 160281771 38670336 8934 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9441 8934 93 173 0 9266 0
Current children cumulated CPU time (s) 425.34
Current children cumulated vsize (KiB) 37764

[startup+426.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790768/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37764 CPUtime=426.14
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9400 0 0 0 42606 8 0 0 25 0 1 1000000 160281771 38670336 8934 1992294400 134512640 135224549 4294956224 18446744073709551615 134631364 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9441 8934 93 173 0 9266 0
Current children cumulated CPU time (s) 426.14
Current children cumulated vsize (KiB) 37764

[startup+426.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790768/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=37764 CPUtime=426.55
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9400 0 0 0 42647 8 0 0 25 0 1 1000000 160281771 38670336 8934 1992294400 134512640 135224549 4294956224 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9441 8934 93 173 0 9266 0
Current children cumulated CPU time (s) 426.55
Current children cumulated vsize (KiB) 37764

[startup+426.805 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29021
/proc/meminfo: memFree=1790768/2055920 swapFree=4180232/4192956
[pid=29020] ppid=29018 vsize=36220 CPUtime=426.65
/proc/29020/stat : 29020 (CirCUs) R 29018 29020 28956 0 -1 4194304 9403 0 0 0 42657 8 0 0 25 0 1 1000000 160281771 37089280 8600 1992294400 134512640 135224549 4294956224 18446744073709551615 134721352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29020/statm: 9055 8600 95 173 0 8880 0
Current children cumulated CPU time (s) 426.65
Current children cumulated vsize (KiB) 36220

Child status: 0
Real time (s): 426.884
CPU time (s): 426.732
CPU user time (s): 426.643
CPU system time (s): 0.088986
CPU usage (%): 99.9645
Max. virtual memory (cumulated for all children) (KiB): 37764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 426.643
system time used= 0.088986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9404
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= 1154

runsolver used 0.303953 second user time and 0.898863 second system time

The end

Launcher Data

Begin job on node1 at 2009-05-03 05:47:51
IDJOB=1774378
IDBENCH=70940
IDSOLVER=614
FILE ID=node1/1774378-1241322471
PBS_JOBID= 9225348
Free space on /tmp= 66544 MiB

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

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

MD5SUM BENCH= a7bc41b32260e4459b2bee7c18cacba1
RANDOM SEED=1611615152

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1826768 kB
Buffers:         28456 kB
Cached:         133308 kB
SwapCached:       6604 kB
Active:          73888 kB
Inactive:        95968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826768 kB
SwapTotal:     4192956 kB
SwapFree:      4180232 kB
Dirty:            4296 kB
Writeback:           0 kB
Mapped:          13576 kB
Slab:            45260 kB
Committed_AS:   729280 kB
PageTables:       1440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node1 at 2009-05-03 05:54:58