Trace number 314687

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 643.465 643.685

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-04.cnf
MD5SUM140b498fdbb0a99dba481ef70e9da3eb
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark116.574
Satisfiable
(Un)Satisfiability was proved
Number of variables38290
Number of clauses475249
Sum of the clauses size1355369
Maximum clause length28542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2429660
Number of clauses of size 315371
Number of clauses of size 41052
Number of clauses of size 5230
Number of clauses of size over 528935

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/314687-1172640423/instance-314687-1172640423.cnf
643.37/643.67	s UNSATISFIABLE
643.37/643.67	c runtime 643.54 [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/node26/watcher-314687-1172640423 -o ROOT/results/node26/solver-314687-1172640423 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314687-1172640423/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314687-1172640423/instance-314687-1172640423.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.92 1.00 0.99 3/77 2839
/proc/meminfo: memFree=1303400/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=1932 CPUtime=0
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 283995934 1978368 247 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135110740 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 483 247 126 302 0 178 0

[startup+0.0266369 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 2839
/proc/meminfo: memFree=1303400/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=3172 CPUtime=0.01
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 741 0 0 0 1 0 0 0 18 0 1 0 283995934 3248128 594 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134513448 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 793 594 126 302 0 488 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3172

[startup+0.10165 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 2839
/proc/meminfo: memFree=1303400/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=7912 CPUtime=0.09
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 2207 0 0 0 8 1 0 0 18 0 1 0 283995934 8101888 1432 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134515875 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 1978 1432 127 302 0 1673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7912

[startup+0.301685 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 2839
/proc/meminfo: memFree=1303400/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=8176 CPUtime=0.29
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 2285 0 0 0 27 2 0 0 19 0 1 0 283995934 8372224 1510 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 2044 1510 129 302 0 1739 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8176

[startup+0.701754 s]
/proc/loadavg: 0.92 1.00 0.99 3/77 2839
/proc/meminfo: memFree=1303400/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=9768 CPUtime=0.69
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 2660 0 0 0 66 3 0 0 23 0 1 0 283995934 10002432 1885 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 2442 1885 129 302 0 2137 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9768

[startup+1.50189 s]
/proc/loadavg: 0.92 1.00 0.99 2/78 2840
/proc/meminfo: memFree=1293920/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=12824 CPUtime=1.49
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 3460 0 0 0 145 4 0 0 25 0 1 0 283995934 13131776 2652 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 3206 2652 140 302 0 2901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12824

[startup+3.10117 s]
/proc/loadavg: 0.92 1.00 0.99 2/78 2840
/proc/meminfo: memFree=1292640/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=13844 CPUtime=3.09
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 3686 0 0 0 303 6 0 0 25 0 1 0 283995934 14176256 2878 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 3461 2878 140 302 0 3156 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13844

[startup+6.30173 s]
/proc/loadavg: 0.93 1.00 0.99 2/78 2840
/proc/meminfo: memFree=1290848/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=15572 CPUtime=6.29
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 4134 0 0 0 622 7 0 0 25 0 1 0 283995934 15945728 3326 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 3893 3326 140 302 0 3588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15572

[startup+12.7018 s]
/proc/loadavg: 0.93 1.00 0.99 2/78 2840
/proc/meminfo: memFree=1288224/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=18164 CPUtime=12.68
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 4751 0 0 0 1259 9 0 0 25 0 1 0 283995934 18599936 3943 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 4541 3943 140 302 0 4236 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18164

[startup+25.5011 s]
/proc/loadavg: 0.95 1.00 0.99 2/78 2840
/proc/meminfo: memFree=1284704/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=21512 CPUtime=25.48
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 5627 0 0 0 2535 13 0 0 25 0 1 0 283995934 22028288 4786 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 5378 4786 140 302 0 5073 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21512

[startup+51.1015 s]
/proc/loadavg: 0.96 1.00 0.99 2/78 2840
/proc/meminfo: memFree=1280480/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=25944 CPUtime=51.06
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 6738 0 0 0 5088 18 0 0 25 0 1 0 283995934 26566656 5897 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 6486 5897 140 302 0 6181 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25944

[startup+102.305 s]
/proc/loadavg: 0.98 1.00 0.99 2/78 2840
/proc/meminfo: memFree=1273888/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=32812 CPUtime=102.25
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 8417 0 0 0 10200 25 0 0 25 0 1 0 283995934 33599488 7511 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 8203 7511 140 302 0 7898 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 32812

[startup+162.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/78 2840
/proc/meminfo: memFree=1267296/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=39648 CPUtime=162.23
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 10170 0 0 0 16189 34 0 0 25 0 1 0 283995934 40599552 9135 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 9912 9135 140 302 0 9607 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 39648

[startup+222.301 s]
/proc/loadavg: 1.10 1.03 1.00 2/78 2840
/proc/meminfo: memFree=1258400/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=48756 CPUtime=222.2
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 12391 0 0 0 22177 43 0 0 25 0 1 0 283995934 49926144 11353 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 12189 11353 140 302 0 11884 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 48756

[startup+282.302 s]
/proc/loadavg: 1.10 1.04 1.00 2/78 2840
/proc/meminfo: memFree=1251232/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=55924 CPUtime=282.19
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 14206 0 0 0 28167 52 0 0 25 0 1 0 283995934 57266176 13168 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 13981 13168 140 302 0 13676 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 55924

[startup+342.302 s]
/proc/loadavg: 1.04 1.03 1.00 2/78 2840
/proc/meminfo: memFree=1243872/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=63056 CPUtime=342.17
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 16031 0 0 0 34158 59 0 0 25 0 1 0 283995934 64569344 14993 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 15764 14993 140 302 0 15459 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 63056

[startup+402.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 2840
/proc/meminfo: memFree=1238112/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=70144 CPUtime=402.15
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 17775 0 0 0 40148 67 0 0 25 0 1 0 283995934 71827456 16480 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526917 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 17536 16480 140 302 0 17231 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 70144

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 2840
/proc/meminfo: memFree=1230496/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=77576 CPUtime=462.13
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 19626 0 0 0 46139 74 0 0 25 0 1 0 283995934 79437824 18331 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134558750 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 19394 18331 140 302 0 19089 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 77576

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 2840
/proc/meminfo: memFree=1223008/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=85020 CPUtime=522.12
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 21490 0 0 0 52130 82 0 0 25 0 1 0 283995934 87060480 20195 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 21255 20195 140 302 0 20950 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 85020

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2840
/proc/meminfo: memFree=1219488/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=88456 CPUtime=582.09
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 22363 0 0 0 58123 86 0 0 25 0 1 0 283995934 90578944 21068 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 22114 21068 140 302 0 21809 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 88456

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2840
/proc/meminfo: memFree=1218464/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=89312 CPUtime=642.07
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 22603 0 0 0 64114 93 0 0 25 0 1 0 283995934 91455488 21308 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 22328 21308 140 302 0 22023 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 89312

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

[startup+643.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2840
/proc/meminfo: memFree=1218464/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=89312 CPUtime=642.87
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 22604 0 0 0 64194 93 0 0 25 0 1 0 283995934 91455488 21309 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 22328 21309 140 302 0 22023 0
Current children cumulated CPU time (s) 642.87
Current children cumulated vsize (KiB) 89312

[startup+643.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2840
/proc/meminfo: memFree=1218464/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=89312 CPUtime=643.28
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 22604 0 0 0 64234 94 0 0 25 0 1 0 283995934 91455488 21309 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 22328 21309 140 302 0 22023 0
Current children cumulated CPU time (s) 643.28
Current children cumulated vsize (KiB) 89312

[startup+643.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 2840
/proc/meminfo: memFree=1218464/2055920 swapFree=4153620/4192956
[pid=2839] ppid=2837 vsize=89312 CPUtime=643.37
/proc/2839/stat : 2839 (Spear-32) R 2837 2839 1951 0 -1 4194304 22604 0 0 0 64243 94 0 0 25 0 1 0 283995934 91455488 21309 18446744073709551615 134512640 135752790 4294956560 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/2839/statm: 22328 21309 140 302 0 22023 0
Current children cumulated CPU time (s) 643.37
Current children cumulated vsize (KiB) 89312

Child status: 20
Real time (s): 643.685
CPU time (s): 643.465
CPU user time (s): 642.509
CPU system time (s): 0.955854
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 89312

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

runsolver used 0.694894 second user time and 1.65175 second system time

The end

Launcher Data (download as text)

Begin job on node26 on Wed Feb 28 05:27:03 UTC 2007

IDJOB= 314687
IDBENCH= 20397
IDSOLVER= 132
FILE ID= node26/314687-1172640423

PBS_JOBID= 3981141

Free space on /tmp= 66525 MiB

SOLVER NAME= Spear FH 1.0
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-04.cnf
COMMAND LINE= /tmp/evaluation/314687-1172640423/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314687-1172640423/instance-314687-1172640423.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-314687-1172640423 -o ROOT/results/node26/solver-314687-1172640423 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314687-1172640423/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs  /tmp/evaluation/314687-1172640423/instance-314687-1172640423.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  140b498fdbb0a99dba481ef70e9da3eb

RANDOM SEED= 791923652

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node26.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.279
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.279
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:       1303872 kB
Buffers:         32724 kB
Cached:         652184 kB
SwapCached:      19028 kB
Active:         270020 kB
Inactive:       440420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303872 kB
SwapTotal:     4192956 kB
SwapFree:      4153620 kB
Dirty:           10356 kB
Writeback:           0 kB
Mapped:          30072 kB
Slab:            27220 kB
Committed_AS:   770648 kB
PageTables:       1712 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= 66525 MiB

End job on node26 on Wed Feb 28 05:37:47 UTC 2007