Trace number 314647

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 447.77 447.927

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-20.cnf
MD5SUM5c40e79430f590d0520492d70b267b66
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark211.258
Satisfiable
(Un)Satisfiability was proved
Number of variables7847
Number of clauses73394
Sum of the clauses size206938
Maximum clause length4166
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262806
Number of clauses of size 35772
Number of clauses of size 4389
Number of clauses of size 599
Number of clauses of size over 54327

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/314647-1172640035/instance-314647-1172640035.cnf
447.73/447.91	s UNSATISFIABLE
447.73/447.92	c runtime 447.82 [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/node6/watcher-314647-1172640035 -o ROOT/results/node6/solver-314647-1172640035 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314647-1172640035/Spear-32 --model-stdout --time --spset-autotuned-fh_1_0 --dimacs /tmp/evaluation/314647-1172640035/instance-314647-1172640035.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: 1.00 0.97 0.97 2/77 25506
/proc/meminfo: memFree=1460344/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=1932 CPUtime=0
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 283958249 1978368 247 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134518176 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 483 247 126 302 0 178 0

[startup+0.036112 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 25506
/proc/meminfo: memFree=1460344/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=2436 CPUtime=0.03
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 467 0 0 0 3 0 0 0 18 0 1 0 283958249 2494464 426 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 609 426 129 302 0 304 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2436

[startup+0.101124 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 25506
/proc/meminfo: memFree=1460344/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=2700 CPUtime=0.09
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 509 0 0 0 9 0 0 0 18 0 1 0 283958249 2764800 468 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 675 468 129 302 0 370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2700

[startup+0.301164 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 25506
/proc/meminfo: memFree=1460344/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=3672 CPUtime=0.29
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 750 0 0 0 29 0 0 0 19 0 1 0 283958249 3760128 709 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 918 709 140 302 0 613 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3672

[startup+0.701241 s]
/proc/loadavg: 1.00 0.97 0.97 2/77 25506
/proc/meminfo: memFree=1460344/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=3924 CPUtime=0.68
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 818 0 0 0 68 0 0 0 23 0 1 0 283958249 4018176 777 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 981 777 140 302 0 676 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 3924

[startup+1.5014 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25507
/proc/meminfo: memFree=1457520/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=4412 CPUtime=1.49
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 940 0 0 0 148 1 0 0 25 0 1 0 283958249 4517888 899 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 1103 899 140 302 0 798 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4412

[startup+3.10172 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25507
/proc/meminfo: memFree=1456816/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=5420 CPUtime=3.09
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 1184 0 0 0 307 2 0 0 25 0 1 0 283958249 5550080 1143 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 1355 1143 140 302 0 1050 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5420

[startup+6.30135 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25507
/proc/meminfo: memFree=1454768/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=7024 CPUtime=6.29
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 1578 0 0 0 625 4 0 0 25 0 1 0 283958249 7192576 1537 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134538530 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 1756 1537 140 302 0 1451 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7024

[startup+12.7016 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25507
/proc/meminfo: memFree=1452848/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=8744 CPUtime=12.69
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 2018 0 0 0 1263 6 0 0 25 0 1 0 283958249 8953856 1977 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 2186 1977 140 302 0 1881 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8744

[startup+25.5011 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25507
/proc/meminfo: memFree=1450480/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=11096 CPUtime=25.48
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 2617 0 0 0 2539 9 0 0 25 0 1 0 283958249 11362304 2543 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 2774 2543 140 302 0 2469 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 11096

[startup+51.1012 s]
/proc/loadavg: 1.00 0.97 0.97 2/78 25507
/proc/meminfo: memFree=1446256/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=15320 CPUtime=51.07
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 3673 0 0 0 5093 14 0 0 25 0 1 0 283958249 15687680 3599 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 3830 3599 140 302 0 3525 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15320

[startup+102.306 s]
/proc/loadavg: 1.04 0.99 0.98 2/78 25507
/proc/meminfo: memFree=1439216/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=22548 CPUtime=102.26
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 5489 0 0 0 10205 21 0 0 25 0 1 0 283958249 23089152 5350 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 5637 5350 140 302 0 5332 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22548

[startup+162.301 s]
/proc/loadavg: 1.02 0.99 0.98 2/78 25507
/proc/meminfo: memFree=1433584/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=28848 CPUtime=162.24
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 7024 0 0 0 16195 29 0 0 25 0 1 0 283958249 29540352 6756 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 7212 6756 140 302 0 6907 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 28848

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 25507
/proc/meminfo: memFree=1429168/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=33380 CPUtime=222.22
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 8104 0 0 0 22188 34 0 0 25 0 1 0 283958249 34181120 7836 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526790 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 8345 7836 140 302 0 8040 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 33380

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 25507
/proc/meminfo: memFree=1425456/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=37048 CPUtime=282.19
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9036 0 0 0 28179 40 0 0 25 0 1 0 283958249 37937152 8768 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 9262 8768 140 302 0 8957 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 37048

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/78 25507
/proc/meminfo: memFree=1422576/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=39980 CPUtime=342.17
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9744 0 0 0 34173 44 0 0 25 0 1 0 283958249 40939520 9476 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 9995 9476 140 302 0 9690 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 39980

[startup+402.302 s]
/proc/loadavg: 1.15 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422384/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=402.15
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9785 0 0 0 40164 51 0 0 25 0 1 0 283958249 41254912 9517 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526825 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9517 140 302 0 9767 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 40288

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

[startup+409.502 s]
/proc/loadavg: 1.12 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=409.35
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9787 0 0 0 40883 52 0 0 25 0 1 0 283958249 41254912 9519 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134515233 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9519 140 302 0 9767 0
Current children cumulated CPU time (s) 409.35
Current children cumulated vsize (KiB) 40288

[startup+435.102 s]
/proc/loadavg: 1.08 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=434.94
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9788 0 0 0 43439 55 0 0 25 0 1 0 283958249 41254912 9520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 134526928 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9520 140 302 0 9767 0
Current children cumulated CPU time (s) 434.94
Current children cumulated vsize (KiB) 40288

[startup+441.501 s]
/proc/loadavg: 1.07 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=441.34
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9788 0 0 0 44078 56 0 0 25 0 1 0 283958249 41254912 9520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9520 140 302 0 9767 0
Current children cumulated CPU time (s) 441.34
Current children cumulated vsize (KiB) 40288

[startup+444.702 s]
/proc/loadavg: 1.07 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=444.53
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9788 0 0 0 44397 56 0 0 25 0 1 0 283958249 41254912 9520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9520 140 302 0 9767 0
Current children cumulated CPU time (s) 444.53
Current children cumulated vsize (KiB) 40288

[startup+446.301 s]
/proc/loadavg: 1.07 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=446.13
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9788 0 0 0 44557 56 0 0 25 0 1 0 283958249 41254912 9520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9520 140 302 0 9767 0
Current children cumulated CPU time (s) 446.13
Current children cumulated vsize (KiB) 40288

[startup+447.101 s]
/proc/loadavg: 1.07 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=446.93
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9788 0 0 0 44637 56 0 0 25 0 1 0 283958249 41254912 9520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9520 140 302 0 9767 0
Current children cumulated CPU time (s) 446.93
Current children cumulated vsize (KiB) 40288

[startup+447.501 s]
/proc/loadavg: 1.07 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=447.33
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9788 0 0 0 44677 56 0 0 25 0 1 0 283958249 41254912 9520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9520 140 302 0 9767 0
Current children cumulated CPU time (s) 447.33
Current children cumulated vsize (KiB) 40288

[startup+447.902 s]
/proc/loadavg: 1.06 1.02 0.99 2/78 25507
/proc/meminfo: memFree=1422320/2055924 swapFree=4191880/4192956
[pid=25506] ppid=25504 vsize=40288 CPUtime=447.73
/proc/25506/stat : 25506 (Spear-32) R 25504 25506 25017 0 -1 4194304 9788 0 0 0 44717 56 0 0 25 0 1 0 283958249 41254912 9520 18446744073709551615 134512640 135752790 4294956544 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/25506/statm: 10072 9520 140 302 0 9767 0
Current children cumulated CPU time (s) 447.73
Current children cumulated vsize (KiB) 40288

Child status: 20
Real time (s): 447.927
CPU time (s): 447.77
CPU user time (s): 447.194
CPU system time (s): 0.575912
CPU usage (%): 99.9649
Max. virtual memory (cumulated for all children) (KiB): 40288

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

runsolver used 0.501923 second user time and 1.13483 second system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Feb 28 05:20:35 UTC 2007

IDJOB= 314647
IDBENCH= 20396
IDSOLVER= 132
FILE ID= node6/314647-1172640035

PBS_JOBID= 3980939

Free space on /tmp= 66471 MiB

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

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 951911992

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node6.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.277
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.277
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:      2055924 kB
MemFree:       1460816 kB
Buffers:         25624 kB
Cached:         450336 kB
SwapCached:        448 kB
Active:         199036 kB
Inactive:       332672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1460816 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2744 kB
Writeback:           0 kB
Mapped:          65652 kB
Slab:            49028 kB
Committed_AS:   977756 kB
PageTables:       1744 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= 66471 MiB

End job on node6 on Wed Feb 28 05:28:03 UTC 2007