Trace number 3289328

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 B95? (TO) 1300.01 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top29.cnf
MD5SUM9b1b1066fe010948020f1c6b5be34d5d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark54.5867
Satisfiable
(Un)Satisfiability was proved
Number of variables94998
Number of clauses302862
Sum of the clauses size740744
Maximum clause length3473
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2183377
Number of clauses of size 3117600
Number of clauses of size 4434
Number of clauses of size 527
Number of clauses of size over 51423

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3289328-1303777502/watcher-3289328-1303777502 -o /tmp/evaluation-result-3289328-1303777502/solver-3289328-1303777502 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3289328-1303777502.cnf 

running on 2 cores: 0,2

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: 3.43 3.90 3.90 5/187 12102
/proc/meminfo: memFree=23230656/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=22064 CPUtime=0 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 1194 0 0 0 0 0 0 0 21 0 1 0 489348064 22593536 1136 33554432000 4194304 4291949 140734123560160 18446744073709551615 4277761 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 5516 1139 226 24 0 2150 0

[startup+0.0124289 s]
/proc/loadavg: 3.43 3.90 3.90 5/187 12102
/proc/meminfo: memFree=23230656/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=27952 CPUtime=0 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 2344 0 0 0 0 0 0 0 21 0 1 0 489348064 28622848 2233 33554432000 4194304 4291949 140734123560160 18446744073709551615 4224154 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 6988 2246 226 24 0 3622 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27952

[startup+0.100459 s]
/proc/loadavg: 3.43 3.90 3.90 5/187 12102
/proc/meminfo: memFree=23230656/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=43356 CPUtime=0.09 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 7095 0 0 0 9 0 0 0 21 0 1 0 489348064 44396544 6467 33554432000 4194304 4291949 140734123560160 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 10839 6469 228 24 0 7473 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43356

[startup+0.300425 s]
/proc/loadavg: 3.43 3.90 3.90 5/187 12102
/proc/meminfo: memFree=23230656/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=57056 CPUtime=0.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 11038 0 0 0 28 1 0 0 22 0 1 0 489348064 58425344 10023 33554432000 4194304 4291949 140734123560160 18446744073709551615 4212619 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 14264 10023 234 24 0 10898 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57056

[startup+0.700358 s]
/proc/loadavg: 3.43 3.90 3.90 5/187 12102
/proc/meminfo: memFree=23230656/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=62844 CPUtime=0.69 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 14270 0 0 0 67 2 0 0 23 0 1 0 489348064 64352256 10887 33554432000 4194304 4291949 140734123560160 18446744073709551615 255376970226 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 15711 10887 234 24 0 12345 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62844

[startup+1.5002 s]
/proc/loadavg: 3.43 3.90 3.90 5/194 12115
/proc/meminfo: memFree=23133656/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=55488 CPUtime=1.49 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 15364 0 0 0 147 2 0 0 25 0 1 0 489348064 56819712 9367 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 13872 9367 253 24 0 10506 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55488

[startup+3.10088 s]
/proc/loadavg: 3.43 3.90 3.90 5/194 12115
/proc/meminfo: memFree=23129248/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=62560 CPUtime=3.09 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 15694 0 0 0 307 2 0 0 25 0 1 0 489348064 64061440 9683 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 15640 9683 253 24 0 12274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62560

[startup+6.30032 s]
/proc/loadavg: 3.48 3.90 3.90 5/194 12115
/proc/meminfo: memFree=23112188/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=62560 CPUtime=6.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 16247 0 0 0 627 2 0 0 25 0 1 0 489348064 64061440 10218 33554432000 4194304 4291949 140734123560160 18446744073709551615 4251321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 15640 10218 253 24 0 12274 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62560

[startup+12.7011 s]
/proc/loadavg: 3.52 3.90 3.90 5/194 12115
/proc/meminfo: memFree=23084776/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=63092 CPUtime=12.69 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 17479 0 0 0 1266 3 0 0 25 0 1 0 489348064 64606208 11429 33554432000 4194304 4291949 140734123560160 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 15773 11429 253 24 0 12407 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63092

[startup+25.5008 s]
/proc/loadavg: 3.63 3.91 3.91 5/194 12115
/proc/meminfo: memFree=23018420/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=93444 CPUtime=25.49 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 22427 0 0 0 2546 3 0 0 25 0 1 0 489348064 95686656 16325 33554432000 4194304 4291949 140734123560160 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 23361 16325 253 24 0 19995 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93444

