Trace number 3288316

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
RestartSAT B95UNSAT 424.884 424.875

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_fb_unknown.cnf
MD5SUM2385047c56f7801a7fd110b2ffe2f293
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.229
Satisfiable
(Un)Satisfiability was proved
Number of variables35819
Number of clauses773506
Sum of the clauses size2886709
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 255953
Number of clauses of size 395409
Number of clauses of size 4622144
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

424.80/424.86	c WARNING: for repeatability, setting FPU to use double precision
424.80/424.86	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288316-1303770201/watcher-3288316-1303770201 -o /tmp/evaluation-result-3288316-1303770201/solver-3288316-1303770201 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288316-1303770201.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.02 3.32 2.86 4/189 18528
/proc/meminfo: memFree=19661636/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=20900 CPUtime=0 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 1043 0 0 0 0 0 0 0 21 0 1 0 469436259 21401600 984 33554432000 4194304 4291949 140733468914960 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 5225 985 227 24 0 1859 0

[startup+0.0593979 s]
/proc/loadavg: 4.02 3.32 2.86 4/189 18528
/proc/meminfo: memFree=19661636/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=30940 CPUtime=0.05 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 4345 0 0 0 5 0 0 0 21 0 1 0 469436259 31682560 4013 33554432000 4194304 4291949 140733468914960 18446744073709551615 255106429637 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 7735 4016 227 24 0 4369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30940

[startup+0.100388 s]
/proc/loadavg: 4.02 3.32 2.86 4/189 18528
/proc/meminfo: memFree=19661636/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=38124 CPUtime=0.09 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 6400 0 0 0 8 1 0 0 22 0 1 0 469436259 39038976 5650 33554432000 4194304 4291949 140733468914960 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 9531 5651 227 24 0 6165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38124

[startup+0.300359 s]
/proc/loadavg: 4.02 3.32 2.86 4/189 18528
/proc/meminfo: memFree=19661636/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=71364 CPUtime=0.29 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 15393 0 0 0 26 3 0 0 22 0 1 0 469436259 73076736 13441 33554432000 4194304 4291949 140733468914960 18446744073709551615 255106768640 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 17841 13441 227 24 0 14475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71364

[startup+0.700287 s]
/proc/loadavg: 4.02 3.32 2.86 4/189 18528
/proc/meminfo: memFree=19661636/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=77096 CPUtime=0.69 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 18301 0 0 0 66 3 0 0 25 0 1 0 469436259 78946304 15567 33554432000 4194304 4291949 140733468914960 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 19274 15567 232 24 0 15908 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77096

[startup+1.50115 s]
/proc/loadavg: 4.02 3.32 2.86 5/190 18529
/proc/meminfo: memFree=19598808/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=77944 CPUtime=1.49 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 18521 0 0 0 146 3 0 0 25 0 1 0 469436259 79814656 15778 33554432000 4194304 4291949 140733468914960 18446744073709551615 4232324 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 19486 15778 234 24 0 16120 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77944

[startup+3.10087 s]
/proc/loadavg: 4.02 3.32 2.86 5/190 18529
/proc/meminfo: memFree=19605752/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=72800 CPUtime=3.09 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 22680 0 0 0 305 4 0 0 25 0 1 0 469436259 74547200 13560 33554432000 4194304 4291949 140733468914960 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 18200 13560 253 24 0 14834 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72800

[startup+6.30031 s]
/proc/loadavg: 4.02 3.33 2.87 6/190 18529
/proc/meminfo: memFree=19602704/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=72800 CPUtime=6.29 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 22971 0 0 0 625 4 0 0 25 0 1 0 469436259 74547200 13826 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 18200 13826 253 24 0 14834 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72800

[startup+12.7002 s]
/proc/loadavg: 4.02 3.35 2.87 5/190 18529
/proc/meminfo: memFree=19595356/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=72800 CPUtime=12.69 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 23553 0 0 0 1265 4 0 0 25 0 1 0 469436259 74547200 14376 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 18200 14376 253 24 0 14834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 72800

