Trace number 1772969

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 37.7353 37.7484

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.684
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data

0.00/0.00	c Parsing...
0.39/0.40	c ==============================================================================
0.39/0.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.40	c ==============================================================================
0.39/0.40	c |         0 |  439298  1132270 |  131789       0        0     nan |  0.000 % |
7.68/7.75	c |         0 |  267244  1574041 |      --       0       --      -- |     --   | -172054/441771
7.68/7.75	c ==============================================================================
7.68/7.75	c Result  :   #vars: 8357   #clauses: 267244   #literals: 1574041
7.68/7.75	c CPU time:   7.49386 s
7.68/7.75	c ==============================================================================
8.28/8.33	c Rsat version 3.02
8.32/8.66	c Base unit clause learned: 0
37.57/37.69	c CNF stats: (8357 vars, 267244 clauses)
37.57/37.69	c Decisions: 131911
37.57/37.69	c Conflicts: 48549
37.57/37.69	c Restarts: 14
37.57/37.69	c Avg lpc: 37.43
37.57/37.69	c Max decision level: 306
37.57/37.69	c KB reduction: 0 (0 clauses removed)
37.57/37.69	c Final decision lit size:8357 (100.00 %)
37.57/37.69	c Final stack/save sizes: 664(7.95 %)/1328(15.89 %)
37.57/37.69	c Final cdc size: 800 (9.57 %)
37.57/37.69	c ***********************************************
37.57/37.69	c Conflicts with bac: 2655/48549 (5.47 %)
37.57/37.69	c Avg bac size: 18.53
37.57/37.69	c Avg bac bt depth: 8.96 vs 2.33 (normal)
37.67/37.72	c Running time: 29.33054 seconds
37.67/37.73	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-1772969-1241329985/watcher-1772969-1241329985 -o /tmp/evaluation-result-1772969-1241329985/solver-1772969-1241329985 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772969-1241329985.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.92 0.98 0.99 3/65 1496
/proc/meminfo: memFree=1790384/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) R 1494 1496 1459 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 268213742239 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/1496/statm: 1339 238 198 169 0 50 0
[pid=1497] ppid=1496 vsize=1464 CPUtime=0
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 226 0 0 0 0 0 0 0 18 0 1 0 161031761 1499136 209 1992294400 4194304 4959918 548682068688 18446744073709551615 4237248 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 366 209 66 186 0 176 0

