Trace number 1773479

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
Rsat 2009-03-22UNSAT 54.5477 54.5837

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.6529
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.19/0.29	c ==============================================================================
0.19/0.30	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.30	c ==============================================================================
0.19/0.30	c |         0 |  283992   662648 |   85197       0        0     nan |  0.000 % |
1.78/1.84	c |         0 |  123658   481466 |      --       0       --      -- |     --   | -160332/-181177
1.78/1.85	c ==============================================================================
1.78/1.85	c Result  :   #vars: 16584   #clauses: 123658   #literals: 481466
1.78/1.85	c CPU time:   1.71774 s
1.78/1.85	c ==============================================================================
1.99/2.06	c Rsat version 3.02
2.08/2.15	c Base unit clause learned: 0
54.44/54.51	c CNF stats: (16584 vars, 123658 clauses)
54.44/54.51	c Decisions: 1230501
54.44/54.51	c Conflicts: 202522
54.44/54.51	c Restarts: 30
54.44/54.51	c Avg lpc: 17.82
54.44/54.52	c Max decision level: 1395
54.44/54.52	c KB reduction: 10 (140644 clauses removed)
54.44/54.52	c Final decision lit size:16584 (100.00 %)
54.44/54.52	c Final stack/save sizes: 165(0.99 %)/660(3.98 %)
54.44/54.52	c Final cdc size: 660 (3.98 %)
54.44/54.52	c ***********************************************
54.44/54.52	c Conflicts with bac: 12766/202522 (6.30 %)
54.44/54.52	c Avg bac size: 10.36
54.44/54.52	c Avg bac bt depth: 20.17 vs 5.06 (normal)
54.44/54.57	c Running time: 52.40503 seconds
54.44/54.57	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-1773479-1241332983/watcher-1773479-1241332983 -o /tmp/evaluation-result-1773479-1241332983/solver-1773479-1241332983 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1773479-1241332983.cnf HOME 

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 2/64 5208
/proc/meminfo: memFree=1806752/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=0
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161326138 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 239 199 169 0 50 0
[pid=5209] ppid=5208 vsize=1252 CPUtime=0
/proc/5209/stat : 5209 (SatElite) R 5208 5208 5171 0 -1 4194304 180 0 0 0 0 0 0 0 20 0 1 0 161326139 1282048 163 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/5209/statm: 313 165 64 186 0 123 0

