Trace number 1723493

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 534.648 534.786

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark115.078
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

4.19/4.30	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
4.19/4.30	c Eliminate time :        3.6 
534.55/534.78	c CNF read time  :       0.58 
534.55/534.78	c CNF solve time :     534.21 
534.55/534.78	c Memory usage :    110.652 MB
534.55/534.78	c Restart : 514
534.55/534.78	c Decisions : random(89099), heuristic(6024938), history(0/0)
534.55/534.78	c Implications : 390800978
534.55/534.78	c Forced Restart : 0
534.55/534.78	c Polarity Change : 3099
534.55/534.78	c Learned clasues  : 27090 out of 978712
534.55/534.78	c Learned literals : 504366 out of 24520769
534.55/534.78	c Number of first UIP : 294039 out of 978712
534.55/534.78	c Number of simplify : 3
534.55/534.78	c Number of continuous distill : 87654
534.55/534.78	c Average depth of OTS : 4
534.55/534.78	c Average depth of additional conflict : 27
534.55/534.78	c Saved conflict clasues : 49237
534.55/534.78	c Saved conflict literals : 351944
534.55/534.78	c Additional conflict clauses : 35984
534.55/534.78	c Additional conflict literals : 841581
534.55/534.78	c Additional conflict analysis : 80043
534.55/534.78	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-1723493-1240686638/watcher-1723493-1240686638 -o /tmp/evaluation-result-1723493-1240686638/solver-1723493-1240686638 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1723493-1240686638.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22110
/proc/meminfo: memFree=1706112/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=5168 CPUtime=0
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 693 0 0 0 0 0 0 0 18 0 1 120000 96697092 5292032 679 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 1292 683 66 173 0 1117 0

