Trace number 1562755

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 429.127 429.246

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 benchmark189.575
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 
429.07/429.24	c CNF read time  :       0.18 
429.07/429.24	c CNF solve time :     429.01 
429.07/429.24	c Memory usage :    36.8828 MB
429.07/429.24	c Restart : 689
429.07/429.24	c Decisions : random(22612), heuristic(1278484), history(0/0)
429.07/429.24	c Implications : 194646938
429.07/429.24	c Forced Restart : 0
429.07/429.24	c Polarity Change : 2056
429.07/429.24	c Learned clasues  : 21230 out of 891920
429.07/429.24	c Learned literals : 281389 out of 17187737
429.07/429.24	c Number of first UIP : 197603 out of 891920
429.07/429.24	c Number of simplify : 2
429.07/429.24	c Number of continuous distill : 4921
429.07/429.24	c Average depth of OTS : 3
429.07/429.24	c Average depth of additional conflict : 26
429.07/429.24	c Saved conflict clasues : 1851
429.07/429.24	c Saved conflict literals : 20117
429.07/429.24	c Additional conflict clauses : 19905
429.07/429.24	c Additional conflict literals : 345168
429.07/429.24	c Additional conflict analysis : 108485
429.07/429.24	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-1562755-1240997569/watcher-1562755-1240997569 -o /tmp/evaluation-result-1562755-1240997569/solver-1562755-1240997569 -C 1200 -W 1800 -M 1800 HOME/CirCUs HOME/instance-1562755-1240997569.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.97 1.19 0.50 3/64 10241
/proc/meminfo: memFree=1005040/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=4436 CPUtime=0
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 562 0 0 0 0 0 0 0 18 0 1 120000 127790565 4542464 547 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 1109 548 70 173 0 934 0

[startup+0.085633 s]
/proc/loadavg: 1.97 1.19 0.50 3/64 10241
/proc/meminfo: memFree=1005040/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=8788 CPUtime=0.07
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 1762 0 0 0 6 1 0 0 18 0 1 120000 127790565 8998912 1714 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 2197 1715 70 173 0 2022 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8788

[startup+0.102633 s]
/proc/loadavg: 1.97 1.19 0.50 3/64 10241
/proc/meminfo: memFree=1005040/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=9836 CPUtime=0.09
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 2045 0 0 0 8 1 0 0 18 0 1 120000 127790565 10072064 1932 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 2459 1934 70 173 0 2284 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9836

[startup+0.301656 s]
/proc/loadavg: 1.97 1.19 0.50 3/64 10241
/proc/meminfo: memFree=1005040/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=16292 CPUtime=0.29
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 3863 0 0 0 27 2 0 0 19 0 1 120000 127790565 16683008 3620 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 4073 3620 77 173 0 3898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16292

[startup+0.701701 s]
/proc/loadavg: 1.97 1.19 0.50 3/64 10241
/proc/meminfo: memFree=1005040/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=20804 CPUtime=0.69
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 5170 0 0 0 66 3 0 0 22 0 1 120000 127790565 21303296 4927 1992294400 134512640 135224549 4294956208 18446744073709551615 134577913 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 5201 4927 77 173 0 5026 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20804

[startup+1.5018 s]
/proc/loadavg: 1.97 1.19 0.50 2/65 10242
/proc/meminfo: memFree=984552/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=22708 CPUtime=1.49
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 5798 0 0 0 146 3 0 0 25 0 1 120000 127790565 23252992 5332 1992294400 134512640 135224549 4294956208 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 5677 5332 93 173 0 5502 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22708

[startup+3.10198 s]
/proc/loadavg: 1.97 1.19 0.50 2/65 10242
/proc/meminfo: memFree=983720/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=22972 CPUtime=3.09
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 5862 0 0 0 306 3 0 0 25 0 1 120000 127790565 23523328 5396 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 5743 5396 93 173 0 5568 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22972

[startup+6.30135 s]
/proc/loadavg: 1.90 1.19 0.50 2/65 10242
/proc/meminfo: memFree=983208/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=23236 CPUtime=6.29
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 5932 0 0 0 625 4 0 0 25 0 1 120000 127790565 23793664 5466 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 5809 5466 93 173 0 5634 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23236

