Trace number 1563223

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 438.042 438.169

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 benchmark282.168
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.71	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.69/0.71	c Eliminate time :       0.51 
437.97/438.16	c CNF read time  :       0.17 
437.97/438.16	c CNF solve time :     437.93 
437.97/438.16	c Memory usage :    37.5547 MB
437.97/438.16	c Restart : 884
437.97/438.16	c Decisions : random(23446), heuristic(1323014), history(0/0)
437.97/438.16	c Implications : 200176558
437.97/438.16	c Forced Restart : 0
437.97/438.16	c Polarity Change : 2127
437.97/438.16	c Learned clasues  : 18741 out of 920111
437.97/438.16	c Learned literals : 257156 out of 17995706
437.97/438.16	c Number of first UIP : 211050 out of 920111
437.97/438.16	c Number of simplify : 2
437.97/438.16	c Number of continuous distill : 4670
437.97/438.16	c Average depth of OTS : 3
437.97/438.16	c Average depth of additional conflict : 25
437.97/438.16	c Saved conflict clasues : 1677
437.97/438.16	c Saved conflict literals : 18305
437.97/438.16	c Additional conflict clauses : 22316
437.97/438.16	c Additional conflict literals : 391291
437.97/438.16	c Additional conflict analysis : 113278
437.97/438.16	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-1563223-1241001298/watcher-1563223-1241001298 -o /tmp/evaluation-result-1563223-1241001298/solver-1563223-1241001298 -C 1200 -W 1800 -M 1800 HOME/CirCUs HOME/instance-1563223-1241001298.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.00 1.00 0.93 3/65 8048
/proc/meminfo: memFree=582064/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=4520 CPUtime=0
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 579 0 0 0 0 0 0 0 18 0 1 120000 128159476 4628480 564 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 1130 564 70 173 0 955 0

