Trace number 3288408

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 514.209 514.197

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

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

running on 2 cores: 4,6

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 4/180 30789
/proc/meminfo: memFree=22251240/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=20896 CPUtime=0 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 1045 0 0 0 0 0 0 0 21 0 1 0 488739318 21397504 986 33554432000 4194304 4291949 140736674323552 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 5224 987 227 24 0 1858 0

[startup+0.0793499 s]
/proc/loadavg: 1.20 2.05 2.53 4/180 30789
/proc/meminfo: memFree=22251240/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=33184 CPUtime=0.07 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 5405 0 0 0 7 0 0 0 21 0 1 0 488739318 33980416 4891 33554432000 4194304 4291949 140736674323552 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 8296 4892 227 24 0 4930 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33184

[startup+0.10033 s]
/proc/loadavg: 1.20 2.05 2.53 4/180 30789
/proc/meminfo: memFree=22251240/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=38384 CPUtime=0.09 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 6486 0 0 0 8 1 0 0 21 0 1 0 488739318 39305216 5724 33554432000 4194304 4291949 140736674323552 18446744073709551615 218370618053 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 9596 5727 227 24 0 6230 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38384

[startup+0.300298 s]
/proc/loadavg: 1.20 2.05 2.53 4/180 30789
/proc/meminfo: memFree=22251240/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=76916 CPUtime=0.29 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 16983 0 0 0 27 2 0 0 22 0 1 0 488739318 78761984 14882 33554432000 4194304 4291949 140736674323552 18446744073709551615 218371000455 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 19229 14322 227 24 0 15863 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76916

[startup+0.700229 s]
/proc/loadavg: 1.20 2.05 2.53 4/180 30789
/proc/meminfo: memFree=22251240/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=74520 CPUtime=0.69 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 17053 0 0 0 67 2 0 0 23 0 1 0 488739318 76308480 14391 33554432000 4194304 4291949 140736674323552 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 18630 14391 232 24 0 15264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74520

[startup+1.5011 s]
/proc/loadavg: 1.20 2.05 2.53 5/187 30802
/proc/meminfo: memFree=22031232/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=69952 CPUtime=1.5 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 20856 0 0 0 147 3 0 0 25 0 1 0 488739318 71630848 12295 33554432000 4194304 4291949 140736674323552 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 17488 12295 252 24 0 14122 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 69952

[startup+3.1008 s]
/proc/loadavg: 1.43 2.08 2.53 6/187 30802
/proc/meminfo: memFree=21947232/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=69952 CPUtime=3.09 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 21034 0 0 0 306 3 0 0 25 0 1 0 488739318 71630848 12461 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 17488 12461 252 24 0 14122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69952

[startup+6.30021 s]
/proc/loadavg: 1.43 2.08 2.53 6/190 30808
/proc/meminfo: memFree=21686944/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=69952 CPUtime=6.29 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 21379 0 0 0 626 3 0 0 25 0 1 0 488739318 71630848 12787 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 17488 12787 252 24 0 14122 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 69952

[startup+12.7011 s]
/proc/loadavg: 1.90 2.16 2.55 6/190 30809
/proc/meminfo: memFree=21572056/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=69952 CPUtime=12.69 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 21987 0 0 0 1266 3 0 0 25 0 1 0 488739318 71630848 13364 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 17488 13364 252 24 0 14122 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 69952

[startup+25.5008 s]
/proc/loadavg: 2.22 2.22 2.57 5/190 30809
/proc/meminfo: memFree=21560560/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=82028 CPUtime=25.49 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 22996 0 0 0 2546 3 0 0 25 0 1 0 488739318 83996672 14327 33554432000 4194304 4291949 140736674323552 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 20507 14327 252 24 0 17141 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82028

[startup+51.1003 s]
/proc/loadavg: 2.83 2.36 2.61 5/190 30810
/proc/meminfo: memFree=21537016/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=84584 CPUtime=51.1 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 25219 0 0 0 5106 4 0 0 25 0 1 0 488739318 86614016 16463 33554432000 4194304 4291949 140736674323552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 21146 16463 252 24 0 17780 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 84584

[startup+102.307 s]
/proc/loadavg: 3.53 2.64 2.68 6/190 30811
/proc/meminfo: memFree=21488336/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=109872 CPUtime=102.3 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 29356 0 0 0 10225 5 0 0 25 0 1 0 488739318 112508928 20493 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 27468 20493 252 24 0 24102 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 109872

[startup+162.301 s]
/proc/loadavg: 3.83 2.88 2.76 5/190 30813
/proc/meminfo: memFree=21442708/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=117112 CPUtime=162.3 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 34051 0 0 0 16223 7 0 0 25 0 1 0 488739318 119922688 25048 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 29278 25048 252 24 0 25912 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 117112

[startup+222.301 s]
/proc/loadavg: 3.93 3.08 2.84 6/190 30814
/proc/meminfo: memFree=21392076/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=153480 CPUtime=222.29 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 38460 0 0 0 22221 8 0 0 25 0 1 0 488739318 157163520 29315 33554432000 4194304 4291949 140736674323552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 38370 29315 252 24 0 35004 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 153480

[startup+282.3 s]
/proc/loadavg: 3.97 3.25 2.91 6/190 30816
/proc/meminfo: memFree=21347540/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=158572 CPUtime=282.3 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 41403 0 0 0 28220 10 0 0 25 0 1 0 488739318 162377728 32173 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 39643 32173 252 24 0 36277 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 158572

