Trace number 3288638

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 453.127 453.137

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark113.98
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

453.09/453.12	c WARNING: for repeatability, setting FPU to use double precision
453.09/453.12	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-3288638-1303771855/watcher-3288638-1303771855 -o /tmp/evaluation-result-3288638-1303771855/solver-3288638-1303771855 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288638-1303771855.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.01 3.64 3.13 5/189 30901
/proc/meminfo: memFree=21754168/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=20372 CPUtime=0 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 888 0 0 0 0 0 0 0 21 0 1 0 488788306 20860928 829 33554432000 4194304 4291949 140736366847936 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 5093 831 226 24 0 1727 0

[startup+0.0584911 s]
/proc/loadavg: 4.01 3.64 3.13 5/189 30901
/proc/meminfo: memFree=21754168/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=29440 CPUtime=0.04 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 3968 0 0 0 4 0 0 0 21 0 1 0 488788306 30146560 3631 33554432000 4194304 4291949 140736366847936 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 7393 3634 227 24 0 4027 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29440

[startup+0.100498 s]
/proc/loadavg: 4.01 3.64 3.13 5/189 30901
/proc/meminfo: memFree=21754168/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=37128 CPUtime=0.09 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 6096 0 0 0 8 1 0 0 21 0 1 0 488788306 38019072 5327 33554432000 4194304 4291949 140736366847936 18446744073709551615 4277165 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 9282 5328 227 24 0 5916 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37128

[startup+0.30045 s]
/proc/loadavg: 4.01 3.64 3.13 5/189 30901
/proc/meminfo: memFree=21754168/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=71292 CPUtime=0.29 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 15365 0 0 0 27 2 0 0 22 0 1 0 488788306 73003008 13405 33554432000 4194304 4291949 140736366847936 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 17823 13406 227 24 0 14457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71292

[startup+0.70038 s]
/proc/loadavg: 4.01 3.64 3.13 5/189 30901
/proc/meminfo: memFree=21754168/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=75088 CPUtime=0.69 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 17501 0 0 0 67 2 0 0 23 0 1 0 488788306 76890112 14793 33554432000 4194304 4291949 140736366847936 18446744073709551615 4229798 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 18772 14793 232 24 0 15406 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75088

[startup+1.50024 s]
/proc/loadavg: 4.01 3.64 3.13 5/190 30902
/proc/meminfo: memFree=21694772/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=89040 CPUtime=1.48 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 17552 0 0 0 146 2 0 0 25 0 1 0 488788306 91176960 13639 33554432000 4194304 4291949 140736366847936 18446744073709551615 4212032 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 22260 13639 234 24 0 18894 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 89040

[startup+3.10096 s]
/proc/loadavg: 4.01 3.65 3.13 5/190 30902
/proc/meminfo: memFree=21700268/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=70364 CPUtime=3.09 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 21473 0 0 0 306 3 0 0 25 0 1 0 488788306 72052736 12747 33554432000 4194304 4291949 140736366847936 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 17591 12747 253 24 0 14225 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70364

[startup+6.30039 s]
/proc/loadavg: 4.01 3.65 3.13 5/190 30902
/proc/meminfo: memFree=21697812/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=70364 CPUtime=6.29 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 21778 0 0 0 626 3 0 0 25 0 1 0 488788306 72052736 13036 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 17591 13036 253 24 0 14225 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70364

[startup+12.7003 s]
/proc/loadavg: 4.01 3.66 3.14 5/190 30903
/proc/meminfo: memFree=21691752/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=70364 CPUtime=12.69 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 22511 0 0 0 1265 4 0 0 25 0 1 0 488788306 72052736 13729 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 17591 13729 253 24 0 14225 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70364

[startup+25.501 s]
/proc/loadavg: 4.01 3.67 3.15 4/185 30920
/proc/meminfo: memFree=21864584/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=82680 CPUtime=25.49 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 23818 0 0 0 2544 5 0 0 25 0 1 0 488788306 84664320 14983 33554432000 4194304 4291949 140736366847936 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 20670 14983 253 24 0 17304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82680

[startup+51.1004 s]
/proc/loadavg: 3.66 3.61 3.14 4/184 30921
/proc/meminfo: memFree=21846768/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=83760 CPUtime=51.09 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 25877 0 0 0 5103 6 0 0 25 0 1 0 488788306 85770240 16946 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 20940 16946 253 24 0 17574 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83760

[startup+102.306 s]
/proc/loadavg: 3.26 3.51 3.13 4/184 30922
/proc/meminfo: memFree=21804532/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=110128 CPUtime=102.29 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 30585 0 0 0 10221 8 0 0 25 0 1 0 488788306 112771072 21518 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 27532 21518 253 24 0 24166 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 110128

[startup+162.301 s]
/proc/loadavg: 3.10 3.41 3.12 4/184 30924
/proc/meminfo: memFree=21760836/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=147228 CPUtime=162.29 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 34680 0 0 0 16218 11 0 0 25 0 1 0 488788306 150761472 25491 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 36807 25491 253 24 0 33441 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 147228

[startup+222.301 s]
/proc/loadavg: 3.03 3.34 3.11 4/184 30925
/proc/meminfo: memFree=21718292/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=152564 CPUtime=222.29 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 38800 0 0 0 22216 13 0 0 25 0 1 0 488788306 156225536 29498 33554432000 4194304 4291949 140736366847936 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 38141 29498 253 24 0 34775 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152564