[startup+0.014333 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 8048
/proc/meminfo: memFree=582064/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=5180 CPUtime=0.01
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 738 0 0 0 1 0 0 0 18 0 1 120000 128159476 5304320 723 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 1295 724 70 173 0 1120 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5180

[startup+0.101341 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 8048
/proc/meminfo: memFree=582064/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=10316 CPUtime=0.09
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 2149 0 0 0 8 1 0 0 18 0 1 120000 128159476 10563584 2036 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 2579 2037 70 173 0 2404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10316

[startup+0.301362 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 8048
/proc/meminfo: memFree=582064/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=17192 CPUtime=0.29
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 4105 0 0 0 27 2 0 0 19 0 1 120000 128159476 17604608 3862 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 4298 3862 77 173 0 4123 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17192

[startup+0.701408 s]
/proc/loadavg: 1.00 1.00 0.93 3/65 8048
/proc/meminfo: memFree=582064/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=21136 CPUtime=0.69
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 5269 0 0 0 67 2 0 0 23 0 1 120000 128159476 21643264 5026 1992294400 134512640 135224549 4294956208 18446744073709551615 134559692 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 5284 5026 77 173 0 5109 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21136

[startup+1.5015 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=561192/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=23184 CPUtime=1.49
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 5907 0 0 0 147 2 0 0 25 0 1 120000 128159476 23740416 5443 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 5796 5443 93 173 0 5621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23184

[startup+3.10168 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=560296/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=23316 CPUtime=3.09
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 5953 0 0 0 307 2 0 0 25 0 1 120000 128159476 23875584 5489 1992294400 134512640 135224549 4294956208 18446744073709551615 134595528 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 5829 5489 93 173 0 5654 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23316

[startup+6.30204 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=559784/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=23712 CPUtime=6.29
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 6039 0 0 0 626 3 0 0 25 0 1 120000 128159476 24281088 5575 1992294400 134512640 135224549 4294956208 18446744073709551615 134595683 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/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: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=558888/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=24460 CPUtime=12.69
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 6228 0 0 0 1266 3 0 0 25 0 1 120000 128159476 25047040 5764 1992294400 134512640 135224549 4294956208 18446744073709551615 134595688 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 6115 5764 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: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=557672/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=25648 CPUtime=25.49
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 6531 0 0 0 2545 4 0 0 25 0 1 120000 128159476 26263552 6067 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 6412 6067 93 173 0 6237 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25648

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=555944/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=27620 CPUtime=51.08
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 6995 0 0 0 5104 4 0 0 25 0 1 120000 128159476 28282880 6531 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 6905 6531 93 173 0 6730 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27620

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=553704/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=29764 CPUtime=102.26
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 7539 0 0 0 10222 4 0 0 25 0 1 120000 128159476 30478336 7075 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 7441 7075 93 173 0 7266 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29764

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=551016/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=32820 CPUtime=162.24
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 8224 0 0 0 16219 5 0 0 25 0 1 120000 128159476 33607680 7760 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 8205 7760 93 173 0 8030 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32820

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8049
/proc/meminfo: memFree=549800/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=33892 CPUtime=222.22
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 8488 0 0 0 22217 5 0 0 25 0 1 120000 128159476 34705408 8024 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 8473 8024 93 173 0 8298 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 33892

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=548008/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=35676 CPUtime=282.21
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 8934 0 0 0 28215 6 0 0 25 0 1 120000 128159476 36532224 8470 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 8919 8470 93 173 0 8744 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 35676

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=547176/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=36580 CPUtime=342.19
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9142 0 0 0 34212 7 0 0 25 0 1 120000 128159476 37457920 8678 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9145 8678 93 173 0 8970 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 36580

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=546152/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=37516 CPUtime=402.17
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9390 0 0 0 40210 7 0 0 25 0 1 120000 128159476 38416384 8926 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9379 8926 93 173 0 9204 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 37516

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=546152/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=37516 CPUtime=409.37
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9397 0 0 0 40930 7 0 0 25 0 1 120000 128159476 38416384 8933 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9379 8933 93 173 0 9204 0
Current children cumulated CPU time (s) 409.37
Current children cumulated vsize (KiB) 37516

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=545704/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=37924 CPUtime=422.17
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9495 0 0 0 42210 7 0 0 25 0 1 120000 128159476 38834176 9031 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9481 9031 93 173 0 9306 0
Current children cumulated CPU time (s) 422.17
Current children cumulated vsize (KiB) 37924

[startup+428.702 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=545384/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=38452 CPUtime=428.57
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9616 0 0 0 42849 8 0 0 25 0 1 120000 128159476 39374848 9152 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9613 9152 93 173 0 9438 0
Current children cumulated CPU time (s) 428.57
Current children cumulated vsize (KiB) 38452

[startup+435.102 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=545320/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=38452 CPUtime=434.97
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9618 0 0 0 43489 8 0 0 25 0 1 120000 128159476 39374848 9154 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 434.97
Current children cumulated vsize (KiB) 38452

[startup+436.706 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=545320/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=38452 CPUtime=436.57
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9618 0 0 0 43649 8 0 0 25 0 1 120000 128159476 39374848 9154 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 436.57
Current children cumulated vsize (KiB) 38452

[startup+437.502 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=545320/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=38452 CPUtime=437.37
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9618 0 0 0 43729 8 0 0 25 0 1 120000 128159476 39374848 9154 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 437.37
Current children cumulated vsize (KiB) 38452

[startup+437.902 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=545320/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=38452 CPUtime=437.77
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9618 0 0 0 43769 8 0 0 25 0 1 120000 128159476 39374848 9154 1992294400 134512640 135224549 4294956208 18446744073709551615 134595347 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9613 9154 93 173 0 9438 0
Current children cumulated CPU time (s) 437.77
Current children cumulated vsize (KiB) 38452

[startup+438.102 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 8051
/proc/meminfo: memFree=545320/2055920 swapFree=4192948/4192956
[pid=8048] ppid=8046 vsize=36908 CPUtime=437.97
/proc/8048/stat : 8048 (CirCUs) R 8046 8048 7836 0 -1 4194304 9621 0 0 0 43789 8 0 0 25 0 1 120000 128159476 37793792 8805 1992294400 134512640 135224549 4294956208 18446744073709551615 134599111 0 0 4096 8192 0 0 0 17 1 0 0
/proc/8048/statm: 9227 8805 95 173 0 9052 0
Current children cumulated CPU time (s) 437.97
Current children cumulated vsize (KiB) 36908

Child status: 0
Real time (s): 438.169
CPU time (s): 438.042
CPU user time (s): 437.952
CPU system time (s): 0.089986
CPU usage (%): 99.9711
Max. virtual memory (cumulated for all children) (KiB): 38452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 437.952
system time used= 0.089986
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= 395

runsolver used 0.482926 second user time and 1.11683 second system time

The end

Launcher Data

Begin job on node85 at 2009-04-29 12:34:58
IDJOB=1563223
IDBENCH=70949
IDSOLVER=544
FILE ID=node85/1563223-1241001298
PBS_JOBID= 9204787
Free space on /tmp= 126784 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-1563223-1241001298/watcher-1563223-1241001298 -o /tmp/evaluation-result-1563223-1241001298/solver-1563223-1241001298 -C 1200 -W 1800 -M 1800  HOME/CirCUs HOME/instance-1563223-1241001298.cnf -t 1200

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

MD5SUM BENCH= 94aa7bdbcbe99c5b3082c395dc2384e9
RANDOM SEED=1532168015

node85.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.238
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.238
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:        582480 kB
Buffers:        103920 kB
Cached:        1253692 kB
SwapCached:          8 kB
Active:         244196 kB
Inactive:      1127276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        582480 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4028 kB
Writeback:           0 kB
Mapped:          23596 kB
Slab:            87936 kB
Committed_AS:   512192 kB
PageTables:       1372 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= 126784 MiB
End job on node85 at 2009-04-29 12:42:16