[startup+342.301 s]
/proc/loadavg: 4.09 3.41 2.98 6/190 30817
/proc/meminfo: memFree=21310188/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=161976 CPUtime=342.3 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 43784 0 0 0 34219 11 0 0 25 0 1 0 488739318 165863424 34486 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 40494 34486 252 24 0 37128 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 161976

[startup+402.301 s]
/proc/loadavg: 4.07 3.53 3.05 5/190 30873
/proc/meminfo: memFree=21662336/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=165204 CPUtime=402.3 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 46508 0 0 0 40215 15 0 0 25 0 1 0 488739318 169168896 37137 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 41301 37137 252 24 0 37935 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 165204

[startup+462.3 s]
/proc/loadavg: 4.02 3.61 3.11 6/190 30875
/proc/meminfo: memFree=21613644/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=218164 CPUtime=462.3 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 48771 0 0 0 46214 16 0 0 25 0 1 0 488739318 223399936 39322 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 54541 39322 252 24 0 51175 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 218164

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

[startup+486.301 s]
/proc/loadavg: 4.01 3.64 3.13 5/190 30875
/proc/meminfo: memFree=21594052/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=223864 CPUtime=486.31 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 50248 0 0 0 48614 17 0 0 25 0 1 0 488739318 229236736 40774 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 55966 40774 252 24 0 52600 0
Current children cumulated CPU time (s) 486.31
Current children cumulated vsize (KiB) 223864

[startup+499.101 s]
/proc/loadavg: 4.01 3.65 3.14 5/190 30902
/proc/meminfo: memFree=21695340/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=223864 CPUtime=499.1 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 50479 0 0 0 49892 18 0 0 25 0 1 0 488739318 229236736 40994 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 55966 40994 252 24 0 52600 0
Current children cumulated CPU time (s) 499.1
Current children cumulated vsize (KiB) 223864

[startup+505.501 s]
/proc/loadavg: 4.01 3.66 3.14 6/190 30903
/proc/meminfo: memFree=21689392/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=223864 CPUtime=505.5 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 50638 0 0 0 50532 18 0 0 25 0 1 0 488739318 229236736 41147 33554432000 4194304 4291949 140736674323552 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 55966 41147 252 24 0 52600 0
Current children cumulated CPU time (s) 505.5
Current children cumulated vsize (KiB) 223864

[startup+508.701 s]
/proc/loadavg: 4.01 3.66 3.15 6/190 30903
/proc/meminfo: memFree=21686788/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=223864 CPUtime=508.7 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 50725 0 0 0 50852 18 0 0 25 0 1 0 488739318 229236736 41232 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 55966 41232 252 24 0 52600 0
Current children cumulated CPU time (s) 508.7
Current children cumulated vsize (KiB) 223864

[startup+511.901 s]
/proc/loadavg: 4.01 3.67 3.15 6/190 30903
/proc/meminfo: memFree=21684264/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=223864 CPUtime=511.9 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 50882 0 0 0 51172 18 0 0 25 0 1 0 488739318 229236736 41385 33554432000 4194304 4291949 140736674323552 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 55966 41385 252 24 0 52600 0
Current children cumulated CPU time (s) 511.9
Current children cumulated vsize (KiB) 223864

[startup+513.5 s]
/proc/loadavg: 4.01 3.67 3.15 6/190 30903
/proc/meminfo: memFree=21683272/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=223864 CPUtime=513.5 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 51027 0 0 0 51332 18 0 0 25 0 1 0 488739318 229236736 41526 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 55966 41526 252 24 0 52600 0
Current children cumulated CPU time (s) 513.5
Current children cumulated vsize (KiB) 223864

[startup+513.901 s]
/proc/loadavg: 4.01 3.67 3.15 6/190 30903
/proc/meminfo: memFree=21682032/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=223864 CPUtime=513.9 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 51041 0 0 0 51372 18 0 0 25 0 1 0 488739318 229236736 41540 33554432000 4194304 4291949 140736674323552 18446744073709551615 4255716 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 55966 41540 252 24 0 52600 0
Current children cumulated CPU time (s) 513.9
Current children cumulated vsize (KiB) 223864

[startup+514.101 s]
/proc/loadavg: 4.01 3.67 3.15 6/190 30903
/proc/meminfo: memFree=21682032/32951124 swapFree=67051468/67111528
[pid=30789] ppid=30787 vsize=242540 CPUtime=514.1 cores=4,6
/proc/30789/stat : 30789 (RestartSAT) R 30787 30789 28631 0 -1 4202496 51043 0 0 0 51392 18 0 0 25 0 1 0 488739318 248360960 41542 33554432000 4194304 4291949 140736674323552 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/30789/statm: 60635 41542 252 24 0 57269 0
Current children cumulated CPU time (s) 514.1
Current children cumulated vsize (KiB) 242540

Child status: 20
Real time (s): 514.197
CPU time (s): 514.209
CPU user time (s): 514.003
CPU system time (s): 0.205968
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 242540

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

runsolver used 0.938857 second user time and 1.86871 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 00:42:46
IDJOB=3288408
IDBENCH=82496
IDSOLVER=1580
FILE ID=node101/3288408-1303771365
RUNJOBID= node101-1303771365-30766
PBS_JOBID= 13157151
Free space on /tmp= 71400 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
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:      22251528 kB
Buffers:       2085056 kB
Cached:        8093256 kB
SwapCached:      33708 kB
Active:        6408408 kB
Inactive:      3819196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22251528 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           67764 kB
Writeback:           0 kB
AnonPages:       36336 kB
Mapped:           8604 kB
Slab:           408092 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   197728 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:51:20