[startup+0.096213 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22110
/proc/meminfo: memFree=1706112/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=20600 CPUtime=0.09
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 3776 0 0 0 8 1 0 0 18 0 1 120000 96697092 21094400 3663 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 5150 3663 70 173 0 4975 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20600

[startup+0.101212 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22110
/proc/meminfo: memFree=1706112/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=20864 CPUtime=0.09
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 3851 0 0 0 8 1 0 0 18 0 1 120000 96697092 21364736 3738 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 5216 3738 70 173 0 5041 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20864

[startup+0.301234 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22110
/proc/meminfo: memFree=1706112/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=31804 CPUtime=0.29
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 6968 0 0 0 26 3 0 0 19 0 1 120000 96697092 32567296 6726 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 7951 6727 70 173 0 7776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31804

[startup+0.701276 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22110
/proc/meminfo: memFree=1706112/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=49852 CPUtime=0.69
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 12076 0 0 0 64 5 0 0 22 0 1 120000 96697092 51048448 11576 1992294400 134512640 135224549 4294956208 18446744073709551615 134570924 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 12463 11576 75 173 0 12288 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49852

[startup+1.50136 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1650296/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=73776 CPUtime=1.49
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 18573 0 0 0 141 8 0 0 25 0 1 120000 96697092 75546624 17560 1992294400 134512640 135224549 4294956208 18446744073709551615 134726407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 18444 17560 77 173 0 18269 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73776

[startup+3.10153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1624376/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=88884 CPUtime=3.09
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 22784 0 0 0 299 10 0 0 25 0 1 120000 96697092 91017216 21642 1992294400 134512640 135224549 4294956208 18446744073709551615 134570365 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 22221 21642 77 173 0 22046 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 88884

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1616184/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=93116 CPUtime=6.3
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 24610 0 0 0 618 12 0 0 25 0 1 120000 96697092 95350784 22489 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 23279 22489 92 173 0 23104 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 93116

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1615224/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=94040 CPUtime=12.69
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 24832 0 0 0 1257 12 0 0 25 0 1 120000 96697092 96296960 22711 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 23510 22711 92 173 0 23335 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 94040

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1614456/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=94964 CPUtime=25.49
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 25043 0 0 0 2537 12 0 0 25 0 1 120000 96697092 97243136 22922 1992294400 134512640 135224549 4294956208 18446744073709551615 134638352 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 23741 22922 92 173 0 23566 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 94964

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1613752/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=95888 CPUtime=51.08
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 25269 0 0 0 5096 12 0 0 25 0 1 120000 96697092 98189312 23148 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 23972 23148 92 173 0 23797 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 95888

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1611896/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=97576 CPUtime=102.27
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 25698 0 0 0 10215 12 0 0 25 0 1 120000 96697092 99917824 23577 1992294400 134512640 135224549 4294956208 18446744073709551615 134584998 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 24394 23577 92 173 0 24219 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 97576

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1609208/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=100348 CPUtime=162.25
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 26379 0 0 0 16212 13 0 0 25 0 1 120000 96697092 102756352 24258 1992294400 134512640 135224549 4294956208 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 25087 24258 92 173 0 24912 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 100348

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1606904/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=102844 CPUtime=222.23
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 26954 0 0 0 22209 14 0 0 25 0 1 120000 96697092 105312256 24833 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 25711 24833 92 173 0 25536 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 102844

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1605112/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=104560 CPUtime=282.22
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 27402 0 0 0 28207 15 0 0 25 0 1 120000 96697092 107069440 25281 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 26140 25281 92 173 0 25965 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 104560

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1601464/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=108156 CPUtime=342.2
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 28295 0 0 0 34205 15 0 0 25 0 1 120000 96697092 110751744 26174 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 27039 26174 92 173 0 26864 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 108156

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1600568/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=108948 CPUtime=402.19
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 28510 0 0 0 40203 16 0 0 25 0 1 120000 96697092 111562752 26389 1992294400 134512640 135224549 4294956208 18446744073709551615 134587793 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 27237 26389 92 173 0 27062 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 108948

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1599032/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=110400 CPUtime=462.17
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 28892 0 0 0 46201 16 0 0 25 0 1 120000 96697092 113049600 26771 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 27600 26771 92 173 0 27425 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 110400

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1596088/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=113304 CPUtime=522.16
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 29622 0 0 0 52199 17 0 0 25 0 1 120000 96697092 116023296 27501 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 28326 27501 92 173 0 28151 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 113304

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

[startup+524.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1596088/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=113304 CPUtime=524.56
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 29622 0 0 0 52439 17 0 0 25 0 1 120000 96697092 116023296 27501 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 28326 27501 92 173 0 28151 0
Current children cumulated CPU time (s) 524.56
Current children cumulated vsize (KiB) 113304

[startup+531.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1596088/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=113304 CPUtime=530.95
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 29622 0 0 0 53078 17 0 0 25 0 1 120000 96697092 116023296 27501 1992294400 134512640 135224549 4294956208 18446744073709551615 134595766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 28326 27501 92 173 0 28151 0
Current children cumulated CPU time (s) 530.95
Current children cumulated vsize (KiB) 113304

[startup+532.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1596088/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=113304 CPUtime=532.55
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 29623 0 0 0 53238 17 0 0 25 0 1 120000 96697092 116023296 27502 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 28326 27502 92 173 0 28151 0
Current children cumulated CPU time (s) 532.55
Current children cumulated vsize (KiB) 113304

[startup+533.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1596088/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=113304 CPUtime=533.36
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 29623 0 0 0 53319 17 0 0 25 0 1 120000 96697092 116023296 27502 1992294400 134512640 135224549 4294956208 18446744073709551615 134595757 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 28326 27502 92 173 0 28151 0
Current children cumulated CPU time (s) 533.36
Current children cumulated vsize (KiB) 113304

[startup+534.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1596088/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=113304 CPUtime=534.15
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 29623 0 0 0 53398 17 0 0 25 0 1 120000 96697092 116023296 27502 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 28326 27502 92 173 0 28151 0
Current children cumulated CPU time (s) 534.15
Current children cumulated vsize (KiB) 113304

[startup+534.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 22111
/proc/meminfo: memFree=1600184/2055920 swapFree=4181324/4192956
[pid=22110] ppid=22108 vsize=99272 CPUtime=534.55
/proc/22110/stat : 22110 (CirCUs) R 22108 22110 21750 0 -1 4194304 29627 0 0 0 53438 17 0 0 25 0 1 120000 96697092 101654528 24504 1992294400 134512640 135224549 4294956208 18446744073709551615 134721693 0 0 4096 8192 0 0 0 17 1 0 0
/proc/22110/statm: 24818 24504 95 173 0 24643 0
Current children cumulated CPU time (s) 534.55
Current children cumulated vsize (KiB) 99272

Child status: 0
Real time (s): 534.786
CPU time (s): 534.648
CPU user time (s): 534.451
CPU system time (s): 0.19697
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 113304

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

runsolver used 0.397939 second user time and 1.11083 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 21:10:38
IDJOB=1723493
IDBENCH=71715
IDSOLVER=544
FILE ID=node19/1723493-1240686638
PBS_JOBID= 9186699
Free space on /tmp= 66232 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723493-1240686638/watcher-1723493-1240686638 -o /tmp/evaluation-result-1723493-1240686638/solver-1723493-1240686638 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1723493-1240686638.cnf -t 1200

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED=144931581

node19.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.236
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.236
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:       1706592 kB
Buffers:         50012 kB
Cached:         223908 kB
SwapCached:       5424 kB
Active:          92624 kB
Inactive:       189200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706592 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            9760 kB
Writeback:           0 kB
Mapped:          13508 kB
Slab:            53432 kB
Committed_AS:   339980 kB
PageTables:       1452 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= 66232 MiB
End job on node19 at 2009-04-25 21:19:33