[startup+0.054491 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 1496
/proc/meminfo: memFree=1790384/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1496/statm: 1339 239 199 169 0 50 0
[pid=1497] ppid=1496 vsize=11500 CPUtime=0.04
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 2515 0 0 0 4 0 0 0 19 0 1 0 161031761 11776000 2498 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 2875 2499 66 186 0 2685 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16856

[startup+0.102496 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 1496
/proc/meminfo: memFree=1790384/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1496/statm: 1339 239 199 169 0 50 0
[pid=1497] ppid=1496 vsize=21304 CPUtime=0.09
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 4682 0 0 0 7 2 0 0 19 0 1 0 161031761 21815296 4665 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 5326 4670 66 186 0 5136 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26660

[startup+0.301519 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 1496
/proc/meminfo: memFree=1790384/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1496/statm: 1339 239 199 169 0 50 0
[pid=1497] ppid=1496 vsize=67236 CPUtime=0.29
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 15154 0 0 0 21 8 0 0 21 0 1 0 161031761 68849664 15137 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 16809 15138 66 186 0 16619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72592

[startup+0.701563 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 1496
/proc/meminfo: memFree=1790384/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1496/statm: 1339 239 199 169 0 50 0
[pid=1497] ppid=1496 vsize=91960 CPUtime=0.69
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 21460 0 0 0 56 13 0 0 24 0 1 0 161031761 94167040 21209 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 22990 21209 91 186 0 22800 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 97316

[startup+1.50265 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 1498
/proc/meminfo: memFree=1702304/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1496/statm: 1339 239 199 169 0 50 0
[pid=1497] ppid=1496 vsize=93872 CPUtime=1.49
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 21955 0 0 0 133 16 0 0 25 0 1 0 161031761 96124928 21704 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 23468 21704 91 186 0 23278 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99228

[startup+3.10184 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 1498
/proc/meminfo: memFree=1695392/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1496/statm: 1339 239 199 169 0 50 0
[pid=1497] ppid=1496 vsize=97316 CPUtime=3.09
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 22781 0 0 0 289 20 0 0 25 0 1 0 161031761 99651584 22530 1992294400 4194304 4959918 548682068688 18446744073709551615 4242991 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 24329 22530 91 186 0 24139 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102672

[startup+6.3012 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 1498
/proc/meminfo: memFree=1678048/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=0
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161031761 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1496/statm: 1339 239 199 169 0 50 0
[pid=1497] ppid=1496 vsize=110368 CPUtime=6.29
/proc/1497/stat : 1497 (SatElite) R 1496 1496 1459 0 -1 4194304 25644 0 0 0 604 25 0 0 25 0 1 0 161031761 113016832 25194 1992294400 4194304 4959918 548682068688 18446744073709551615 4269064 0 0 4096 3 0 0 0 17 1 0 0
/proc/1497/statm: 27592 25194 92 186 0 27402 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115724

[startup+12.7019 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 1499
/proc/meminfo: memFree=1738592/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=8.32
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 312 27137 0 0 0 0 801 31 16 0 1 0 161031761 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1496/statm: 1339 241 199 169 0 50 0
[pid=1499] ppid=1496 vsize=30572 CPUtime=4.36
/proc/1499/stat : 1499 (rsat) R 1496 1496 1459 0 -1 4194304 7196 0 0 0 433 3 0 0 25 0 1 0 161032594 31305728 7138 1992294400 4194304 5460562 548682068800 18446744073709551615 4226290 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1499/statm: 7643 7138 118 309 0 7330 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35928

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 1499
/proc/meminfo: memFree=1732392/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=8.32
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 312 27137 0 0 0 0 801 31 16 0 1 0 161031761 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1496/statm: 1339 241 199 169 0 50 0
[pid=1499] ppid=1496 vsize=36528 CPUtime=17.15
/proc/1499/stat : 1499 (rsat) R 1496 1496 1459 0 -1 4194304 8789 0 0 0 1711 4 0 0 25 0 1 0 161032594 37404672 8664 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1499/statm: 9132 8664 118 309 0 8819 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 41884

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

[startup+31.9051 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 1499
/proc/meminfo: memFree=1730088/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=8.32
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 312 27137 0 0 0 0 801 31 16 0 1 0 161031761 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1496/statm: 1339 241 199 169 0 50 0
[pid=1499] ppid=1496 vsize=39028 CPUtime=23.56
/proc/1499/stat : 1499 (rsat) R 1496 1496 1459 0 -1 4194304 9462 0 0 0 2351 5 0 0 25 0 1 0 161032594 39964672 9207 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1499/statm: 9757 9207 118 309 0 9444 0
Current children cumulated CPU time (s) 31.88
Current children cumulated vsize (KiB) 44384

[startup+35.1015 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 1499
/proc/meminfo: memFree=1729128/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=8.32
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 312 27137 0 0 0 0 801 31 16 0 1 0 161031761 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1496/statm: 1339 241 199 169 0 50 0
[pid=1499] ppid=1496 vsize=39980 CPUtime=26.75
/proc/1499/stat : 1499 (rsat) R 1496 1496 1459 0 -1 4194304 9692 0 0 0 2670 5 0 0 25 0 1 0 161032594 40939520 9437 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1499/statm: 9995 9437 118 309 0 9682 0
Current children cumulated CPU time (s) 35.07
Current children cumulated vsize (KiB) 45336

[startup+36.7016 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 1499
/proc/meminfo: memFree=1728872/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=8.32
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 312 27137 0 0 0 0 801 31 16 0 1 0 161031761 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1496/statm: 1339 241 199 169 0 50 0
[pid=1499] ppid=1496 vsize=40408 CPUtime=28.35
/proc/1499/stat : 1499 (rsat) R 1496 1496 1459 0 -1 4194304 9792 0 0 0 2830 5 0 0 25 0 1 0 161032594 41377792 9537 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1499/statm: 10102 9537 118 309 0 9789 0
Current children cumulated CPU time (s) 36.67
Current children cumulated vsize (KiB) 45764

[startup+37.5017 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 1499
/proc/meminfo: memFree=1728680/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=8.32
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 312 27137 0 0 0 0 801 31 16 0 1 0 161031761 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1496/statm: 1339 241 199 169 0 50 0
[pid=1499] ppid=1496 vsize=40408 CPUtime=29.15
/proc/1499/stat : 1499 (rsat) R 1496 1496 1459 0 -1 4194304 9818 0 0 0 2910 5 0 0 25 0 1 0 161032594 41377792 9563 1992294400 4194304 5460562 548682068800 18446744073709551615 4201741 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1499/statm: 10102 9563 118 309 0 9789 0
Current children cumulated CPU time (s) 37.47
Current children cumulated vsize (KiB) 45764

[startup+37.7018 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 1499
/proc/meminfo: memFree=1728680/2055920 swapFree=4178660/4192956
[pid=1496] ppid=1494 vsize=5356 CPUtime=8.32
/proc/1496/stat : 1496 (rsat.sh) S 1494 1496 1459 0 -1 4194304 312 27137 0 0 0 0 801 31 16 0 1 0 161031761 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1496/statm: 1339 241 199 169 0 50 0
[pid=1499] ppid=1496 vsize=40408 CPUtime=29.35
/proc/1499/stat : 1499 (rsat) R 1496 1496 1459 0 -1 4194304 9819 0 0 0 2930 5 0 0 25 0 1 0 161032594 41377792 9563 1992294400 4194304 5460562 548682068800 18446744073709551615 4791101 0 0 4096 1026 0 0 0 17 1 0 0
/proc/1499/statm: 10102 9563 118 309 0 9789 0
Current children cumulated CPU time (s) 37.67
Current children cumulated vsize (KiB) 45764

Child status: 20
Real time (s): 37.7484
CPU time (s): 37.7353
CPU user time (s): 37.3433
CPU system time (s): 0.39194
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 117676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3433
system time used= 0.39194
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37426
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= 10
involuntary context switches= 78

runsolver used 0.030995 second user time and 0.112982 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-03 07:53:06
IDJOB=1772969
IDBENCH=20420
IDSOLVER=615
FILE ID=node32/1772969-1241329985
PBS_JOBID= 9225408
Free space on /tmp= 66488 MiB

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

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

MD5SUM BENCH= 7634252332633927f116161c1beb6151
RANDOM SEED=987860026

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:       1790864 kB
Buffers:         48852 kB
Cached:         162728 kB
SwapCached:       7924 kB
Active:          86300 kB
Inactive:       134408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1790864 kB
SwapTotal:     4192956 kB
SwapFree:      4178660 kB
Dirty:           13532 kB
Writeback:           0 kB
Mapped:          14204 kB
Slab:            30044 kB
Committed_AS:   711596 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= 66484 MiB
End job on node32 at 2009-05-03 07:53:44