[startup+12.7011 s]
/proc/loadavg: 1.82 1.18 0.50 2/65 10242
/proc/meminfo: memFree=982576/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=24012 CPUtime=12.69
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 6108 0 0 0 1265 4 0 0 25 0 1 120000 127790565 24588288 5642 1992294400 134512640 135224549 4294956208 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 6003 5642 93 173 0 5828 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24012

[startup+25.5016 s]
/proc/loadavg: 1.64 1.17 0.51 2/65 10242
/proc/meminfo: memFree=981296/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=25208 CPUtime=25.48
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 6418 0 0 0 2544 4 0 0 25 0 1 120000 127790565 25812992 5952 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/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: 1.42 1.16 0.52 2/65 10242
/proc/meminfo: memFree=979440/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=27268 CPUtime=51.07
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 6892 0 0 0 5102 5 0 0 25 0 1 120000 127790565 27922432 6426 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 6817 6426 93 173 0 6642 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27268

[startup+102.305 s]
/proc/loadavg: 1.18 1.13 0.55 2/65 10242
/proc/meminfo: memFree=977072/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=29544 CPUtime=102.27
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 7502 0 0 0 10221 6 0 0 25 0 1 120000 127790565 30253056 7036 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 7386 7036 93 173 0 7211 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 29544

[startup+162.301 s]
/proc/loadavg: 1.06 1.11 0.57 2/65 10242
/proc/meminfo: memFree=975536/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=31312 CPUtime=162.24
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 7855 0 0 0 16218 6 0 0 25 0 1 120000 127790565 32063488 7389 1992294400 134512640 135224549 4294956208 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 7828 7389 93 173 0 7653 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31312

[startup+222.301 s]
/proc/loadavg: 1.02 1.08 0.59 2/65 10242
/proc/meminfo: memFree=973744/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=33192 CPUtime=222.23
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 8312 0 0 0 22216 7 0 0 25 0 1 120000 127790565 33988608 7846 1992294400 134512640 135224549 4294956208 18446744073709551615 134595315 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 8298 7846 93 173 0 8123 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 33192

[startup+282.301 s]
/proc/loadavg: 1.01 1.07 0.62 2/65 10242
/proc/meminfo: memFree=972080/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=34736 CPUtime=282.21
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 8707 0 0 0 28214 7 0 0 25 0 1 120000 127790565 35569664 8241 1992294400 134512640 135224549 4294956208 18446744073709551615 134622731 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 8684 8241 93 173 0 8509 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 34736

[startup+342.301 s]
/proc/loadavg: 1.00 1.05 0.64 2/65 10242
/proc/meminfo: memFree=970864/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=36016 CPUtime=342.2
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9006 0 0 0 34212 8 0 0 25 0 1 120000 127790565 36880384 8540 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9004 8540 93 173 0 8829 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 36016

[startup+402.301 s]
/proc/loadavg: 1.00 1.04 0.66 2/65 10244
/proc/meminfo: memFree=969264/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37628 CPUtime=402.18
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9383 0 0 0 40210 8 0 0 25 0 1 120000 127790565 38531072 8917 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9407 8917 93 173 0 9232 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 37628

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

[startup+409.501 s]
/proc/loadavg: 1.00 1.04 0.66 2/65 10244
/proc/meminfo: memFree=969200/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37628 CPUtime=409.37
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9383 0 0 0 40929 8 0 0 25 0 1 120000 127790565 38531072 8917 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9407 8917 93 173 0 9232 0
Current children cumulated CPU time (s) 409.37
Current children cumulated vsize (KiB) 37628

[startup+422.302 s]
/proc/loadavg: 1.00 1.04 0.66 2/65 10244
/proc/meminfo: memFree=969200/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37628 CPUtime=422.18
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9387 0 0 0 42210 8 0 0 25 0 1 120000 127790565 38531072 8921 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9407 8921 93 173 0 9232 0
Current children cumulated CPU time (s) 422.18
Current children cumulated vsize (KiB) 37628

[startup+425.502 s]
/proc/loadavg: 1.00 1.04 0.67 2/65 10244
/proc/meminfo: memFree=969200/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37764 CPUtime=425.37
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9398 0 0 0 42529 8 0 0 25 0 1 120000 127790565 38670336 8932 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9441 8932 93 173 0 9266 0
Current children cumulated CPU time (s) 425.37
Current children cumulated vsize (KiB) 37764

