Trace number 1772979

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 21.8227 21.8485

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark15.5716
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

0.00/0.00	c Parsing...
0.49/0.54	c ==============================================================================
0.49/0.54	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.54	c ==============================================================================
0.49/0.54	c |         0 |  648970  1721660 |  194691       0        0     nan |  0.000 % |
12.08/12.12	c |         0 |  438148  2475313 |      --       0       --      -- |     --   | -210822/753653
12.08/12.12	c ==============================================================================
12.08/12.12	c Result  :   #vars: 10026   #clauses: 438148   #literals: 2475313
12.08/12.12	c CPU time:   11.8042 s
12.08/12.12	c ==============================================================================
12.88/12.95	c Rsat version 3.02
13.58/13.63	c Base unit clause learned: 0
21.66/21.77	c CNF stats: (10026 vars, 438148 clauses)
21.66/21.77	c Decisions: 59876
21.66/21.77	c Conflicts: 11445
21.66/21.77	c Restarts: 11
21.66/21.77	c Avg lpc: 82.42
21.66/21.77	c Max decision level: 310
21.66/21.77	c KB reduction: 0 (0 clauses removed)
21.66/21.77	c Final decision lit size:10026 (100.00 %)
21.66/21.77	c Final stack/save sizes: 800(7.98 %)/3200(31.92 %)
21.66/21.77	c Final cdc size: 1600 (15.96 %)
21.66/21.77	c ***********************************************
21.66/21.77	c Conflicts with bac: 663/11445 (5.79 %)
21.66/21.77	c Avg bac size: 31.42
21.66/21.77	c Avg bac bt depth: 13.74 vs 4.67 (normal)
21.76/21.81	c Running time: 8.76067 seconds
21.76/21.82	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-1772979-1241330024/watcher-1772979-1241330024 -o /tmp/evaluation-result-1772979-1241330024/solver-1772979-1241330024 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772979-1241330024.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.96 0.98 0.99 3/65 1526
/proc/meminfo: memFree=1783992/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) R 1524 1526 1459 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1526/statm: 1339 238 198 169 0 50 0
[pid=1527] ppid=1526 vsize=1596 CPUtime=0
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 260 0 0 0 0 0 0 0 18 0 1 0 161035645 1634304 243 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 399 246 66 186 0 209 0

[startup+0.0919421 s]
/proc/loadavg: 0.96 0.98 0.99 3/65 1526
/proc/meminfo: memFree=1783992/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=20320 CPUtime=0.07
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 4327 0 0 0 6 1 0 0 19 0 1 0 161035645 20807680 4310 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 5080 4312 66 186 0 4890 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 25676

[startup+0.101941 s]
/proc/loadavg: 0.96 0.98 0.99 3/65 1526
/proc/meminfo: memFree=1783992/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=21772 CPUtime=0.09
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 4787 0 0 0 7 2 0 0 19 0 1 0 161035645 22294528 4770 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 5443 4773 66 186 0 5253 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27128

[startup+0.301963 s]
/proc/loadavg: 0.96 0.98 0.99 3/65 1526
/proc/meminfo: memFree=1783992/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=67332 CPUtime=0.29
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 14791 0 0 0 22 7 0 0 21 0 1 0 161035645 68947968 14774 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 16833 14774 66 186 0 16643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72688

[startup+0.702007 s]
/proc/loadavg: 0.96 0.98 0.99 3/65 1526
/proc/meminfo: memFree=1783992/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=124184 CPUtime=0.68
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 29245 0 0 0 55 13 0 0 25 0 1 0 161035645 127164416 28944 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 31046 28944 91 186 0 30856 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 129540