[startup+25.5009 s]
/proc/loadavg: 4.01 3.38 2.89 5/190 18529
/proc/meminfo: memFree=19555648/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=85004 CPUtime=25.49 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 24638 0 0 0 2545 4 0 0 25 0 1 0 469436259 87044096 15415 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 21251 15415 253 24 0 17885 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85004

[startup+51.1004 s]
/proc/loadavg: 4.01 3.43 2.92 5/190 18530
/proc/meminfo: memFree=19521900/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=85724 CPUtime=51.1 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 26449 0 0 0 5104 6 0 0 25 0 1 0 469436259 87781376 17148 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 21431 17148 253 24 0 18065 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 85724

[startup+102.306 s]
/proc/loadavg: 4.00 3.51 2.97 5/190 18534
/proc/meminfo: memFree=19482968/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=112004 CPUtime=102.3 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 31260 0 0 0 10222 8 0 0 25 0 1 0 469436259 114692096 21815 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 28001 21815 253 24 0 24635 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 112004

[startup+162.301 s]
/proc/loadavg: 4.00 3.60 3.03 5/190 18536
/proc/meminfo: memFree=19494704/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=118100 CPUtime=162.29 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 35064 0 0 0 16220 9 0 0 25 0 1 0 469436259 120934400 25497 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 29525 25497 253 24 0 26159 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 118100

[startup+222.3 s]
/proc/loadavg: 4.00 3.67 3.09 5/190 18538
/proc/meminfo: memFree=19394732/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=154288 CPUtime=222.29 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 39376 0 0 0 22217 12 0 0 25 0 1 0 469436259 157990912 29677 33554432000 4194304 4291949 140733468914960 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 38572 29677 253 24 0 35206 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 154288

[startup+282.301 s]
/proc/loadavg: 4.00 3.73 3.14 5/190 18539
/proc/meminfo: memFree=19497496/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=159404 CPUtime=282.3 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 42834 0 0 0 28216 14 0 0 25 0 1 0 469436259 163229696 33043 33554432000 4194304 4291949 140733468914960 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 39851 33043 253 24 0 36485 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 159404

[startup+342.3 s]
/proc/loadavg: 4.00 3.77 3.20 5/190 18541
/proc/meminfo: memFree=19384868/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=162996 CPUtime=342.3 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 45585 0 0 0 34214 16 0 0 25 0 1 0 469436259 166907904 35695 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 40749 35695 253 24 0 37383 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 162996

[startup+402.301 s]
/proc/loadavg: 4.08 3.83 3.25 5/190 18542
/proc/meminfo: memFree=19307824/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=215548 CPUtime=402.3 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 48358 0 0 0 40212 18 0 0 25 0 1 0 469436259 220721152 38381 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 53887 38381 253 24 0 50521 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 215548

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

[startup+409.501 s]
/proc/loadavg: 4.07 3.83 3.26 5/190 18543
/proc/meminfo: memFree=19301500/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=215928 CPUtime=409.5 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 48777 0 0 0 40932 18 0 0 25 0 1 0 469436259 221110272 38790 33554432000 4194304 4291949 140733468914960 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 53982 38790 253 24 0 50616 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 215928

[startup+415.9 s]
/proc/loadavg: 4.06 3.84 3.26 5/190 18543
/proc/meminfo: memFree=19295920/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=216116 CPUtime=415.9 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 49011 0 0 0 41572 18 0 0 25 0 1 0 469436259 221302784 39013 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 54029 39013 253 24 0 50663 0
Current children cumulated CPU time (s) 415.9
Current children cumulated vsize (KiB) 216116

