Trace number 311021

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, and are wall clock time (not CPU 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
tinisat 2007-02-08UNSAT 659.811 660.002

General information on the benchmark

Namerandom/2+p/p0.8/v1295/
unif2p-p0.8-v1295-c4027-S1239472001-19-UNSAT.cnf
MD5SUM914d3e80d7a891b747d01777ed9ce8d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.2419
Satisfiable
(Un)Satisfiability was proved
Number of variables1294
Number of clauses4026
Sum of the clauses size11273
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2805
Number of clauses of size 33221
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/311021-1172563884/instance-311021-1172563884.cnf
0.00/0.00	c 1295 variables, 4026 clauses
659.78/659.99	s UNSATISFIABLE
659.78/659.99	c 378691 decisions, 301662 conflicts, 187 restarts
659.78/659.99	c solved in 659.80s

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.0 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-311021-1172563884 -o ROOT/results/node24/solver-311021-1172563884 -C 1200 -M 1800 --output-limit 1,15 /tmp/evaluation/311021-1172563884/tinisat /tmp/evaluation/311021-1172563884/instance-311021-1172563884.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.01 1.02 1.00 3/77 26492
/proc/meminfo: memFree=1814680/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=716 CPUtime=0
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 98 0 0 0 0 0 0 0 18 0 1 0 276342679 733184 83 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 179 83 48 110 0 66 0

[startup+0.107035 s]
/proc/loadavg: 1.01 1.02 1.00 3/77 26492
/proc/meminfo: memFree=1814680/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=1344 CPUtime=0.1
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 223 0 0 0 10 0 0 0 18 0 1 0 276342679 1376256 207 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517119 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 336 207 52 110 0 223 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1344

[startup+0.515078 s]
/proc/loadavg: 1.01 1.02 1.00 3/77 26492
/proc/meminfo: memFree=1814680/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=1824 CPUtime=0.51
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 329 0 0 0 51 0 0 0 22 0 1 0 276342679 1867776 313 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 456 313 52 110 0 343 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 1824

[startup+1.33517 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 26493
/proc/meminfo: memFree=1813008/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=3064 CPUtime=1.32
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 520 0 0 0 132 0 0 0 25 0 1 0 276342679 3137536 504 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519686 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 766 504 52 110 0 653 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 3064

[startup+2.97135 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 26493
/proc/meminfo: memFree=1812048/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=5244 CPUtime=2.96
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 808 0 0 0 296 0 0 0 25 0 1 0 276342679 5369856 792 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520008 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 1311 792 52 110 0 1198 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 5244

[startup+6.2497 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 26493
/proc/meminfo: memFree=1810384/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=5508 CPUtime=6.24
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 1142 0 0 0 623 1 0 0 25 0 1 0 276342679 5640192 1126 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 1377 1126 52 110 0 1264 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 5508

[startup+12.7034 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 26493
/proc/meminfo: memFree=1808400/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=9728 CPUtime=12.69
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 1629 0 0 0 1268 1 0 0 25 0 1 0 276342679 9961472 1580 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515313 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 2432 1580 52 110 0 2319 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 9728

[startup+25.5088 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 26493
/proc/meminfo: memFree=1805840/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=10400 CPUtime=25.49
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 2264 0 0 0 2547 2 0 0 25 0 1 0 276342679 10649600 2215 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520084 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 2600 2215 52 110 0 2487 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 10400

[startup+51.1176 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 26493
/proc/meminfo: memFree=1802000/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=18980 CPUtime=51.09
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 3271 0 0 0 5106 3 0 0 25 0 1 0 276342679 19435520 3157 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 4745 3157 52 110 0 4632 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18980

[startup+102.334 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 26493
/proc/meminfo: memFree=1796240/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=20116 CPUtime=102.29
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 4717 0 0 0 10224 5 0 0 25 0 1 0 276342679 20598784 4603 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 5029 4603 52 110 0 4916 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 20116

[startup+162.366 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1791120/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=37080 CPUtime=162.3
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 6089 0 0 0 16224 6 0 0 25 0 1 0 276342679 37969920 5846 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 9270 5846 52 110 0 9157 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 37080

[startup+222.389 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1787216/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=37944 CPUtime=222.31
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 7054 0 0 0 22224 7 0 0 25 0 1 0 276342679 38854656 6811 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 9486 6811 52 110 0 9373 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 37944

[startup+282.413 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1783632/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=38576 CPUtime=282.32
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 7961 0 0 0 28224 8 0 0 25 0 1 0 276342679 39501824 7718 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 9644 7718 52 110 0 9531 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 38576

[startup+342.435 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1780112/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=39012 CPUtime=342.32
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 8826 0 0 0 34223 9 0 0 25 0 1 0 276342679 39948288 8583 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 9753 8583 52 110 0 9640 0
Current children cumulated CPU time (s) 342.32
Current children cumulated vsize (KiB) 39012

[startup+402.462 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1776720/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=39432 CPUtime=402.34
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 9651 0 0 0 40224 10 0 0 25 0 1 0 276342679 40378368 9408 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519932 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 9858 9408 52 110 0 9745 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 39432

[startup+462.488 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1773968/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=70648 CPUtime=462.35
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 10361 0 0 0 46224 11 0 0 25 0 1 0 276342679 72343552 10118 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 17662 10118 52 110 0 17549 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 70648

[startup+522.512 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1771152/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=72472 CPUtime=522.35
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 11324 0 0 0 52223 12 0 0 25 0 1 0 276342679 74211328 10824 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18118 10824 52 110 0 18005 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 72472

[startup+582.535 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1768272/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=72996 CPUtime=582.36
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12023 0 0 0 58224 12 0 0 25 0 1 0 276342679 74747904 11523 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18249 11523 52 110 0 18136 0
Current children cumulated CPU time (s) 582.36
Current children cumulated vsize (KiB) 72996

[startup+642.566 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765776/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=642.37
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12664 0 0 0 64224 13 0 0 25 0 1 0 276342679 74944512 12164 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12164 52 110 0 18184 0
Current children cumulated CPU time (s) 642.37
Current children cumulated vsize (KiB) 73188

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

[startup+649.017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765456/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=648.82
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12728 0 0 0 64869 13 0 0 25 0 1 0 276342679 74944512 12228 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12228 52 110 0 18184 0
Current children cumulated CPU time (s) 648.82
Current children cumulated vsize (KiB) 73188

[startup+655.569 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765264/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=655.37
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12793 0 0 0 65524 13 0 0 25 0 1 0 276342679 74944512 12293 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519878 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12293 52 110 0 18184 0
Current children cumulated CPU time (s) 655.37
Current children cumulated vsize (KiB) 73188

[startup+657.215 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765200/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=657.02
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12805 0 0 0 65689 13 0 0 25 0 1 0 276342679 74944512 12305 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12305 52 110 0 18184 0
Current children cumulated CPU time (s) 657.02
Current children cumulated vsize (KiB) 73188

[startup+658.852 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765136/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=658.65
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12818 0 0 0 65852 13 0 0 25 0 1 0 276342679 74944512 12318 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12318 52 110 0 18184 0
Current children cumulated CPU time (s) 658.65
Current children cumulated vsize (KiB) 73188

[startup+659.672 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765072/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=659.47
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12825 0 0 0 65934 13 0 0 25 0 1 0 276342679 74944512 12325 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520045 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12325 52 110 0 18184 0
Current children cumulated CPU time (s) 659.47
Current children cumulated vsize (KiB) 73188

[startup+659.876 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765072/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=659.67
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12826 0 0 0 65954 13 0 0 25 0 1 0 276342679 74944512 12326 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12326 52 110 0 18184 0
Current children cumulated CPU time (s) 659.67
Current children cumulated vsize (KiB) 73188

[startup+659.978 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 26493
/proc/meminfo: memFree=1765072/2055920 swapFree=4139416/4192956
[pid=26492] ppid=26490 vsize=73188 CPUtime=659.78
/proc/26492/stat : 26492 (tinisat) R 26490 26492 25155 0 -1 4194304 12826 0 0 0 65965 13 0 0 25 0 1 0 276342679 74944512 12326 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/26492/statm: 18297 12326 52 110 0 18184 0
Current children cumulated CPU time (s) 659.78
Current children cumulated vsize (KiB) 73188

Child status: 20
Real time (s): 660.002
CPU time (s): 659.811
CPU user time (s): 659.667
CPU system time (s): 0.143978
CPU usage (%): 99.971
Max. virtual memory (cumulated for all children) (KiB): 73188

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

runsolver used 0.486925 second user time and 1.44178 second system time

The end

Launcher Data (download as text)

Begin job on node24 on Tue Feb 27 08:11:24 UTC 2007

IDJOB= 311021
IDBENCH= 20303
IDSOLVER= 100
FILE ID= node24/311021-1172563884

PBS_JOBID= 3971873

Free space on /tmp= 66561 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/random/2+p/p0.8/v1295/unif2p-p0.8-v1295-c4027-S1239472001-19-UNSAT.cnf
COMMAND LINE= /tmp/evaluation/311021-1172563884/tinisat /tmp/evaluation/311021-1172563884/instance-311021-1172563884.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-311021-1172563884 -o ROOT/results/node24/solver-311021-1172563884 -C 1200 -M 1800 --output-limit 1,15  /tmp/evaluation/311021-1172563884/tinisat /tmp/evaluation/311021-1172563884/instance-311021-1172563884.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  914d3e80d7a891b747d01777ed9ce8d7

RANDOM SEED= 58802588

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node24.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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:       1815152 kB
Buffers:         29596 kB
Cached:         157252 kB
SwapCached:       8788 kB
Active:         110292 kB
Inactive:        91548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815152 kB
SwapTotal:     4192956 kB
SwapFree:      4139416 kB
Dirty:             580 kB
Writeback:           0 kB
Mapped:          15840 kB
Slab:            24512 kB
Committed_AS:   785408 kB
PageTables:       1732 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= 66561 MiB

End job on node24 on Tue Feb 27 08:22:24 UTC 2007