Trace number 3170479

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 484.636 484.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
MD5SUM4c16bc52ec8b88c947f571c625ddf62f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.03423
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

484.59/484.63	c WARNING: for repeatability, setting FPU to use double precision
484.59/484.63	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-3170479-1302824180/watcher-3170479-1302824180 -o /tmp/evaluation-result-3170479-1302824180/solver-3170479-1302824180 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170479-1302824180.cnf 

running on 2 cores: 1,3

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.00 4.00 3.84 3/184 17885
/proc/meminfo: memFree=22702440/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=13724 CPUtime=0 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 472648649 14053376 178 33554432000 4194304 4291949 140735835193072 18446744073709551615 224279963537 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17885/statm: 3431 183 154 24 0 52 0

[startup+0.0781899 s]
/proc/loadavg: 4.00 4.00 3.84 3/184 17885
/proc/meminfo: memFree=22702440/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=15212 CPUtime=0.07 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 480 0 0 0 7 0 0 0 18 0 1 0 472648649 15577088 405 33554432000 4194304 4291949 140735835193072 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 3803 405 248 24 0 437 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15212

[startup+0.100172 s]
/proc/loadavg: 4.00 4.00 3.84 3/184 17885
/proc/meminfo: memFree=22702440/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=15212 CPUtime=0.09 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 481 0 0 0 9 0 0 0 18 0 1 0 472648649 15577088 406 33554432000 4194304 4291949 140735835193072 18446744073709551615 4250352 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 3803 406 248 24 0 437 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15212

[startup+0.300126 s]
/proc/loadavg: 4.00 4.00 3.84 3/184 17885
/proc/meminfo: memFree=22702440/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=15460 CPUtime=0.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 515 0 0 0 29 0 0 0 18 0 1 0 472648649 15831040 436 33554432000 4194304 4291949 140735835193072 18446744073709551615 4256275 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 3865 436 248 24 0 499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15460

[startup+0.70107 s]
/proc/loadavg: 4.00 4.00 3.84 3/184 17885
/proc/meminfo: memFree=22702440/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=15460 CPUtime=0.69 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 558 0 0 0 69 0 0 0 18 0 1 0 472648649 15831040 479 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 3865 479 248 24 0 499 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15460

