Trace number 1774468

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 450.803 450.966

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l45_lambda.cnf
MD5SUM94aa7bdbcbe99c5b3082c395dc2384e9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark283.257
Satisfiable
(Un)Satisfiability was proved
Number of variables32313
Number of clauses161529
Sum of the clauses size465707
Maximum clause length9
Minimum clause length1
Number of clauses of size 14190
Number of clauses of size 240231
Number of clauses of size 394818
Number of clauses of size 415389
Number of clauses of size 56766
Number of clauses of size over 5135

Solver Data

0.69/0.75	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.75	c Eliminate time :       0.53 
450.74/450.96	c CNF read time  :       0.19 
450.74/450.96	c CNF solve time :      450.7 
450.74/450.96	c Memory usage :    37.5547 MB
450.74/450.96	c Restart : 884
450.74/450.96	c Decisions : random(23446), heuristic(1323014), history(0/0)
450.74/450.96	c Implications : 200176558
450.74/450.96	c Forced Restart : 0
450.74/450.96	c Polarity Change : 2127
450.74/450.96	c Learned clasues  : 18741 out of 920111
450.74/450.96	c Learned literals : 257156 out of 17995706
450.74/450.96	c Number of first UIP : 211050 out of 920111
450.74/450.96	c Number of simplify : 2
450.74/450.96	c Number of continuous distill : 4670
450.74/450.96	c Average depth of OTS : 3
450.74/450.96	c Average depth of additional conflict : 25
450.74/450.96	c Saved conflict clasues : 1677
450.74/450.96	c Saved conflict literals : 18305
450.74/450.96	c Additional conflict clauses : 22316
450.74/450.96	c Additional conflict literals : 391291
450.74/450.96	c Additional conflict analysis : 113278
450.74/450.96	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-1774468-1241322670/watcher-1774468-1241322670 -o /tmp/evaluation-result-1774468-1241322670/solver-1774468-1241322670 -C 10000 -W 12000 -M 1800 HOME/CirCUs HOME/instance-1774468-1241322670.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.94 1.00 0.99 3/64 7504
/proc/meminfo: memFree=1401840/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=4520 CPUtime=0
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 569 0 0 0 0 0 0 0 18 0 1 1000000 160301097 4628480 554 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 1130 555 70 173 0 955 0