[startup+51.101 s]
/proc/loadavg: 3.75 3.91 3.91 5/194 12116
/proc/meminfo: memFree=22984344/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=93444 CPUtime=51.09 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 25003 0 0 0 5105 4 0 0 25 0 1 0 489348064 95686656 18842 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 23361 18842 253 24 0 19995 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93444

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.91 5/194 12117
/proc/meminfo: memFree=22945264/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=144772 CPUtime=102.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 30559 0 0 0 10222 7 0 0 25 0 1 0 489348064 148246528 24294 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 36193 24294 253 24 0 32827 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 144772

[startup+162.3 s]
/proc/loadavg: 4.08 3.98 3.93 5/194 12119
/proc/meminfo: memFree=22898256/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=115132 CPUtime=162.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 43738 0 0 0 16218 11 0 0 25 0 1 0 489348064 117895168 22565 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 28783 22565 253 24 0 25417 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 115132

[startup+222.3 s]
/proc/loadavg: 4.03 3.98 3.93 5/194 12120
/proc/meminfo: memFree=22898472/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=164920 CPUtime=222.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 52271 0 0 0 22214 15 0 0 25 0 1 0 489348064 168878080 30976 33554432000 4194304 4291949 140734123560160 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 41230 30976 253 24 0 37864 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 164920

[startup+282.301 s]
/proc/loadavg: 4.01 3.98 3.93 5/194 12122
/proc/meminfo: memFree=22862992/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=164920 CPUtime=282.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 55960 0 0 0 28212 17 0 0 25 0 1 0 489348064 168878080 34590 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 41230 34590 253 24 0 37864 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 164920

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.93 5/194 12124
/proc/meminfo: memFree=22839156/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=134100 CPUtime=342.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 64611 0 0 0 34208 21 0 0 25 0 1 0 489348064 137318400 24892 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 33525 24892 253 24 0 30159 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 134100

[startup+402.301 s]
/proc/loadavg: 4.25 4.04 3.95 5/194 12125
/proc/meminfo: memFree=22888748/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=164920 CPUtime=402.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 70711 0 0 0 40205 24 0 0 25 0 1 0 489348064 168878080 30899 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 41230 30899 253 24 0 37864 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 164920

[startup+462.301 s]
/proc/loadavg: 4.09 4.03 3.95 5/194 12127
/proc/meminfo: memFree=22776640/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=164920 CPUtime=462.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 75111 0 0 0 46202 27 0 0 25 0 1 0 489348064 168878080 35216 33554432000 4194304 4291949 140734123560160 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 41230 35216 253 24 0 37864 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 164920

[startup+522.301 s]
/proc/loadavg: 3.69 3.93 3.91 4/188 12145
/proc/meminfo: memFree=22924664/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=215008 CPUtime=522.28 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 78455 0 0 0 52199 29 0 0 25 0 1 0 489348064 220168192 38485 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 53752 38485 253 24 0 50386 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 215008

[startup+582.301 s]
/proc/loadavg: 3.25 3.76 3.85 4/188 12147
/proc/meminfo: memFree=22916192/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=171604 CPUtime=582.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 93503 0 0 0 58193 36 0 0 25 0 1 0 489348064 175722496 31304 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 42901 31304 253 24 0 39535 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 171604

[startup+642.3 s]
/proc/loadavg: 3.16 3.63 3.80 4/188 12149
/proc/meminfo: memFree=22873268/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=171604 CPUtime=642.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 97992 0 0 0 64192 37 0 0 25 0 1 0 489348064 175722496 35697 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 42901 35697 253 24 0 39535 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 171604

[startup+702.3 s]
/proc/loadavg: 3.06 3.52 3.75 4/188 12150
/proc/meminfo: memFree=22891592/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=221692 CPUtime=702.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 101928 0 0 0 70189 40 0 0 25 0 1 0 489348064 227012608 39571 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 55423 39571 253 24 0 52057 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 221692

[startup+762.307 s]
/proc/loadavg: 3.02 3.42 3.70 4/188 12152
/proc/meminfo: memFree=22843596/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=221692 CPUtime=762.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 105183 0 0 0 76187 42 0 0 25 0 1 0 489348064 227012608 42775 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 55423 42775 253 24 0 52057 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 221692

