Trace number 1772939

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 29.4075 29.4225

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h26-unsat.cnf
MD5SUM4b97e69214a2eddbe060a9ecc3dfbbd8
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark10.1974
Satisfiable
(Un)Satisfiability was proved
Number of variables85694
Number of clauses414657
Sum of the clauses size1073659
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2330211
Number of clauses of size 380574
Number of clauses of size 4910
Number of clauses of size 5103
Number of clauses of size over 52669

Solver Data

0.00/0.00	c Parsing...
0.28/0.37	c ==============================================================================
0.28/0.37	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.38	c ==============================================================================
0.28/0.38	c |         0 |  414447  1073419 |  124334       0        0     nan |  0.000 % |
6.89/6.99	c |         0 |  257542  1484866 |      --       0       --      -- |     --   | -156905/411447
6.89/6.99	c ==============================================================================
6.89/6.99	c Result  :   #vars: 7948   #clauses: 257542   #literals: 1484866
6.89/6.99	c CPU time:   6.76397 s
6.89/6.99	c ==============================================================================
7.49/7.53	c Rsat version 3.02
7.78/7.87	c Base unit clause learned: 0
29.28/29.36	c CNF stats: (7948 vars, 257542 clauses)
29.28/29.36	c Decisions: 110148
29.28/29.36	c Conflicts: 31802
29.28/29.36	c Restarts: 14
29.28/29.36	c Avg lpc: 42.74
29.28/29.36	c Max decision level: 429
29.28/29.36	c KB reduction: 0 (0 clauses removed)
29.28/29.36	c Final decision lit size:7948 (100.00 %)
29.28/29.36	c Final stack/save sizes: 632(7.95 %)/2528(31.81 %)
29.28/29.36	c Final cdc size: 800 (10.07 %)
29.28/29.36	c ***********************************************
29.28/29.36	c Conflicts with bac: 2203/31802 (6.93 %)
29.28/29.36	c Avg bac size: 15.24
29.28/29.36	c Avg bac bt depth: 10.74 vs 2.89 (normal)
29.38/29.40	c Running time: 21.80168 seconds
29.38/29.40	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-1772939-1241329918/watcher-1772939-1241329918 -o /tmp/evaluation-result-1772939-1241329918/solver-1772939-1241329918 -C 10000 -W 12000 -M 1800 HOME/rsat.sh HOME/instance-1772939-1241329918.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.99 0.98 0.99 3/64 28682
/proc/meminfo: memFree=1516344/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=2256 CPUtime=0
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 436 0 0 0 0 0 0 0 18 0 1 0 161025393 2310144 419 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 597 420 66 186 0 407 0