[startup+427.101 s]
/proc/loadavg: 1.00 1.04 0.67 2/65 10244
/proc/meminfo: memFree=969136/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37764 CPUtime=426.97
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9399 0 0 0 42689 8 0 0 25 0 1 120000 127790565 38670336 8933 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9441 8933 93 173 0 9266 0
Current children cumulated CPU time (s) 426.97
Current children cumulated vsize (KiB) 37764

[startup+427.905 s]
/proc/loadavg: 1.00 1.04 0.67 2/65 10244
/proc/meminfo: memFree=969136/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37764 CPUtime=427.77
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9400 0 0 0 42769 8 0 0 25 0 1 120000 127790565 38670336 8934 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9441 8934 93 173 0 9266 0
Current children cumulated CPU time (s) 427.77
Current children cumulated vsize (KiB) 37764

[startup+428.702 s]
/proc/loadavg: 1.00 1.04 0.67 2/65 10244
/proc/meminfo: memFree=969136/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37764 CPUtime=428.57
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9400 0 0 0 42849 8 0 0 25 0 1 120000 127790565 38670336 8934 1992294400 134512640 135224549 4294956208 18446744073709551615 134631394 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9441 8934 93 173 0 9266 0
Current children cumulated CPU time (s) 428.57
Current children cumulated vsize (KiB) 37764

[startup+429.102 s]
/proc/loadavg: 1.00 1.03 0.67 2/65 10244
/proc/meminfo: memFree=969136/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=37764 CPUtime=428.97
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9400 0 0 0 42889 8 0 0 25 0 1 120000 127790565 38670336 8934 1992294400 134512640 135224549 4294956208 18446744073709551615 134631392 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 9441 8934 93 173 0 9266 0
Current children cumulated CPU time (s) 428.97
Current children cumulated vsize (KiB) 37764

[startup+429.201 s]
/proc/loadavg: 1.00 1.03 0.67 2/65 10244
/proc/meminfo: memFree=969136/2055920 swapFree=4182092/4192956
[pid=10241] ppid=10239 vsize=35192 CPUtime=429.07
/proc/10241/stat : 10241 (CirCUs) R 10239 10241 10146 0 -1 4194304 9403 0 0 0 42899 8 0 0 25 0 1 120000 127790565 36036608 8443 1992294400 134512640 135224549 4294956208 18446744073709551615 134717067 0 0 4096 8192 0 0 0 17 1 0 0
/proc/10241/statm: 8798 8443 95 173 0 8623 0
Current children cumulated CPU time (s) 429.07
Current children cumulated vsize (KiB) 35192

Child status: 0
Real time (s): 429.246
CPU time (s): 429.127
CPU user time (s): 429.032
CPU system time (s): 0.094985
CPU usage (%): 99.9723
Max. virtual memory (cumulated for all children) (KiB): 37764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 429.032
system time used= 0.094985
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= 646

runsolver used 0.407937 second user time and 0.790879 second system time

The end

Launcher Data

Begin job on node11 at 2009-04-29 11:32:49
IDJOB=1562755
IDBENCH=70940
IDSOLVER=544
FILE ID=node11/1562755-1240997569
PBS_JOBID= 9204856
Free space on /tmp= 66332 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-1562755-1240997569/watcher-1562755-1240997569 -o /tmp/evaluation-result-1562755-1240997569/solver-1562755-1240997569 -C 1200 -W 1800 -M 1800  HOME/CirCUs HOME/instance-1562755-1240997569.cnf -t 1200

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

MD5SUM BENCH= a7bc41b32260e4459b2bee7c18cacba1
RANDOM SEED=1674536108

node11.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.214
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.214
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:       1005456 kB
Buffers:         40648 kB
Cached:         917120 kB
SwapCached:       4976 kB
Active:          76096 kB
Inactive:       889884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1005456 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            3936 kB
Writeback:           0 kB
Mapped:          14472 kB
Slab:            70400 kB
Committed_AS:   524016 kB
PageTables:       1448 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= 66328 MiB
End job on node11 at 2009-04-29 11:39:58