[startup+1.50093 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 17931
/proc/meminfo: memFree=22698432/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=15752 CPUtime=1.49 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 629 0 0 0 149 0 0 0 20 0 1 0 472648649 16130048 549 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 3938 549 248 24 0 572 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15752

[startup+3.10066 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 17931
/proc/meminfo: memFree=22695984/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=15928 CPUtime=3.09 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 688 0 0 0 309 0 0 0 25 0 1 0 472648649 16310272 605 33554432000 4194304 4291949 140735835193072 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 3982 605 248 24 0 616 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15928

[startup+6.30012 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 17931
/proc/meminfo: memFree=22693772/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=16176 CPUtime=6.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 758 0 0 0 629 0 0 0 25 0 1 0 472648649 16564224 670 33554432000 4194304 4291949 140735835193072 18446744073709551615 4262880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 4044 670 248 24 0 678 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16176

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 17931
/proc/meminfo: memFree=22691532/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=17200 CPUtime=12.69 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 956 0 0 0 1269 0 0 0 25 0 1 0 472648649 17612800 855 33554432000 4194304 4291949 140735835193072 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 4300 855 248 24 0 934 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17200

[startup+25.5009 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 17931
/proc/meminfo: memFree=22686964/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=17660 CPUtime=25.49 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 1156 0 0 0 2549 0 0 0 25 0 1 0 472648649 18083840 1046 33554432000 4194304 4291949 140735835193072 18446744073709551615 4262332 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 4415 1046 248 24 0 1049 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 17660

[startup+51.1006 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 17960
/proc/meminfo: memFree=22682712/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=18700 CPUtime=51.09 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 1316 0 0 0 5109 0 0 0 25 0 1 0 472648649 19148800 1201 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 4675 1201 248 24 0 1309 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 18700

[startup+102.306 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 17960
/proc/meminfo: memFree=22676744/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=20124 CPUtime=102.3 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 1621 0 0 0 10230 0 0 0 25 0 1 0 472648649 20606976 1484 33554432000 4194304 4291949 140735835193072 18446744073709551615 4248320 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5031 1484 248 24 0 1665 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 20124

[startup+162.301 s]
/proc/loadavg: 3.96 3.98 3.85 5/190 17993
/proc/meminfo: memFree=22681232/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=20784 CPUtime=162.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 1812 0 0 0 16229 0 0 0 25 0 1 0 472648649 21282816 1664 33554432000 4194304 4291949 140735835193072 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5196 1664 248 24 0 1830 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 20784

[startup+222.301 s]
/proc/loadavg: 4.03 4.00 3.87 5/190 17995
/proc/meminfo: memFree=22675188/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=21424 CPUtime=222.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2115 0 0 0 22229 0 0 0 25 0 1 0 472648649 21938176 1944 33554432000 4194304 4291949 140735835193072 18446744073709551615 4256272 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5356 1944 248 24 0 1990 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 21424

[startup+282.301 s]
/proc/loadavg: 4.05 4.01 3.88 5/190 17997
/proc/meminfo: memFree=22670700/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=22116 CPUtime=282.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2292 0 0 0 28229 0 0 0 25 0 1 0 472648649 22646784 2114 33554432000 4194304 4291949 140735835193072 18446744073709551615 4262410 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5529 2114 248 24 0 2163 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 22116

[startup+342.301 s]
/proc/loadavg: 4.08 4.02 3.89 5/190 17999
/proc/meminfo: memFree=22667804/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=22116 CPUtime=342.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2299 0 0 0 34229 0 0 0 25 0 1 0 472648649 22646784 2121 33554432000 4194304 4291949 140735835193072 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5529 2121 248 24 0 2163 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 22116

[startup+402.301 s]
/proc/loadavg: 4.03 4.02 3.89 5/190 17999
/proc/meminfo: memFree=22665160/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=22616 CPUtime=402.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2422 0 0 0 40229 0 0 0 25 0 1 0 472648649 23158784 2237 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5654 2237 248 24 0 2288 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 22616

[startup+462.301 s]
/proc/loadavg: 4.01 4.01 3.90 5/190 18001
/proc/meminfo: memFree=22659280/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=22616 CPUtime=462.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2432 0 0 0 46229 0 0 0 25 0 1 0 472648649 23158784 2247 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5654 2247 248 24 0 2288 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 22616

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

[startup+473.501 s]
/proc/loadavg: 4.01 4.01 3.90 5/190 18001
/proc/meminfo: memFree=22658152/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=22764 CPUtime=473.49 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2476 0 0 0 47349 0 0 0 25 0 1 0 472648649 23310336 2291 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5691 2291 248 24 0 2325 0
Current children cumulated CPU time (s) 473.49
Current children cumulated vsize (KiB) 22764

[startup+479.901 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 18001
/proc/meminfo: memFree=22658148/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=22764 CPUtime=479.89 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2483 0 0 0 47989 0 0 0 25 0 1 0 472648649 23310336 2298 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5691 2298 248 24 0 2325 0
Current children cumulated CPU time (s) 479.89
Current children cumulated vsize (KiB) 22764

[startup+483.1 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 18003
/proc/meminfo: memFree=22658148/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=23416 CPUtime=483.09 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2501 0 0 0 48309 0 0 0 25 0 1 0 472648649 23977984 2316 33554432000 4194304 4291949 140735835193072 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5854 2316 248 24 0 2488 0
Current children cumulated CPU time (s) 483.09
Current children cumulated vsize (KiB) 23416

[startup+483.9 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 18003
/proc/meminfo: memFree=22658024/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=23416 CPUtime=483.9 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2511 0 0 0 48390 0 0 0 25 0 1 0 472648649 23977984 2325 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5854 2325 248 24 0 2488 0
Current children cumulated CPU time (s) 483.9
Current children cumulated vsize (KiB) 23416

[startup+484.3 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 18003
/proc/meminfo: memFree=22658024/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=23416 CPUtime=484.29 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2511 0 0 0 48429 0 0 0 25 0 1 0 472648649 23977984 2325 33554432000 4194304 4291949 140735835193072 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5854 2325 248 24 0 2488 0
Current children cumulated CPU time (s) 484.29
Current children cumulated vsize (KiB) 23416

[startup+484.5 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 18003
/proc/meminfo: memFree=22658024/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=23416 CPUtime=484.49 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2511 0 0 0 48449 0 0 0 25 0 1 0 472648649 23977984 2325 33554432000 4194304 4291949 140735835193072 18446744073709551615 4250434 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5854 2325 248 24 0 2488 0
Current children cumulated CPU time (s) 484.49
Current children cumulated vsize (KiB) 23416

[startup+484.6 s]
/proc/loadavg: 4.00 4.01 3.90 5/190 18003
/proc/meminfo: memFree=22658024/32951124 swapFree=67110396/67111528
[pid=17885] ppid=17883 vsize=23416 CPUtime=484.59 cores=1,3
/proc/17885/stat : 17885 (RestartSAT) R 17883 17885 17568 0 -1 4202496 2511 0 0 0 48459 0 0 0 25 0 1 0 472648649 23977984 2325 33554432000 4194304 4291949 140735835193072 18446744073709551615 4250422 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17885/statm: 5854 2325 248 24 0 2488 0
Current children cumulated CPU time (s) 484.59
Current children cumulated vsize (KiB) 23416

Child status: 20
Real time (s): 484.64
CPU time (s): 484.636
CPU user time (s): 484.634
CPU system time (s): 0.001999
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 23416

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

runsolver used 0.684895 second user time and 1.52277 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-15 01:36:20
IDJOB=3170479
IDBENCH=82897
IDSOLVER=1580
FILE ID=node118/3170479-1302824180
RUNJOBID= node118-1302821575-17588
PBS_JOBID= 13006685
Free space on /tmp= 71680 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S173446080-001.UNKNOWN.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3170479-1302824180/watcher-3170479-1302824180 -o /tmp/evaluation-result-3170479-1302824180/solver-3170479-1302824180 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3170479-1302824180.cnf

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

MD5SUM BENCH= 4c16bc52ec8b88c947f571c625ddf62f
RANDOM SEED=1690200246

node118.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.842
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.68
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.842
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	: 5332.75
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.842
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.74
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.842
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.75
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.842
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.68
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.842
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.75
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.842
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.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22702596 kB
Buffers:        687452 kB
Cached:        9101760 kB
SwapCached:        600 kB
Active:        4975356 kB
Inactive:      4897612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22702596 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       83028 kB
Mapped:          15280 kB
Slab:           311436 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   262936 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= 71680 MiB
End job on node118 at 2011-04-15 01:44:25