[startup+419.107 s]
/proc/loadavg: 4.06 3.84 3.26 5/190 18543
/proc/meminfo: memFree=19292448/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=216116 CPUtime=419.11 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 49111 0 0 0 41893 18 0 0 25 0 1 0 469436259 221302784 39111 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 54029 39111 253 24 0 50663 0
Current children cumulated CPU time (s) 419.11
Current children cumulated vsize (KiB) 216116

[startup+422.3 s]
/proc/loadavg: 4.06 3.84 3.26 5/190 18543
/proc/meminfo: memFree=19290084/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=216116 CPUtime=422.31 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 49185 0 0 0 42213 18 0 0 25 0 1 0 469436259 221302784 39182 33554432000 4194304 4291949 140733468914960 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 54029 39182 253 24 0 50663 0
Current children cumulated CPU time (s) 422.31
Current children cumulated vsize (KiB) 216116

[startup+423.901 s]
/proc/loadavg: 4.06 3.84 3.26 5/190 18543
/proc/meminfo: memFree=19288224/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=216116 CPUtime=423.9 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 49226 0 0 0 42372 18 0 0 25 0 1 0 469436259 221302784 39222 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 54029 39222 253 24 0 50663 0
Current children cumulated CPU time (s) 423.9
Current children cumulated vsize (KiB) 216116

[startup+424.301 s]
/proc/loadavg: 4.06 3.84 3.26 5/190 18543
/proc/meminfo: memFree=19288224/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=216116 CPUtime=424.3 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 49256 0 0 0 42412 18 0 0 25 0 1 0 469436259 221302784 39249 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 54029 39249 253 24 0 50663 0
Current children cumulated CPU time (s) 424.3
Current children cumulated vsize (KiB) 216116

[startup+424.701 s]
/proc/loadavg: 4.05 3.84 3.27 5/190 18543
/proc/meminfo: memFree=19287232/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=216116 CPUtime=424.7 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 49270 0 0 0 42452 18 0 0 25 0 1 0 469436259 221302784 39263 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 54029 39263 253 24 0 50663 0
Current children cumulated CPU time (s) 424.7
Current children cumulated vsize (KiB) 216116

[startup+424.801 s]
/proc/loadavg: 4.05 3.84 3.27 5/190 18543
/proc/meminfo: memFree=19287232/32951124 swapFree=67111524/67111528
[pid=18528] ppid=18526 vsize=216116 CPUtime=424.8 cores=5,7
/proc/18528/stat : 18528 (RestartSAT) R 18526 18528 15892 0 -1 4202496 49276 0 0 0 42462 18 0 0 25 0 1 0 469436259 221302784 39269 33554432000 4194304 4291949 140733468914960 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/18528/statm: 54029 39269 253 24 0 50663 0
Current children cumulated CPU time (s) 424.8
Current children cumulated vsize (KiB) 216116

Child status: 20
Real time (s): 424.875
CPU time (s): 424.884
CPU user time (s): 424.691
CPU system time (s): 0.19297
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 216116

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

runsolver used 0.662899 second user time and 1.65975 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-26 00:23:21
IDJOB=3288316
IDBENCH=82494
IDSOLVER=1580
FILE ID=node144/3288316-1303770201
RUNJOBID= node144-1303769814-18127
PBS_JOBID= 13157119
Free space on /tmp= 72104 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/manthey/traffic/traffic_fb_unknown.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288316-1303770201/watcher-3288316-1303770201 -o /tmp/evaluation-result-3288316-1303770201/solver-3288316-1303770201 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288316-1303770201.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 2385047c56f7801a7fd110b2ffe2f293
RANDOM SEED=13322279

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19661792 kB
Buffers:       2188156 kB
Cached:       10095956 kB
SwapCached:          4 kB
Active:        3980000 kB
Inactive:      8746824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19661792 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           21220 kB
Writeback:           0 kB
AnonPages:      442260 kB
Mapped:          15452 kB
Slab:           497136 kB
PageTables:       6036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   683528 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72100 MiB
End job on node144 at 2011-04-26 00:30:26