Trace number 3288454

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 488.605 488.618

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

488.58/488.61	c WARNING: for repeatability, setting FPU to use double precision
488.58/488.61	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-3288454-1303771365/watcher-3288454-1303771365 -o /tmp/evaluation-result-3288454-1303771365/solver-3288454-1303771365 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3288454-1303771365.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: 1.20 2.05 2.53 5/183 30795
/proc/meminfo: memFree=22221488/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=20900 CPUtime=0 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 1052 0 0 0 0 0 0 0 21 0 1 0 488739329 21401600 994 33554432000 4194304 4291949 140736339857856 18446744073709551615 218371015082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 5300 997 227 24 0 1934 0

[startup+0.0900781 s]
/proc/loadavg: 1.20 2.05 2.53 5/183 30795
/proc/meminfo: memFree=22221488/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=37192 CPUtime=0.08 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 5822 0 0 0 8 0 0 0 21 0 1 0 488739329 38084608 5280 33554432000 4194304 4291949 140736339857856 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 9298 5281 227 24 0 5932 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37192

[startup+0.101075 s]
/proc/loadavg: 1.20 2.05 2.53 5/183 30795
/proc/meminfo: memFree=22221488/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=38520 CPUtime=0.09 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 6540 0 0 0 9 0 0 0 21 0 1 0 488739329 39444480 5762 33554432000 4194304 4291949 140736339857856 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 9630 5764 227 24 0 6264 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38520

[startup+0.30104 s]
/proc/loadavg: 1.20 2.05 2.53 5/183 30795
/proc/meminfo: memFree=22221488/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=73788 CPUtime=0.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 16903 0 0 0 27 2 0 0 22 0 1 0 488739329 75558912 14211 33554432000 4194304 4291949 140736339857856 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 18447 14212 227 24 0 15081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73788

[startup+0.700967 s]
/proc/loadavg: 1.20 2.05 2.53 5/183 30795
/proc/meminfo: memFree=22221488/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=76928 CPUtime=0.69 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 18134 0 0 0 67 2 0 0 23 0 1 0 488739329 78774272 15372 33554432000 4194304 4291949 140736339857856 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 19232 15372 232 24 0 15866 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76928

[startup+1.50083 s]
/proc/loadavg: 1.43 2.08 2.53 5/187 30802
/proc/meminfo: memFree=22012152/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=77316 CPUtime=1.49 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 18288 0 0 0 147 2 0 0 25 0 1 0 488739329 79171584 15520 33554432000 4194304 4291949 140736339857856 18446744073709551615 4229988 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 19329 15520 234 24 0 15963 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77316

[startup+3.10054 s]
/proc/loadavg: 1.43 2.08 2.53 5/187 30802
/proc/meminfo: memFree=21944024/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=72172 CPUtime=3.09 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 22377 0 0 0 307 2 0 0 25 0 1 0 488739329 73904128 13303 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 18043 13303 252 24 0 14677 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72172

[startup+6.30098 s]
/proc/loadavg: 1.43 2.08 2.53 5/190 30808
/proc/meminfo: memFree=21673800/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=72172 CPUtime=6.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 22727 0 0 0 627 2 0 0 25 0 1 0 488739329 73904128 13638 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 18043 13638 252 24 0 14677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72172

[startup+12.7008 s]
/proc/loadavg: 1.90 2.16 2.55 5/190 30809
/proc/meminfo: memFree=21571932/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=72172 CPUtime=12.7 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 23387 0 0 0 1267 3 0 0 25 0 1 0 488739329 73904128 14265 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 18043 14265 252 24 0 14677 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 72172

[startup+25.5006 s]
/proc/loadavg: 2.22 2.22 2.57 5/190 30809
/proc/meminfo: memFree=21560312/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=85076 CPUtime=25.5 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 24657 0 0 0 2546 4 0 0 25 0 1 0 488739329 87117824 15481 33554432000 4194304 4291949 140736339857856 18446744073709551615 4256172 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 21269 15481 252 24 0 17903 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 85076

[startup+51.101 s]
/proc/loadavg: 2.83 2.36 2.61 5/190 30810
/proc/meminfo: memFree=21537016/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=86332 CPUtime=51.09 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 26743 0 0 0 5104 5 0 0 25 0 1 0 488739329 88403968 17490 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 21583 17490 252 24 0 18217 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 86332

[startup+102.307 s]
/proc/loadavg: 3.53 2.64 2.68 5/190 30811
/proc/meminfo: memFree=21488212/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=111940 CPUtime=102.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 31182 0 0 0 10221 8 0 0 25 0 1 0 488739329 114626560 21790 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 27985 21790 252 24 0 24619 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 111940

[startup+162.3 s]
/proc/loadavg: 3.83 2.88 2.76 5/190 30813
/proc/meminfo: memFree=21442460/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=117884 CPUtime=162.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 34801 0 0 0 16219 10 0 0 25 0 1 0 488739329 120713216 25297 33554432000 4194304 4291949 140736339857856 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 29471 25297 252 24 0 26105 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 117884

[startup+222.301 s]
/proc/loadavg: 3.93 3.08 2.84 5/190 30814
/proc/meminfo: memFree=21392076/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=152932 CPUtime=222.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 38544 0 0 0 22216 13 0 0 25 0 1 0 488739329 156602368 28926 33554432000 4194304 4291949 140736339857856 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 38233 28926 252 24 0 34867 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152932

[startup+282.301 s]
/proc/loadavg: 3.97 3.25 2.91 5/190 30816
/proc/meminfo: memFree=21347540/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=158920 CPUtime=282.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 41748 0 0 0 28215 14 0 0 25 0 1 0 488739329 162734080 32026 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 39730 32026 252 24 0 36364 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 158920