[startup+0.0975879 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 5208
/proc/meminfo: memFree=1806752/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=0
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161326138 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 239 199 169 0 50 0
[pid=5209] ppid=5208 vsize=25988 CPUtime=0.08
/proc/5209/stat : 5209 (SatElite) R 5208 5208 5171 0 -1 4194304 5626 0 0 0 5 3 0 0 20 0 1 0 161326139 26611712 5609 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/5209/statm: 6497 5611 64 186 0 6307 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31344

[startup+0.101587 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 5208
/proc/meminfo: memFree=1806752/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=0
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161326138 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 239 199 169 0 50 0
[pid=5209] ppid=5208 vsize=26648 CPUtime=0.09
/proc/5209/stat : 5209 (SatElite) R 5208 5208 5171 0 -1 4194304 5854 0 0 0 6 3 0 0 20 0 1 0 161326139 27287552 5837 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/5209/statm: 6662 5840 64 186 0 6472 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32004

[startup+0.301605 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 5208
/proc/meminfo: memFree=1806752/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=0
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161326138 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 239 199 169 0 50 0
[pid=5209] ppid=5208 vsize=70072 CPUtime=0.29
/proc/5209/stat : 5209 (SatElite) R 5208 5208 5171 0 -1 4194304 15952 0 0 0 21 8 0 0 21 0 1 0 161326139 71753728 15935 1992294400 4194304 4959918 548682068688 18446744073709551615 4254979 0 0 4096 3 0 0 0 17 1 0 0
/proc/5209/statm: 17518 15941 86 186 0 17328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75428

[startup+0.701643 s]
/proc/loadavg: 0.93 0.98 0.99 2/64 5208
/proc/meminfo: memFree=1806752/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=0
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161326138 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 239 199 169 0 50 0
[pid=5209] ppid=5208 vsize=75472 CPUtime=0.69
/proc/5209/stat : 5209 (SatElite) R 5208 5208 5171 0 -1 4194304 17577 0 0 0 59 10 0 0 24 0 1 0 161326139 77283328 16957 1992294400 4194304 4959918 548682068688 18446744073709551615 4241103 0 0 4096 3 0 0 0 17 1 0 0
/proc/5209/statm: 18868 16957 92 186 0 18678 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80828

[startup+1.50172 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 5210
/proc/meminfo: memFree=1732360/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=0
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161326138 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 239 199 169 0 50 0
[pid=5209] ppid=5208 vsize=78220 CPUtime=1.49
/proc/5209/stat : 5209 (SatElite) R 5208 5208 5171 0 -1 4194304 18173 0 0 0 137 12 0 0 25 0 1 0 161326139 80097280 17553 1992294400 4194304 4959918 548682068688 18446744073709551615 4270139 0 0 4096 3 0 0 0 17 1 0 0
/proc/5209/statm: 19555 17553 92 186 0 19365 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83576

[startup+3.10187 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 5211
/proc/meminfo: memFree=1790920/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=15564 CPUtime=1.03
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 3552 0 0 0 102 1 0 0 25 0 1 0 161326344 15937536 3385 1992294400 4194304 5460562 548682068800 18446744073709551615 4198198 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 3891 3385 116 309 0 3578 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20920

[startup+6.30116 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1779720/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=18620 CPUtime=4.22
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 4343 0 0 0 420 2 0 0 25 0 1 0 161326344 19066880 4106 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 4655 4106 118 309 0 4342 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 23976

[startup+12.7018 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1776328/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=21456 CPUtime=10.62
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 5647 0 0 0 1059 3 0 0 25 0 1 0 161326344 21970944 4763 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 5364 4763 118 309 0 5051 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 26812

[startup+25.5029 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1776008/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=21844 CPUtime=23.42
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 7213 0 0 0 2338 4 0 0 25 0 1 0 161326344 22368256 4889 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 5461 4889 118 309 0 5148 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27200

[startup+51.1023 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1774728/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=23188 CPUtime=49
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 10479 0 0 0 4893 7 0 0 25 0 1 0 161326344 23744512 5275 1992294400 4194304 5460562 548682068800 18446744073709551615 4227580 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 5797 5275 118 309 0 5484 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28544

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

[startup+52.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1774536/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=23188 CPUtime=50.61
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 10479 0 0 0 5054 7 0 0 25 0 1 0 161326344 23744512 5275 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 5797 5275 118 309 0 5484 0
Current children cumulated CPU time (s) 52.65
Current children cumulated vsize (KiB) 28544

[startup+53.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1774536/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=23188 CPUtime=51.4
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 10479 0 0 0 5133 7 0 0 25 0 1 0 161326344 23744512 5275 1992294400 4194304 5460562 548682068800 18446744073709551615 4210666 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 5797 5275 118 309 0 5484 0
Current children cumulated CPU time (s) 53.44
Current children cumulated vsize (KiB) 28544

[startup+54.3016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1774536/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=23188 CPUtime=52.2
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 10479 0 0 0 5213 7 0 0 25 0 1 0 161326344 23744512 5275 1992294400 4194304 5460562 548682068800 18446744073709551615 4210654 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 5797 5275 118 309 0 5484 0
Current children cumulated CPU time (s) 54.24
Current children cumulated vsize (KiB) 28544

[startup+54.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5211
/proc/meminfo: memFree=1774536/2055920 swapFree=4181296/4192956
[pid=5208] ppid=5206 vsize=5356 CPUtime=2.04
/proc/5208/stat : 5208 (rsat.sh) S 5206 5208 5171 0 -1 4194304 312 18640 0 0 0 0 190 14 16 0 1 0 161326138 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5208/statm: 1339 241 199 169 0 50 0
[pid=5211] ppid=5208 vsize=23188 CPUtime=52.4
/proc/5211/stat : 5211 (rsat) R 5208 5208 5171 0 -1 4194304 10479 0 0 0 5233 7 0 0 25 0 1 0 161326344 23744512 5275 1992294400 4194304 5460562 548682068800 18446744073709551615 4214217 0 0 4096 1026 0 0 0 17 1 0 0
/proc/5211/statm: 5797 5275 118 309 0 5484 0
Current children cumulated CPU time (s) 54.44
Current children cumulated vsize (KiB) 28544

Child status: 20
Real time (s): 54.5837
CPU time (s): 54.5477
CPU user time (s): 54.3157
CPU system time (s): 0.231964
CPU usage (%): 99.934
Max. virtual memory (cumulated for all children) (KiB): 85804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.3157
system time used= 0.231964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29590
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= 35
involuntary context switches= 164

runsolver used 0.054991 second user time and 0.150977 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-03 08:43:04
IDJOB=1773479
IDBENCH=69599
IDSOLVER=615
FILE ID=node48/1773479-1241332983
PBS_JOBID= 9225426
Free space on /tmp= 66412 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773479-1241332983/watcher-1773479-1241332983 -o /tmp/evaluation-result-1773479-1241332983/solver-1773479-1241332983 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1773479-1241332983.cnf HOME

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=812759665

node48.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.209
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.209
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:       1807232 kB
Buffers:         28552 kB
Cached:         155092 kB
SwapCached:       5464 kB
Active:          76232 kB
Inactive:       115196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807232 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:           10544 kB
Writeback:           0 kB
Mapped:          13388 kB
Slab:            43336 kB
Committed_AS:   773668 kB
PageTables:       1368 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= 66408 MiB
End job on node48 at 2009-05-03 08:43:59