[startup+0.0723399 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28682
/proc/meminfo: memFree=1516344/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=14040 CPUtime=0.05
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 3273 0 0 0 4 1 0 0 18 0 1 0 161025393 14376960 3256 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 3510 3256 66 186 0 3320 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 19396

[startup+0.101342 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28682
/proc/meminfo: memFree=1516344/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=21316 CPUtime=0.09
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 4662 0 0 0 7 2 0 0 18 0 1 0 161025393 21827584 4645 1992294400 4194304 4959918 548682068688 18446744073709551615 4444576 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 5329 4648 66 186 0 5139 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26672

[startup+0.301362 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28682
/proc/meminfo: memFree=1516344/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=67376 CPUtime=0.28
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 15216 0 0 0 21 7 0 0 19 0 1 0 161025393 68993024 15199 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 16844 15201 66 186 0 16654 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 72732

[startup+0.701404 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 28682
/proc/meminfo: memFree=1516344/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=87440 CPUtime=0.69
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 20061 0 0 0 59 10 0 0 22 0 1 0 161025393 89538560 19830 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 21860 19830 91 186 0 21670 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92796

[startup+1.50149 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28684
/proc/meminfo: memFree=1433576/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=89516 CPUtime=1.49
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 20591 0 0 0 137 12 0 0 25 0 1 0 161025393 91664384 20360 1992294400 4194304 4959918 548682068688 18446744073709551615 4240772 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 22379 20360 91 186 0 22189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 94872

[startup+3.10165 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28684
/proc/meminfo: memFree=1426984/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=92632 CPUtime=3.09
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 21355 0 0 0 292 17 0 0 25 0 1 0 161025393 94855168 21124 1992294400 4194304 4959918 548682068688 18446744073709551615 4241699 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 23158 21124 91 186 0 22968 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 97988

[startup+6.30198 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28684
/proc/meminfo: memFree=1409192/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=0
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 161025393 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28682/statm: 1339 239 199 169 0 50 0
[pid=28683] ppid=28682 vsize=104736 CPUtime=6.28
/proc/28683/stat : 28683 (SatElite) R 28682 28682 28496 0 -1 4194304 23742 0 0 0 607 21 0 0 25 0 1 0 161025393 107249664 23427 1992294400 4194304 4959918 548682068688 18446744073709551615 4269077 0 0 4096 3 0 0 0 17 1 0 0
/proc/28683/statm: 26184 23427 92 186 0 25994 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 110092

[startup+12.7016 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28685
/proc/meminfo: memFree=1467176/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=7.53
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 312 24988 0 0 0 0 726 27 16 0 1 0 161025393 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 1339 241 199 169 0 50 0
[pid=28685] ppid=28682 vsize=29844 CPUtime=5.15
/proc/28685/stat : 28685 (rsat) R 28682 28682 28496 0 -1 4194304 6997 0 0 0 511 4 0 0 25 0 1 0 161026147 30560256 6949 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28685/statm: 7461 6949 118 309 0 7148 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 35200

[startup+25.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28685
/proc/meminfo: memFree=1462440/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=7.53
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 312 24988 0 0 0 0 726 27 16 0 1 0 161025393 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 1339 241 199 169 0 50 0
[pid=28685] ppid=28682 vsize=34652 CPUtime=17.95
/proc/28685/stat : 28685 (rsat) R 28682 28682 28496 0 -1 4194304 8274 0 0 0 1790 5 0 0 25 0 1 0 161026147 35483648 8160 1992294400 4194304 5460562 548682068800 18446744073709551615 4198057 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28685/statm: 8663 8160 118 309 0 8350 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40008

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

[startup+27.1011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28685
/proc/meminfo: memFree=1462248/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=7.53
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 312 24988 0 0 0 0 726 27 16 0 1 0 161025393 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 1339 241 199 169 0 50 0
[pid=28685] ppid=28682 vsize=34920 CPUtime=19.55
/proc/28685/stat : 28685 (rsat) R 28682 28682 28496 0 -1 4194304 8341 0 0 0 1950 5 0 0 25 0 1 0 161026147 35758080 8227 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28685/statm: 8730 8227 118 309 0 8417 0
Current children cumulated CPU time (s) 27.08
Current children cumulated vsize (KiB) 40276

[startup+28.7013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28685
/proc/meminfo: memFree=1461800/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=7.53
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 312 24988 0 0 0 0 726 27 16 0 1 0 161025393 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 1339 241 199 169 0 50 0
[pid=28685] ppid=28682 vsize=35188 CPUtime=21.15
/proc/28685/stat : 28685 (rsat) R 28682 28682 28496 0 -1 4194304 8417 0 0 0 2110 5 0 0 25 0 1 0 161026147 36032512 8303 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28685/statm: 8797 8303 118 309 0 8484 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 40544

[startup+29.1013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28685
/proc/meminfo: memFree=1461800/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=7.53
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 312 24988 0 0 0 0 726 27 16 0 1 0 161025393 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 1339 241 199 169 0 50 0
[pid=28685] ppid=28682 vsize=35188 CPUtime=21.55
/proc/28685/stat : 28685 (rsat) R 28682 28682 28496 0 -1 4194304 8417 0 0 0 2150 5 0 0 25 0 1 0 161026147 36032512 8303 1992294400 4194304 5460562 548682068800 18446744073709551615 4210625 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28685/statm: 8797 8303 118 309 0 8484 0
Current children cumulated CPU time (s) 29.08
Current children cumulated vsize (KiB) 40544

[startup+29.3013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28685
/proc/meminfo: memFree=1461800/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=7.53
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 312 24988 0 0 0 0 726 27 16 0 1 0 161025393 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 1339 241 199 169 0 50 0
[pid=28685] ppid=28682 vsize=35188 CPUtime=21.75
/proc/28685/stat : 28685 (rsat) R 28682 28682 28496 0 -1 4194304 8417 0 0 0 2170 5 0 0 25 0 1 0 161026147 36032512 8303 1992294400 4194304 5460562 548682068800 18446744073709551615 4226011 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28685/statm: 8797 8303 118 309 0 8484 0
Current children cumulated CPU time (s) 29.28
Current children cumulated vsize (KiB) 40544

[startup+29.4014 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28685
/proc/meminfo: memFree=1461800/2055920 swapFree=4180888/4192956
[pid=28682] ppid=28680 vsize=5356 CPUtime=7.53
/proc/28682/stat : 28682 (rsat.sh) S 28680 28682 28496 0 -1 4194304 312 24988 0 0 0 0 726 27 16 0 1 0 161025393 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28682/statm: 1339 241 199 169 0 50 0
[pid=28685] ppid=28682 vsize=32912 CPUtime=21.85
/proc/28685/stat : 28685 (rsat) R 28682 28682 28496 0 -1 4194304 8418 0 0 0 2180 5 0 0 25 0 1 0 161026147 33701888 7738 1992294400 4194304 5460562 548682068800 18446744073709551615 5053658 0 0 4096 1026 0 0 0 17 1 0 0
/proc/28685/statm: 8228 7738 1636 309 0 7915 0
Current children cumulated CPU time (s) 29.38
Current children cumulated vsize (KiB) 38268

Child status: 20
Real time (s): 29.4225
CPU time (s): 29.4075
CPU user time (s): 29.0626
CPU system time (s): 0.344947
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 111884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.0626
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33876
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= 37
involuntary context switches= 87

runsolver used 0.032994 second user time and 0.079987 second system time

The end

Launcher Data

Begin job on node24 at 2009-05-03 07:51:59
IDJOB=1772939
IDBENCH=20415
IDSOLVER=615
FILE ID=node24/1772939-1241329918
PBS_JOBID= 9225379
Free space on /tmp= 66536 MiB

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

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

MD5SUM BENCH= 4b97e69214a2eddbe060a9ecc3dfbbd8
RANDOM SEED=1961666514

node24.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.232
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.232
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:       1516824 kB
Buffers:         92496 kB
Cached:         335348 kB
SwapCached:       5860 kB
Active:          95372 kB
Inactive:       340860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516824 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:           13048 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            88776 kB
Committed_AS:   711348 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= 66528 MiB
End job on node24 at 2009-05-03 07:52:28