Trace number 315567

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
Spear FH 1.0UNSAT 398.519 398.64

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h31-unknown.cnf
MD5SUM4211c3af8594e6cbb06d7f7e8978c614
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.0629
Satisfiable
(Un)Satisfiability was proved
Number of variables149210
Number of clauses761906
Sum of the clauses size1988854
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2614506
Number of clauses of size 3141844
Number of clauses of size 41307
Number of clauses of size 5115
Number of clauses of size over 53858

Solver Data (download as text)

0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)          Spear theorem prover               (*) 
0.00/0.00	c (*)        Copyright (C) 2006,2007              (*) 
0.00/0.00	c (*)     Domagoj Babic. All rights reserved.     (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)     There is NO warranty, not even for      (*) 
0.00/0.00	c (*) merchantability or fitness for a particular (*) 
0.00/0.00	c (*)  purpose. Please run with --license to see  (*) 
0.00/0.00	c (*)              license details.               (*) 
0.00/0.00	c (*)                                             (*) 
0.00/0.00	c (*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*)(*) 
0.00/0.00	c 
0.00/0.00	c solving /tmp/evaluation/315567-1172656009/instance-315567-1172656009.cnf
398.47/398.62	s UNSATISFIABLE
398.47/398.62	c runtime 398.55 [s]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node20/watcher-315567-1172656009 -o ROOT/results/node20/solver-315567-1172656009 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/315567-1172656009/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/315567-1172656009/instance-315567-1172656009.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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: 0.91 0.97 0.98 3/77 30654
/proc/meminfo: memFree=1771648/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=1932 CPUtime=0
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 285554913 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 483 247 126 302 0 178 0