[startup+342.3 s]
/proc/loadavg: 4.09 3.41 2.98 5/190 30817
/proc/meminfo: memFree=21310064/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=162760 CPUtime=342.28 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 44711 0 0 0 34212 16 0 0 25 0 1 0 488739329 166666240 34891 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 40690 34891 252 24 0 37324 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 162760

[startup+402.301 s]
/proc/loadavg: 4.07 3.53 3.05 5/190 30873
/proc/meminfo: memFree=21662088/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=216300 CPUtime=402.28 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 47832 0 0 0 40211 17 0 0 25 0 1 0 488739329 221491200 37921 33554432000 4194304 4291949 140736339857856 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 54075 37921 252 24 0 50709 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 216300

[startup+462.301 s]
/proc/loadavg: 4.02 3.61 3.11 5/190 30875
/proc/meminfo: memFree=21613644/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=223576 CPUtime=462.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 50655 0 0 0 46210 19 0 0 25 0 1 0 488739329 228941824 40667 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 55894 40667 252 24 0 52528 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 223576

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

[startup+473.501 s]
/proc/loadavg: 4.02 3.62 3.11 5/190 30875
/proc/meminfo: memFree=21602360/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=223576 CPUtime=473.49 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 50954 0 0 0 47330 19 0 0 25 0 1 0 488739329 228941824 40949 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 55894 40949 252 24 0 52528 0
Current children cumulated CPU time (s) 473.49
Current children cumulated vsize (KiB) 223576

[startup+479.901 s]
/proc/loadavg: 4.02 3.63 3.12 5/190 30875
/proc/meminfo: memFree=21596904/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=223576 CPUtime=479.88 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 51075 0 0 0 47969 19 0 0 25 0 1 0 488739329 228941824 41066 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 55894 41066 252 24 0 52528 0
Current children cumulated CPU time (s) 479.88
Current children cumulated vsize (KiB) 223576

[startup+483.1 s]
/proc/loadavg: 4.02 3.64 3.12 5/190 30875
/proc/meminfo: memFree=21595540/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=223576 CPUtime=483.08 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 51147 0 0 0 48289 19 0 0 25 0 1 0 488739329 228941824 41133 33554432000 4194304 4291949 140736339857856 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 55894 41133 252 24 0 52528 0
Current children cumulated CPU time (s) 483.08
Current children cumulated vsize (KiB) 223576

[startup+486.301 s]
/proc/loadavg: 4.01 3.64 3.13 5/190 30875
/proc/meminfo: memFree=21594052/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=223576 CPUtime=486.28 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 51235 0 0 0 48609 19 0 0 25 0 1 0 488739329 228941824 41218 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 55894 41218 252 24 0 52528 0
Current children cumulated CPU time (s) 486.28
Current children cumulated vsize (KiB) 223576

[startup+487.901 s]
/proc/loadavg: 4.01 3.64 3.13 5/190 30875
/proc/meminfo: memFree=21593308/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=173488 CPUtime=487.88 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 70294 0 0 0 48766 22 0 0 25 0 1 0 488739329 177651712 36759 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 43372 36759 252 24 0 40006 0
Current children cumulated CPU time (s) 487.88
Current children cumulated vsize (KiB) 173488

[startup+488.3 s]
/proc/loadavg: 4.01 3.64 3.13 5/190 30875
/proc/meminfo: memFree=21610296/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=173488 CPUtime=488.29 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 70315 0 0 0 48807 22 0 0 25 0 1 0 488739329 177651712 36779 33554432000 4194304 4291949 140736339857856 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 43372 36779 252 24 0 40006 0
Current children cumulated CPU time (s) 488.29
Current children cumulated vsize (KiB) 173488

[startup+488.5 s]
/proc/loadavg: 4.01 3.64 3.13 5/190 30875
/proc/meminfo: memFree=21610296/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=173488 CPUtime=488.48 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 70327 0 0 0 48826 22 0 0 25 0 1 0 488739329 177651712 36790 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 43372 36790 252 24 0 40006 0
Current children cumulated CPU time (s) 488.48
Current children cumulated vsize (KiB) 173488

[startup+488.6 s]
/proc/loadavg: 4.01 3.64 3.13 5/190 30875
/proc/meminfo: memFree=21610296/32951124 swapFree=67051468/67111528
[pid=30795] ppid=30793 vsize=173488 CPUtime=488.58 cores=1,3
/proc/30795/stat : 30795 (RestartSAT) R 30793 30795 28631 0 -1 4202496 70333 0 0 0 48836 22 0 0 25 0 1 0 488739329 177651712 36796 33554432000 4194304 4291949 140736339857856 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30795/statm: 43372 36796 252 24 0 40006 0
Current children cumulated CPU time (s) 488.58
Current children cumulated vsize (KiB) 173488

Child status: 20
Real time (s): 488.618
CPU time (s): 488.605
CPU user time (s): 488.375
CPU system time (s): 0.229965
CPU usage (%): 99.9974
Max. virtual memory (cumulated for all children) (KiB): 303716

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

runsolver used 0.72089 second user time and 1.9487 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 00:42:46
IDJOB=3288454
IDBENCH=82497
IDSOLVER=1580
FILE ID=node101/3288454-1303771365
RUNJOBID= node101-1303771365-30767
PBS_JOBID= 13157151
Free space on /tmp= 71392 MiB

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

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=1527133871

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:      22222016 kB
Buffers:       2085068 kB
Cached:        8102168 kB
SwapCached:      33708 kB
Active:        6448032 kB
Inactive:      3808740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22222016 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           75912 kB
Writeback:           0 kB
AnonPages:       56512 kB
Mapped:           8992 kB
Slab:           408352 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240924 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= 71380 MiB
End job on node101 at 2011-04-26 00:50:54