Trace number 314648

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 2007-02-12UNSAT 386.549 386.688

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/314648-1172640073/instance-314648-1172640073.cnf
386.46/386.68	s UNSATISFIABLE
386.46/386.68	c runtime 386.60 [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/node60/watcher-314648-1172640073 -o ROOT/results/node60/solver-314648-1172640073 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314648-1172640073/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314648-1172640073/instance-314648-1172640073.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.95 0.94 3/64 16640
/proc/meminfo: memFree=1628168/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=1932 CPUtime=0
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 263 0 0 0 0 0 0 0 18 0 1 0 283964121 1978368 247 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134518170 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 483 247 126 302 0 178 0

[startup+0.051924 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16640
/proc/meminfo: memFree=1628168/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=2428 CPUtime=0.05
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 468 0 0 0 5 0 0 0 18 0 1 0 283964121 2486272 424 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 607 424 129 302 0 302 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2428

[startup+0.101932 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16640
/proc/meminfo: memFree=1628168/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=2692 CPUtime=0.1
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 511 0 0 0 10 0 0 0 18 0 1 0 283964121 2756608 467 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 673 467 129 302 0 368 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2692

[startup+0.301969 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16640
/proc/meminfo: memFree=1628168/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=3540 CPUtime=0.29
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 742 0 0 0 29 0 0 0 19 0 1 0 283964121 3624960 698 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 135258954 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 885 698 141 302 0 580 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3540

[startup+0.701039 s]
/proc/loadavg: 0.91 0.95 0.94 3/64 16640
/proc/meminfo: memFree=1628168/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=3932 CPUtime=0.69
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 808 0 0 0 69 0 0 0 22 0 1 0 283964121 4026368 764 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 983 764 141 302 0 678 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3932

[startup+1.50118 s]
/proc/loadavg: 0.91 0.95 0.94 2/65 16641
/proc/meminfo: memFree=1625408/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=4300 CPUtime=1.49
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 922 0 0 0 149 0 0 0 25 0 1 0 283964121 4403200 878 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 1075 878 141 302 0 770 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4300

[startup+3.10147 s]
/proc/loadavg: 0.91 0.95 0.94 2/65 16641
/proc/meminfo: memFree=1624768/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=5060 CPUtime=3.09
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 1101 0 0 0 308 1 0 0 25 0 1 0 283964121 5181440 1057 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 1265 1057 141 302 0 960 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5060

[startup+6.30104 s]
/proc/loadavg: 0.92 0.95 0.94 2/65 16641
/proc/meminfo: memFree=1623360/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=6172 CPUtime=6.29
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 1365 0 0 0 627 2 0 0 25 0 1 0 283964121 6320128 1321 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 1543 1321 141 302 0 1238 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6172

[startup+12.7012 s]
/proc/loadavg: 0.93 0.95 0.94 2/65 16641
/proc/meminfo: memFree=1621192/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=8232 CPUtime=12.69
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 1876 0 0 0 1265 4 0 0 25 0 1 0 283964121 8429568 1832 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 2058 1832 141 302 0 1753 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8232

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.94 2/65 16641
/proc/meminfo: memFree=1618952/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=10464 CPUtime=25.48
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 2449 0 0 0 2542 6 0 0 25 0 1 0 283964121 10715136 2372 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 2616 2372 141 302 0 2311 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10464

[startup+51.101 s]
/proc/loadavg: 0.96 0.96 0.94 2/65 16641
/proc/meminfo: memFree=1614984/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=14980 CPUtime=51.07
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 3516 0 0 0 5096 11 0 0 25 0 1 0 283964121 15339520 3374 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 3745 3374 141 302 0 3440 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14980

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.94 2/65 16641
/proc/meminfo: memFree=1609096/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=20700 CPUtime=102.26
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 4978 0 0 0 10208 18 0 0 25 0 1 0 283964121 21196800 4836 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526896 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 5175 4836 141 302 0 4870 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 20700

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1602312/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=28036 CPUtime=162.23
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 6791 0 0 0 16198 25 0 0 25 0 1 0 283964121 28708864 6520 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 7009 6520 141 302 0 6704 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 28036

[startup+222.303 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1598280/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=31688 CPUtime=222.21
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 7778 0 0 0 22189 32 0 0 25 0 1 0 283964121 32448512 7507 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 7922 7507 141 302 0 7617 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 31688

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1593864/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=36268 CPUtime=282.19
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 8892 0 0 0 28180 39 0 0 25 0 1 0 283964121 37138432 8621 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526883 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9067 8621 141 302 0 8762 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 36268

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=342.17
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9434 0 0 0 34174 43 0 0 25 0 1 0 283964121 39219200 9163 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9163 141 302 0 9270 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 38300

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

[startup+358.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=358.16
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9434 0 0 0 35771 45 0 0 25 0 1 0 283964121 39219200 9163 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9163 141 302 0 9270 0
Current children cumulated CPU time (s) 358.16
Current children cumulated vsize (KiB) 38300

[startup+371.101 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591560/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=370.96
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9434 0 0 0 37051 45 0 0 25 0 1 0 283964121 39219200 9163 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134515233 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9163 141 302 0 9270 0
Current children cumulated CPU time (s) 370.96
Current children cumulated vsize (KiB) 38300

[startup+377.501 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591560/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=377.35
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9435 0 0 0 37689 46 0 0 25 0 1 0 283964121 39219200 9164 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9164 141 302 0 9270 0
Current children cumulated CPU time (s) 377.35
Current children cumulated vsize (KiB) 38300

[startup+380.702 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=380.56
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9435 0 0 0 38009 47 0 0 25 0 1 0 283964121 39219200 9164 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134526818 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9164 141 302 0 9270 0
Current children cumulated CPU time (s) 380.56
Current children cumulated vsize (KiB) 38300

[startup+383.906 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=383.75
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9435 0 0 0 38328 47 0 0 25 0 1 0 283964121 39219200 9164 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134515251 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9164 141 302 0 9270 0
Current children cumulated CPU time (s) 383.75
Current children cumulated vsize (KiB) 38300

[startup+385.502 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=385.35
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9435 0 0 0 38488 47 0 0 25 0 1 0 283964121 39219200 9164 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134515233 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9164 141 302 0 9270 0
Current children cumulated CPU time (s) 385.35
Current children cumulated vsize (KiB) 38300

[startup+386.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=386.15
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9435 0 0 0 38568 47 0 0 25 0 1 0 283964121 39219200 9164 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9164 141 302 0 9270 0
Current children cumulated CPU time (s) 386.15
Current children cumulated vsize (KiB) 38300

[startup+386.502 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=386.35
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9435 0 0 0 38588 47 0 0 25 0 1 0 283964121 39219200 9164 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 134527175 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9164 141 302 0 9270 0
Current children cumulated CPU time (s) 386.35
Current children cumulated vsize (KiB) 38300

[startup+386.602 s]
/proc/loadavg: 0.99 0.97 0.94 2/65 16641
/proc/meminfo: memFree=1591624/2055920 swapFree=4183356/4192956
[pid=16640] ppid=16638 vsize=38300 CPUtime=386.46
/proc/16640/stat : 16640 (Spear-32) R 16638 16640 15931 0 -1 4194304 9435 0 0 0 38598 48 0 0 25 0 1 0 283964121 39219200 9164 18446744073709551615 134512640 135752790 4294956592 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/16640/statm: 9575 9164 141 302 0 9270 0
Current children cumulated CPU time (s) 386.46
Current children cumulated vsize (KiB) 38300

Child status: 20
Real time (s): 386.688
CPU time (s): 386.549
CPU user time (s): 386.061
CPU system time (s): 0.487925
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 38300

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

runsolver used 0.319951 second user time and 0.756884 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Feb 28 05:21:13 UTC 2007

IDJOB= 314648
IDBENCH= 20396
IDSOLVER= 133
FILE ID= node60/314648-1172640073

PBS_JOBID= 3981137

Free space on /tmp= 66526 MiB

SOLVER NAME= Spear 2007-02-12
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-20.cnf
COMMAND LINE= /tmp/evaluation/314648-1172640073/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314648-1172640073/instance-314648-1172640073.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-314648-1172640073 -o ROOT/results/node60/solver-314648-1172640073 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314648-1172640073/Spear-32 --model-stdout --time --dimacs /tmp/evaluation/314648-1172640073/instance-314648-1172640073.cnf            

META MD5SUM SOLVER= 53b58dfa80430416a78fe762713f980c
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 377858272

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1628576 kB
Buffers:         14228 kB
Cached:         364312 kB
SwapCached:       3484 kB
Active:          62044 kB
Inactive:       326124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1628576 kB
SwapTotal:     4192956 kB
SwapFree:      4183356 kB
Dirty:            2660 kB
Writeback:           0 kB
Mapped:          15292 kB
Slab:            25160 kB
Committed_AS:   844708 kB
PageTables:       1464 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= 66526 MiB

End job on node60 on Wed Feb 28 05:27:40 UTC 2007