[startup+0.019045 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 30654
/proc/meminfo: memFree=1771648/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=2356 CPUtime=0.01
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 374 0 0 0 1 0 0 0 18 0 1 0 285554913 2412544 359 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 589 359 128 302 0 284 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2356

[startup+0.102055 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 30654
/proc/meminfo: memFree=1771648/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=4644 CPUtime=0.09
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 995 0 0 0 9 0 0 0 18 0 1 0 285554913 4755456 947 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 1161 947 129 302 0 856 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4644

[startup+0.301079 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 30654
/proc/meminfo: memFree=1771648/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=11012 CPUtime=0.28
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 2774 0 0 0 28 0 0 0 19 0 1 0 285554913 11276288 2345 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 2753 2346 129 302 0 2448 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 11012

[startup+0.702128 s]
/proc/loadavg: 0.91 0.97 0.98 3/77 30654
/proc/meminfo: memFree=1771648/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=23652 CPUtime=0.69
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 6487 0 0 0 65 4 0 0 22 0 1 0 285554913 24219648 5221 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135271123 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 5913 5221 129 302 0 5608 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23652

[startup+1.50122 s]
/proc/loadavg: 0.91 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1739192/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=48268 CPUtime=1.49
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 13935 0 0 0 135 14 0 0 25 0 1 0 285554913 49426432 11257 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134515582 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 12067 11257 129 302 0 11762 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 48268

[startup+3.10142 s]
/proc/loadavg: 0.91 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1714616/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=65468 CPUtime=3.09
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 18955 0 0 0 288 21 0 0 25 0 1 0 285554913 67039232 14384 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134529837 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 16367 14384 140 302 0 16062 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65468

[startup+6.3018 s]
/proc/loadavg: 0.92 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1714104/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=65720 CPUtime=6.29
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 19011 0 0 0 607 22 0 0 25 0 1 0 285554913 67297280 14440 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526668 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 16430 14440 140 302 0 16125 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 65720

[startup+12.7016 s]
/proc/loadavg: 0.93 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1713784/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=66068 CPUtime=12.68
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 19112 0 0 0 1245 23 0 0 25 0 1 0 285554913 67653632 14541 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 16517 14541 140 302 0 16212 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 66068

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1711992/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=68116 CPUtime=25.48
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 19606 0 0 0 2523 25 0 0 25 0 1 0 285554913 69750784 15035 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 17029 15035 140 302 0 16724 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 68116

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1709112/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=71004 CPUtime=51.07
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 20328 0 0 0 5078 29 0 0 25 0 1 0 285554913 72708096 15757 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 17751 15757 140 302 0 17446 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 71004

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1701048/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=78896 CPUtime=102.26
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 22345 0 0 0 10187 39 0 0 25 0 1 0 285554913 80789504 17741 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 19724 17741 140 302 0 19419 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 78896

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1692728/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=87424 CPUtime=162.24
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 24495 0 0 0 16174 50 0 0 25 0 1 0 285554913 89522176 19826 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 21856 19826 140 302 0 21551 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 87424

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1684664/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=95408 CPUtime=222.23
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 26478 0 0 0 22159 64 0 0 25 0 1 0 285554913 97697792 21809 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 23852 21809 140 302 0 23547 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 95408

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1677752/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=102964 CPUtime=282.21
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 28347 0 0 0 28149 72 0 0 25 0 1 0 285554913 105435136 23549 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 25741 23549 140 302 0 25436 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 102964

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1670264/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=110560 CPUtime=342.19
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 30200 0 0 0 34136 83 0 0 25 0 1 0 285554913 113213440 25402 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 27640 25402 140 302 0 27335 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 110560

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

[startup+358.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1668536/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=112436 CPUtime=358.18
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 30657 0 0 0 35733 85 0 0 25 0 1 0 285554913 115134464 25859 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 28109 25859 140 302 0 27804 0
Current children cumulated CPU time (s) 358.18
Current children cumulated vsize (KiB) 112436

[startup+383.905 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1665336/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=115600 CPUtime=383.78
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31425 0 0 0 38290 88 0 0 25 0 1 0 285554913 118374400 26627 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 28900 26627 140 302 0 28595 0
Current children cumulated CPU time (s) 383.78
Current children cumulated vsize (KiB) 115600

[startup+390.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1664696/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=116344 CPUtime=390.18
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31606 0 0 0 38929 89 0 0 25 0 1 0 285554913 119136256 26808 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526767 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 29086 26808 140 302 0 28781 0
Current children cumulated CPU time (s) 390.18
Current children cumulated vsize (KiB) 116344

[startup+393.501 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1664312/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=116716 CPUtime=393.37
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31700 0 0 0 39248 89 0 0 25 0 1 0 285554913 119517184 26902 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526955 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 29179 26902 140 302 0 28874 0
Current children cumulated CPU time (s) 393.37
Current children cumulated vsize (KiB) 116716

[startup+396.702 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1664184/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=116844 CPUtime=396.57
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31706 0 0 0 39567 90 0 0 25 0 1 0 285554913 119648256 26908 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526781 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 29211 26908 140 302 0 28906 0
Current children cumulated CPU time (s) 396.57
Current children cumulated vsize (KiB) 116844

[startup+397.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1664184/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=116844 CPUtime=397.37
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31706 0 0 0 39647 90 0 0 25 0 1 0 285554913 119648256 26908 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 29211 26908 140 302 0 28906 0
Current children cumulated CPU time (s) 397.37
Current children cumulated vsize (KiB) 116844

[startup+398.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1664184/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=116844 CPUtime=398.17
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31706 0 0 0 39727 90 0 0 25 0 1 0 285554913 119648256 26908 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 29211 26908 140 302 0 28906 0
Current children cumulated CPU time (s) 398.17
Current children cumulated vsize (KiB) 116844

[startup+398.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1664184/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=116844 CPUtime=398.37
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31706 0 0 0 39747 90 0 0 25 0 1 0 285554913 119648256 26908 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526613 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 29211 26908 140 302 0 28906 0
Current children cumulated CPU time (s) 398.37
Current children cumulated vsize (KiB) 116844

[startup+398.602 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 30655
/proc/meminfo: memFree=1664184/2055920 swapFree=4133844/4192956
[pid=30654] ppid=30652 vsize=116844 CPUtime=398.47
/proc/30654/stat : 30654 (Spear-32) R 30652 30654 29662 0 -1 4194304 31706 0 0 0 39757 90 0 0 25 0 1 0 285554913 119648256 26908 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/30654/statm: 29211 26908 140 302 0 28906 0
Current children cumulated CPU time (s) 398.47
Current children cumulated vsize (KiB) 116844

Child status: 20
Real time (s): 398.64
CPU time (s): 398.519
CPU user time (s): 397.595
CPU system time (s): 0.924859
CPU usage (%): 99.9698
Max. virtual memory (cumulated for all children) (KiB): 116844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 397.595
system time used= 0.924859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31727
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= 470

runsolver used 0.412937 second user time and 1.04584 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Wed Feb 28 09:46:49 UTC 2007

IDJOB= 315567
IDBENCH= 20419
IDSOLVER= 132
FILE ID= node20/315567-1172656009

PBS_JOBID= 3981175

Free space on /tmp= 66531 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h31-unknown.cnf
COMMAND LINE= /tmp/evaluation/315567-1172656009/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/315567-1172656009/instance-315567-1172656009.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-315567-1172656009 -o ROOT/results/node20/solver-315567-1172656009 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/315567-1172656009/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/315567-1172656009/instance-315567-1172656009.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  4211c3af8594e6cbb06d7f7e8978c614

RANDOM SEED= 769317638

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.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.234
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.234
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:       1771992 kB
Buffers:         16328 kB
Cached:         172912 kB
SwapCached:      23396 kB
Active:          70696 kB
Inactive:       170292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1771992 kB
SwapTotal:     4192956 kB
SwapFree:      4133844 kB
Dirty:           15312 kB
Writeback:           0 kB
Mapped:          43980 kB
Slab:            28436 kB
Committed_AS:   687972 kB
PageTables:       1760 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= 66531 MiB

End job on node20 on Wed Feb 28 09:53:28 UTC 2007