[startup+822.301 s]
/proc/loadavg: 3.01 3.34 3.65 4/188 12153
/proc/meminfo: memFree=22947612/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=145272 CPUtime=822.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 115613 0 0 0 82182 47 0 0 25 0 1 0 489348064 148758528 28569 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 36318 28569 253 24 0 32952 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 145272

[startup+882.301 s]
/proc/loadavg: 3.00 3.28 3.61 4/188 12155
/proc/meminfo: memFree=22893264/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=176092 CPUtime=882.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 121116 0 0 0 88178 51 0 0 25 0 1 0 489348064 180318208 33957 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 44023 33957 253 24 0 40657 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 176092

[startup+942.301 s]
/proc/loadavg: 3.05 3.24 3.58 4/188 12157
/proc/meminfo: memFree=22847732/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=226180 CPUtime=942.28 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 127231 0 0 0 94175 53 0 0 25 0 1 0 489348064 231608320 39984 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 56545 39984 253 24 0 53179 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 226180

[startup+1002.3 s]
/proc/loadavg: 3.06 3.21 3.54 4/188 12158
/proc/meminfo: memFree=22851196/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=226180 CPUtime=1002.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 131489 0 0 0 100174 55 0 0 25 0 1 0 489348064 231608320 44188 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 56545 44188 253 24 0 53179 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 226180

[startup+1062.3 s]
/proc/loadavg: 3.02 3.17 3.50 4/188 12160
/proc/meminfo: memFree=22891352/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=118512 CPUtime=1062.28 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 138960 0 0 0 106170 58 0 0 25 0 1 0 489348064 121356288 24669 33554432000 4194304 4291949 140734123560160 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 29628 24669 253 24 0 26262 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 118512

[startup+1122.3 s]
/proc/loadavg: 3.01 3.13 3.47 4/188 12161
/proc/meminfo: memFree=22900136/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=149156 CPUtime=1122.29 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 145823 0 0 0 112167 62 0 0 25 0 1 0 489348064 152735744 31414 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 37289 31414 253 24 0 33923 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 149156

[startup+1182.3 s]
/proc/loadavg: 3.00 3.11 3.44 4/188 12163
/proc/meminfo: memFree=22853876/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=179976 CPUtime=1182.28 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 150954 0 0 0 118164 64 0 0 25 0 1 0 489348064 184295424 36456 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 44994 36456 253 24 0 41628 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 179976

[startup+1242.3 s]
/proc/loadavg: 3.03 3.10 3.41 4/188 12165
/proc/meminfo: memFree=22890556/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=179976 CPUtime=1242.28 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 155233 0 0 0 124161 67 0 0 25 0 1 0 489348064 184295424 40664 33554432000 4194304 4291949 140734123560160 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 44994 40664 253 24 0 41628 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 179976



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.01 3.08 3.38 3/187 12167
/proc/meminfo: memFree=22931584/32951124 swapFree=67111524/67111528
[pid=12102] ppid=12100 vsize=230064 CPUtime=1300 cores=0,2
/proc/12102/stat : 12102 (RestartSAT) R 12100 12102 10826 0 -1 4202496 158525 0 0 0 129931 69 0 0 25 0 1 0 489348064 235585536 43904 33554432000 4194304 4291949 140734123560160 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/12102/statm: 57516 43904 253 24 0 54150 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 230064

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.01
CPU user time (s): 1299.31
CPU system time (s): 0.702893
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 230064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.31
system time used= 0.702893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158525
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= 5
involuntary context switches= 1624

runsolver used 2.26066 second user time and 4.84426 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 02:25:02
IDJOB=3289328
IDBENCH=83120
IDSOLVER=1580
FILE ID=node135/3289328-1303777502
RUNJOBID= node135-1303777502-12072
PBS_JOBID= 13157171
Free space on /tmp= 71244 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top29.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289328-1303777502/watcher-3289328-1303777502 -o /tmp/evaluation-result-3289328-1303777502/solver-3289328-1303777502 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3289328-1303777502.cnf

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

MD5SUM BENCH= 9b1b1066fe010948020f1c6b5be34d5d
RANDOM SEED=183373577

node135.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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.83
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.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23231632 kB
Buffers:       1815712 kB
Cached:        7241340 kB
SwapCached:          4 kB
Active:         533424 kB
Inactive:      8611052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23231632 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11496 kB
Writeback:           0 kB
AnonPages:       86200 kB
Mapped:          14884 kB
Slab:           511604 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   240616 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71248 MiB
End job on node135 at 2011-04-26 02:46:44