[startup+0.0765079 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 7504
/proc/meminfo: memFree=1401840/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=8476 CPUtime=0.06
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 1639 0 0 0 6 0 0 0 18 0 1 1000000 160301097 8679424 1591 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 2119 1592 70 173 0 1944 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8476

[startup+0.10151 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 7504
/proc/meminfo: memFree=1401840/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=9920 CPUtime=0.09
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 2039 0 0 0 8 1 0 0 18 0 1 1000000 160301097 10158080 1926 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 2480 1926 70 173 0 2305 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9920

[startup+0.301546 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 7504
/proc/meminfo: memFree=1401840/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=16268 CPUtime=0.29
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 3870 0 0 0 27 2 0 0 19 0 1 1000000 160301097 16658432 3627 1992294400 134512640 135224549 4294956224 18446744073709551615 134563533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 4067 3628 77 173 0 3892 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16268

[startup+0.701621 s]
/proc/loadavg: 0.94 1.00 0.99 3/64 7504
/proc/meminfo: memFree=1401840/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=21136 CPUtime=0.69
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 5269 0 0 0 66 3 0 0 22 0 1 1000000 160301097 21643264 5026 1992294400 134512640 135224549 4294956224 18446744073709551615 134577764 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 5284 5026 77 173 0 5109 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21136

[startup+1.50177 s]
/proc/loadavg: 0.94 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1381096/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=23052 CPUtime=1.49
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 5880 0 0 0 146 3 0 0 25 0 1 1000000 160301097 23605248 5416 1992294400 134512640 135224549 4294956224 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 5763 5416 93 173 0 5588 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23052

[startup+3.10106 s]
/proc/loadavg: 0.95 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1380136/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=23316 CPUtime=3.09
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 5953 0 0 0 306 3 0 0 25 0 1 1000000 160301097 23875584 5489 1992294400 134512640 135224549 4294956224 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 5829 5489 93 173 0 5654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23316

[startup+6.30164 s]
/proc/loadavg: 0.95 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1379752/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=23712 CPUtime=6.29
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 6039 0 0 0 626 3 0 0 25 0 1 1000000 160301097 24281088 5575 1992294400 134512640 135224549 4294956224 18446744073709551615 134638494 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 5928 5575 93 173 0 5753 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23712

[startup+12.7018 s]
/proc/loadavg: 0.96 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1378984/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=24460 CPUtime=12.69
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 6225 0 0 0 1265 4 0 0 25 0 1 1000000 160301097 25047040 5761 1992294400 134512640 135224549 4294956224 18446744073709551615 134595775 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 6115 5761 93 173 0 5940 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24460

[startup+25.5012 s]
/proc/loadavg: 0.96 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1377640/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=25648 CPUtime=25.48
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 6529 0 0 0 2544 4 0 0 25 0 1 1000000 160301097 26263552 6065 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 6412 6065 93 173 0 6237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25648

[startup+51.1018 s]
/proc/loadavg: 0.97 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1375912/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=27620 CPUtime=51.07
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 6995 0 0 0 5103 4 0 0 25 0 1 1000000 160301097 28282880 6531 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 6905 6531 93 173 0 6730 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27620

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1373736/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=29628 CPUtime=102.26
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 7530 0 0 0 10221 5 0 0 25 0 1 1000000 160301097 30339072 7066 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 7407 7066 93 173 0 7232 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29628

[startup+162.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1371560/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=32160 CPUtime=162.23
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 8065 0 0 0 16218 5 0 0 25 0 1 1000000 160301097 32931840 7601 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 8040 7601 93 173 0 7865 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 32160

[startup+222.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1369896/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=33892 CPUtime=222.21
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 8484 0 0 0 22215 6 0 0 25 0 1 1000000 160301097 34705408 8020 1992294400 134512640 135224549 4294956224 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 8473 8020 93 173 0 8298 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 33892

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1368680/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=35112 CPUtime=282.19
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 8788 0 0 0 28212 7 0 0 25 0 1 1000000 160301097 35954688 8324 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 8778 8324 93 173 0 8603 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 35112

[startup+342.301 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1367208/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=36388 CPUtime=342.17
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9129 0 0 0 34210 7 0 0 25 0 1 1000000 160301097 37261312 8665 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9097 8665 93 173 0 8922 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 36388

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1366184/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=37516 CPUtime=402.14
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9388 0 0 0 40207 7 0 0 25 0 1 1000000 160301097 38416384 8924 1992294400 134512640 135224549 4294956224 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9379 8924 93 173 0 9204 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 37516

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

[startup+409.501 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1366120/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=37516 CPUtime=409.34
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9390 0 0 0 40927 7 0 0 25 0 1 1000000 160301097 38416384 8926 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9379 8926 93 173 0 9204 0
Current children cumulated CPU time (s) 409.34
Current children cumulated vsize (KiB) 37516

[startup+435.102 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1365864/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=37924 CPUtime=434.93
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9500 0 0 0 43486 7 0 0 25 0 1 1000000 160301097 38834176 9036 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9481 9036 93 173 0 9306 0
Current children cumulated CPU time (s) 434.93
Current children cumulated vsize (KiB) 37924

[startup+441.501 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1365352/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=38452 CPUtime=441.33
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9618 0 0 0 44126 7 0 0 25 0 1 1000000 160301097 39374848 9154 1992294400 134512640 135224549 4294956224 18446744073709551615 134631551 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 441.33
Current children cumulated vsize (KiB) 38452

[startup+447.901 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1365352/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=38452 CPUtime=447.72
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9618 0 0 0 44765 7 0 0 25 0 1 1000000 160301097 39374848 9154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 447.72
Current children cumulated vsize (KiB) 38452

[startup+449.502 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1365352/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=38452 CPUtime=449.32
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9618 0 0 0 44925 7 0 0 25 0 1 1000000 160301097 39374848 9154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 449.32
Current children cumulated vsize (KiB) 38452

[startup+450.302 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1365352/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=38452 CPUtime=450.12
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9618 0 0 0 45005 7 0 0 25 0 1 1000000 160301097 39374848 9154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 450.12
Current children cumulated vsize (KiB) 38452

[startup+450.702 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1365352/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=38452 CPUtime=450.52
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9618 0 0 0 45045 7 0 0 25 0 1 1000000 160301097 39374848 9154 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 450.52
Current children cumulated vsize (KiB) 38452

[startup+450.902 s]
/proc/loadavg: 0.99 1.00 0.99 2/65 7505
/proc/meminfo: memFree=1367208/2055920 swapFree=4180844/4192956
[pid=7504] ppid=7502 vsize=35880 CPUtime=450.74
/proc/7504/stat : 7504 (CirCUs) R 7502 7504 7378 0 -1 4194304 9621 0 0 0 45066 8 0 0 25 0 1 1000000 160301097 36741120 8645 1992294400 134512640 135224549 4294956224 18446744073709551615 134717067 0 0 4096 8192 0 0 0 17 1 0 0
/proc/7504/statm: 8970 8645 95 173 0 8795 0
Current children cumulated CPU time (s) 450.74
Current children cumulated vsize (KiB) 35880

Child status: 0
Real time (s): 450.966
CPU time (s): 450.803
CPU user time (s): 450.715
CPU system time (s): 0.087986
CPU usage (%): 99.9639
Max. virtual memory (cumulated for all children) (KiB): 38452

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

runsolver used 0.312952 second user time and 0.958854 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-03 05:51:10
IDJOB=1774468
IDBENCH=70949
IDSOLVER=614
FILE ID=node2/1774468-1241322670
PBS_JOBID= 9225319
Free space on /tmp= 66360 MiB

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

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

MD5SUM BENCH= 94aa7bdbcbe99c5b3082c395dc2384e9
RANDOM SEED=94129141

node2.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.265
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.265
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:       1402320 kB
Buffers:         74136 kB
Cached:         473120 kB
SwapCached:       5924 kB
Active:          86996 kB
Inactive:       468692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1402320 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:          14116 kB
Slab:            83868 kB
Committed_AS:   901496 kB
PageTables:       1468 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= 66360 MiB
End job on node2 at 2009-05-03 05:58:41