[startup+1.5011 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 1528
/proc/meminfo: memFree=1665832/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=125676 CPUtime=1.49
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 29611 0 0 0 134 15 0 0 25 0 1 0 161035645 128692224 29310 1992294400 4194304 4959918 548682068688 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 31419 29310 91 186 0 31229 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 131032

[startup+3.10128 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 1528
/proc/meminfo: memFree=1658728/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=131068 CPUtime=3.09
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 30892 0 0 0 289 20 0 0 25 0 1 0 161035645 134213632 30591 1992294400 4194304 4959918 548682068688 18446744073709551615 4241683 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 32767 30591 91 186 0 32577 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 136424

[startup+6.30164 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 1528
/proc/meminfo: memFree=1641256/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=137768 CPUtime=6.29
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 32370 0 0 0 601 28 0 0 25 0 1 0 161035645 141074432 32069 1992294400 4194304 4959918 548682068688 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 34442 32069 91 186 0 34252 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 143124

[startup+12.7024 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 1528
/proc/meminfo: memFree=1624296/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=0
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161035644 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1526/statm: 1339 239 199 169 0 50 0
[pid=1527] ppid=1526 vsize=150708 CPUtime=12.69
/proc/1527/stat : 1527 (SatElite) R 1526 1526 1459 0 -1 4194304 36555 0 0 0 1236 33 0 0 25 0 1 0 161035645 154324992 34241 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/1527/statm: 37677 34241 94 186 0 37487 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 156064

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

[startup+15.9017 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 1529
/proc/meminfo: memFree=1708392/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=12.94
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 312 36558 0 0 0 0 1258 36 16 0 1 0 161035644 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1526/statm: 1339 241 199 169 0 50 0
[pid=1529] ppid=1526 vsize=43428 CPUtime=2.93
/proc/1529/stat : 1529 (rsat) R 1526 1526 1459 0 -1 4194304 10462 0 0 0 287 6 0 0 25 0 1 0 161036940 44470272 10388 1992294400 4194304 5460562 548682068800 18446744073709551615 4198109 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1529/statm: 10857 10388 116 309 0 10544 0
Current children cumulated CPU time (s) 15.87
Current children cumulated vsize (KiB) 48784

[startup+19.1011 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 1529
/proc/meminfo: memFree=1706152/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=12.94
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 312 36558 0 0 0 0 1258 36 16 0 1 0 161035644 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1526/statm: 1339 241 199 169 0 50 0
[pid=1529] ppid=1526 vsize=45680 CPUtime=6.12
/proc/1529/stat : 1529 (rsat) R 1526 1526 1459 0 -1 4194304 11003 0 0 0 605 7 0 0 25 0 1 0 161036940 46776320 10929 1992294400 4194304 5460562 548682068800 18446744073709551615 4227688 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1529/statm: 11420 10929 116 309 0 11107 0
Current children cumulated CPU time (s) 19.06
Current children cumulated vsize (KiB) 51036

[startup+20.7023 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 1529
/proc/meminfo: memFree=1705512/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=12.94
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 312 36558 0 0 0 0 1258 36 16 0 1 0 161035644 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1526/statm: 1339 241 199 169 0 50 0
[pid=1529] ppid=1526 vsize=46884 CPUtime=7.73
/proc/1529/stat : 1529 (rsat) R 1526 1526 1459 0 -1 4194304 11281 0 0 0 765 8 0 0 25 0 1 0 161036940 48009216 11207 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1529/statm: 11721 11207 118 309 0 11408 0
Current children cumulated CPU time (s) 20.67
Current children cumulated vsize (KiB) 52240

[startup+21.5024 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 1529
/proc/meminfo: memFree=1704616/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=12.94
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 312 36558 0 0 0 0 1258 36 16 0 1 0 161035644 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1526/statm: 1339 241 199 169 0 50 0
[pid=1529] ppid=1526 vsize=47480 CPUtime=8.52
/proc/1529/stat : 1529 (rsat) R 1526 1526 1459 0 -1 4194304 11460 0 0 0 844 8 0 0 25 0 1 0 161036940 48619520 11386 1992294400 4194304 5460562 548682068800 18446744073709551615 4226196 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1529/statm: 11870 11386 118 309 0 11557 0
Current children cumulated CPU time (s) 21.46
Current children cumulated vsize (KiB) 52836

[startup+21.7014 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 1529
/proc/meminfo: memFree=1704616/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=12.94
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 312 36558 0 0 0 0 1258 36 16 0 1 0 161035644 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1526/statm: 1339 241 199 169 0 50 0
[pid=1529] ppid=1526 vsize=47596 CPUtime=8.72
/proc/1529/stat : 1529 (rsat) R 1526 1526 1459 0 -1 4194304 11470 0 0 0 864 8 0 0 25 0 1 0 161036940 48738304 11396 1992294400 4194304 5460562 548682068800 18446744073709551615 4198427 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1529/statm: 11899 11396 118 309 0 11586 0
Current children cumulated CPU time (s) 21.66
Current children cumulated vsize (KiB) 52952

[startup+21.8014 s]
/proc/loadavg: 0.97 0.98 0.99 2/67 1529
/proc/meminfo: memFree=1704616/2055920 swapFree=4178660/4192956
[pid=1526] ppid=1524 vsize=5356 CPUtime=12.94
/proc/1526/stat : 1526 (rsat.sh) S 1524 1526 1459 0 -1 4194304 312 36558 0 0 0 0 1258 36 16 0 1 0 161035644 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1526/statm: 1339 241 199 169 0 50 0
[pid=1529] ppid=1526 vsize=44040 CPUtime=8.82
/proc/1529/stat : 1529 (rsat) R 1526 1526 1459 0 -1 4194304 11471 0 0 0 874 8 0 0 25 0 1 0 161036940 45096960 10517 1992294400 4194304 5460562 548682068800 18446744073709551615 4786389 0 0 4096 1026 0 0 0 17 0 0 0
/proc/1529/statm: 11010 10517 118 309 0 10697 0
Current children cumulated CPU time (s) 21.76
Current children cumulated vsize (KiB) 49396

Child status: 20
Real time (s): 21.8485
CPU time (s): 21.8227
CPU user time (s): 21.3438
CPU system time (s): 0.478927
CPU usage (%): 99.8819
Max. virtual memory (cumulated for all children) (KiB): 160900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.3438
system time used= 0.478927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48499
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= 36
involuntary context switches= 90

runsolver used 0.020996 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-03 07:53:45
IDJOB=1772979
IDBENCH=20421
IDSOLVER=615
FILE ID=node32/1772979-1241330024
PBS_JOBID= 9225408
Free space on /tmp= 66484 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772979-1241330024/watcher-1772979-1241330024 -o /tmp/evaluation-result-1772979-1241330024/solver-1772979-1241330024 -C 10000 -W 12000 -M 1800  HOME/rsat.sh HOME/instance-1772979-1241330024.cnf HOME

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=172217744

node32.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.216
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.216
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:       1784472 kB
Buffers:         49004 kB
Cached:         168968 kB
SwapCached:       7924 kB
Active:          96196 kB
Inactive:       130912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784472 kB
SwapTotal:     4192956 kB
SwapFree:      4178660 kB
Dirty:           17528 kB
Writeback:           0 kB
Mapped:          14260 kB
Slab:            30120 kB
Committed_AS:   711600 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node32 at 2009-05-03 07:54:07