[startup+282.3 s]
/proc/loadavg: 3.01 3.27 3.10 4/184 30927
/proc/meminfo: memFree=21684288/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=157492 CPUtime=282.29 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 41781 0 0 0 28215 14 0 0 25 0 1 0 488788306 161271808 32392 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 39373 32392 253 24 0 36007 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 157492

[startup+342.301 s]
/proc/loadavg: 3.00 3.22 3.09 4/184 30929
/proc/meminfo: memFree=21650152/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=160572 CPUtime=342.28 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 44214 0 0 0 34213 15 0 0 25 0 1 0 488788306 164425728 34749 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 40143 34749 253 24 0 36777 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 160572

[startup+402.301 s]
/proc/loadavg: 3.00 3.18 3.08 4/184 30930
/proc/meminfo: memFree=21627436/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=213640 CPUtime=402.28 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 46808 0 0 0 40211 17 0 0 25 0 1 0 488788306 218767360 37261 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53410 37261 253 24 0 50044 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 213640

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

[startup+409.501 s]
/proc/loadavg: 3.00 3.17 3.08 4/184 30930
/proc/meminfo: memFree=21625080/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=213856 CPUtime=409.48 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 46969 0 0 0 40931 17 0 0 25 0 1 0 488788306 218988544 37416 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53464 37416 253 24 0 50098 0
Current children cumulated CPU time (s) 409.48
Current children cumulated vsize (KiB) 213856

[startup+435.1 s]
/proc/loadavg: 2.79 3.11 3.06 3/178 30948
/proc/meminfo: memFree=21810664/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=214132 CPUtime=435.08 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 47738 0 0 0 43491 17 0 0 25 0 1 0 488788306 219271168 38154 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53533 38154 253 24 0 50167 0
Current children cumulated CPU time (s) 435.08
Current children cumulated vsize (KiB) 214132

[startup+441.5 s]
/proc/loadavg: 2.73 3.09 3.06 3/178 30948
/proc/meminfo: memFree=21808556/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=214280 CPUtime=441.48 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 47956 0 0 0 44131 17 0 0 25 0 1 0 488788306 219422720 38360 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53570 38360 253 24 0 50204 0
Current children cumulated CPU time (s) 441.48
Current children cumulated vsize (KiB) 214280

[startup+447.901 s]
/proc/loadavg: 2.61 3.05 3.05 3/178 30948
/proc/meminfo: memFree=21806572/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=214460 CPUtime=447.89 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 48176 0 0 0 44771 18 0 0 25 0 1 0 488788306 219607040 38571 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53615 38571 253 24 0 50249 0
Current children cumulated CPU time (s) 447.89
Current children cumulated vsize (KiB) 214460

[startup+451.1 s]
/proc/loadavg: 2.61 3.05 3.05 3/178 30948
/proc/meminfo: memFree=21805580/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=214460 CPUtime=451.08 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 48222 0 0 0 45090 18 0 0 25 0 1 0 488788306 219607040 38616 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53615 38616 253 24 0 50249 0
Current children cumulated CPU time (s) 451.08
Current children cumulated vsize (KiB) 214460

[startup+451.9 s]
/proc/loadavg: 2.61 3.05 3.05 3/178 30948
/proc/meminfo: memFree=21805580/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=214460 CPUtime=451.88 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 48239 0 0 0 45170 18 0 0 25 0 1 0 488788306 219607040 38632 33554432000 4194304 4291949 140736366847936 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53615 38632 253 24 0 50249 0
Current children cumulated CPU time (s) 451.88
Current children cumulated vsize (KiB) 214460

[startup+452.7 s]
/proc/loadavg: 2.56 3.04 3.04 3/178 30948
/proc/meminfo: memFree=21805452/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=214460 CPUtime=452.68 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 48261 0 0 0 45250 18 0 0 25 0 1 0 488788306 219607040 38653 33554432000 4194304 4291949 140736366847936 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53615 38653 253 24 0 50249 0
Current children cumulated CPU time (s) 452.68
Current children cumulated vsize (KiB) 214460

[startup+453.101 s]
/proc/loadavg: 2.56 3.04 3.04 3/178 30948
/proc/meminfo: memFree=21805204/32951124 swapFree=67051468/67111528
[pid=30901] ppid=30899 vsize=214460 CPUtime=453.09 cores=1,3
/proc/30901/stat : 30901 (RestartSAT) R 30899 30901 28631 0 -1 4202496 48270 0 0 0 45291 18 0 0 25 0 1 0 488788306 219607040 38662 33554432000 4194304 4291949 140736366847936 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30901/statm: 53615 38662 253 24 0 50249 0
Current children cumulated CPU time (s) 453.09
Current children cumulated vsize (KiB) 214460

Child status: 20
Real time (s): 453.137
CPU time (s): 453.127
CPU user time (s): 452.938
CPU system time (s): 0.188971
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 214460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.938
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48275
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8
involuntary context switches= 806

runsolver used 0.731888 second user time and 1.74673 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 00:50:55
IDJOB=3288638
IDBENCH=82501
IDSOLVER=1580
FILE ID=node101/3288638-1303771855
RUNJOBID= node101-1303771365-30767
PBS_JOBID= 13157151
Free space on /tmp= 71380 MiB

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

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=471016323

node101.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.841
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.841
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.07
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.841
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.77
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.841
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21754200 kB
Buffers:       2085376 kB
Cached:        8165188 kB
SwapCached:      33708 kB
Active:        6905324 kB
Inactive:      3819356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21754200 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           18720 kB
Writeback:           0 kB
AnonPages:      461492 kB
Mapped:           9540 kB
Slab:           406832 kB
PageTables:       6248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   784032 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= 71416 MiB
End job on node101 at 2011-04-26 00:58:29