Trace number 3293146

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.05 1300.02

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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-3293146-1303789369/watcher-3293146-1303789369 -o /tmp/evaluation-result-3293146-1303789369/solver-3293146-1303789369 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3293146-1303789369.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: 3.88 3.99 3.95 4/189 14556
/proc/meminfo: memFree=23220588/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=19396 CPUtime=0 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 655 0 0 0 0 0 0 0 21 0 1 0 490534816 19861504 596 33554432000 4194304 4291949 140733644268800 18446744073709551615 255376998608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 4849 599 224 24 0 1483 0

[startup+0.026705 s]
/proc/loadavg: 3.88 3.99 3.95 4/189 14556
/proc/meminfo: memFree=23220588/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=22564 CPUtime=0.02 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 1670 0 0 0 2 0 0 0 21 0 1 0 490534816 23105536 1570 33554432000 4194304 4291949 140733644268800 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 5641 1572 227 24 0 2275 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 22564

[startup+0.100679 s]
/proc/loadavg: 3.88 3.99 3.95 4/189 14556
/proc/meminfo: memFree=23220588/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=30608 CPUtime=0.08 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 4955 0 0 0 8 0 0 0 21 0 1 0 490534816 31342592 4364 33554432000 4194304 4291949 140733644268800 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 7652 4366 227 24 0 4286 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30608

[startup+0.300644 s]
/proc/loadavg: 3.88 3.99 3.95 4/189 14556
/proc/meminfo: memFree=23220588/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=31132 CPUtime=0.28 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 5177 0 0 0 28 0 0 0 22 0 1 0 490534816 31879168 4586 33554432000 4194304 4291949 140733644268800 18446744073709551615 4230026 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 7783 4586 232 24 0 4417 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31132

[startup+0.700571 s]
/proc/loadavg: 3.88 3.99 3.95 4/189 14556
/proc/meminfo: memFree=23220588/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=39532 CPUtime=0.69 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 7189 0 0 0 68 1 0 0 23 0 1 0 490534816 40480768 6598 33554432000 4194304 4291949 140733644268800 18446744073709551615 4230038 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 9883 6598 234 24 0 6517 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 39532

[startup+1.50042 s]
/proc/loadavg: 3.88 3.99 3.95 4/192 14563
/proc/meminfo: memFree=23166944/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=38144 CPUtime=1.48 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 8725 0 0 0 147 1 0 0 25 0 1 0 490534816 39059456 5754 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 9536 5754 252 24 0 6170 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38144

[startup+3.10114 s]
/proc/loadavg: 3.88 3.99 3.95 5/189 14582
/proc/meminfo: memFree=23177600/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=38144 CPUtime=3.08 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 9055 0 0 0 307 1 0 0 25 0 1 0 490534816 39059456 6079 33554432000 4194304 4291949 140733644268800 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 9536 6079 252 24 0 6170 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 38144

[startup+6.30053 s]
/proc/loadavg: 3.89 3.99 3.95 5/194 14670
/proc/meminfo: memFree=23136740/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=42564 CPUtime=6.29 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 9697 0 0 0 627 2 0 0 25 0 1 0 490534816 43585536 6706 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 10641 6706 252 24 0 7275 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42564

[startup+12.7003 s]
/proc/loadavg: 3.89 3.99 3.95 5/194 14670
/proc/meminfo: memFree=23112788/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=50104 CPUtime=12.69 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 10811 0 0 0 1267 2 0 0 25 0 1 0 490534816 51306496 7784 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 12526 7784 252 24 0 9160 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50104

[startup+25.501 s]
/proc/loadavg: 3.92 3.99 3.95 5/194 14671
/proc/meminfo: memFree=23083768/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=64328 CPUtime=25.48 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 13013 0 0 0 2545 3 0 0 25 0 1 0 490534816 65871872 9949 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 16082 9949 252 24 0 12716 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 64328

[startup+51.1002 s]
/proc/loadavg: 4.02 4.01 3.95 5/194 14671
/proc/meminfo: memFree=23065224/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=68308 CPUtime=51.09 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 16498 0 0 0 5104 5 0 0 25 0 1 0 490534816 69947392 13380 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 17077 13380 252 24 0 13711 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68308

[startup+102.307 s]
/proc/loadavg: 4.01 4.00 3.95 5/194 14673
/proc/meminfo: memFree=22990816/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=93192 CPUtime=102.3 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 21636 0 0 0 10223 7 0 0 25 0 1 0 490534816 95428608 18436 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 23298 18436 252 24 0 19932 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 93192

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14674
/proc/meminfo: memFree=22935236/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=130432 CPUtime=162.29 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 26486 0 0 0 16219 10 0 0 25 0 1 0 490534816 133562368 23186 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255643 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 32608 23186 252 24 0 29242 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 130432

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14702
/proc/meminfo: memFree=22955072/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=134596 CPUtime=222.3 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 30540 0 0 0 22218 12 0 0 25 0 1 0 490534816 137826304 27177 33554432000 4194304 4291949 140733644268800 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 33649 27177 252 24 0 30283 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 134596

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.95 5/194 14730
/proc/meminfo: memFree=22832844/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=139924 CPUtime=282.29 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 34339 0 0 0 28216 13 0 0 25 0 1 0 490534816 143282176 30927 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255668 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 34981 30927 252 24 0 31615 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 139924

[startup+342.3 s]
/proc/loadavg: 4.19 4.06 3.97 5/194 14783
/proc/meminfo: memFree=21212824/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=193052 CPUtime=342.3 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 37271 0 0 0 34211 19 0 0 25 0 1 0 490534816 197685248 33801 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 48263 33801 252 24 0 44897 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 193052

[startup+402.3 s]
/proc/loadavg: 4.13 4.07 3.98 5/194 14785
/proc/meminfo: memFree=20905368/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=93988 CPUtime=402.3 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 45413 0 0 0 40206 24 0 0 25 0 1 0 490534816 96243712 18850 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 23497 18850 252 24 0 20131 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 93988

[startup+462.301 s]
/proc/loadavg: 4.16 4.09 4.00 5/194 14786
/proc/meminfo: memFree=20839884/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=113480 CPUtime=462.31 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 49604 0 0 0 46204 27 0 0 25 0 1 0 490534816 116203520 22944 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 28370 22944 252 24 0 25004 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 113480

[startup+522.301 s]
/proc/loadavg: 4.06 4.07 4.00 5/194 14788
/proc/meminfo: memFree=20854584/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=144940 CPUtime=522.3 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 53268 0 0 0 52201 29 0 0 25 0 1 0 490534816 148418560 26520 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 36235 26520 252 24 0 32869 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 144940

[startup+582.301 s]
/proc/loadavg: 4.02 4.05 4.00 5/194 14790
/proc/meminfo: memFree=20786952/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=146408 CPUtime=582.3 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 56146 0 0 0 58199 31 0 0 25 0 1 0 490534816 149921792 29326 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 36602 29326 252 24 0 33236 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 146408

[startup+642.301 s]
/proc/loadavg: 3.44 3.89 3.94 4/188 14808
/proc/meminfo: memFree=20871160/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=148188 CPUtime=642.31 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 58799 0 0 0 64198 33 0 0 25 0 1 0 490534816 151744512 31917 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 37047 31917 252 24 0 33681 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 148188

[startup+702.301 s]
/proc/loadavg: 3.16 3.72 3.88 4/188 14810
/proc/meminfo: memFree=20835536/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=199936 CPUtime=702.31 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 61353 0 0 0 70195 36 0 0 25 0 1 0 490534816 204734464 34415 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 49984 34415 252 24 0 46618 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 199936

[startup+762.307 s]
/proc/loadavg: 3.06 3.59 3.82 4/188 14811
/proc/meminfo: memFree=20792936/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=201376 CPUtime=762.32 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 63655 0 0 0 76195 37 0 0 25 0 1 0 490534816 206209024 36665 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 50344 36665 252 24 0 46978 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 201376

[startup+822.3 s]
/proc/loadavg: 3.02 3.48 3.77 4/188 14813
/proc/meminfo: memFree=20733500/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=206088 CPUtime=822.31 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 68585 0 0 0 82192 39 0 0 25 0 1 0 490534816 211034112 41509 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 51522 41509 252 24 0 48156 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 206088

[startup+882.3 s]
/proc/loadavg: 3.08 3.41 3.72 4/188 14815
/proc/meminfo: memFree=20765948/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=106212 CPUtime=882.32 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 76229 0 0 0 88189 43 0 0 25 0 1 0 490534816 108761088 21232 33554432000 4194304 4291949 140733644268800 18446744073709551615 255376969938 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 26553 21232 252 24 0 23187 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 106212

[startup+942.3 s]
/proc/loadavg: 3.06 3.34 3.68 4/188 14816
/proc/meminfo: memFree=20693872/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=125180 CPUtime=942.32 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 80325 0 0 0 94187 45 0 0 25 0 1 0 490534816 128184320 25224 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 31295 25224 252 24 0 27929 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 125180

[startup+1002.3 s]
/proc/loadavg: 3.02 3.28 3.63 4/188 14818
/proc/meminfo: memFree=20644100/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=156000 CPUtime=1002.32 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 83646 0 0 0 100185 47 0 0 25 0 1 0 490534816 159744000 28474 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 39000 28474 252 24 0 35634 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 156000

[startup+1062.3 s]
/proc/loadavg: 3.05 3.24 3.60 4/188 14819
/proc/meminfo: memFree=20593972/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=156900 CPUtime=1062.32 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 86403 0 0 0 106183 49 0 0 25 0 1 0 490534816 160665600 31159 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 39225 31159 252 24 0 35859 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 156900

[startup+1122.3 s]
/proc/loadavg: 3.02 3.19 3.56 4/188 14830
/proc/meminfo: memFree=20545896/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=157344 CPUtime=1122.33 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 88929 0 0 0 112183 50 0 0 25 0 1 0 490534816 161120256 33624 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 39336 33624 252 24 0 35970 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 157344

[startup+1182.3 s]
/proc/loadavg: 3.12 3.19 3.53 4/188 14832
/proc/meminfo: memFree=20487964/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=209476 CPUtime=1182.32 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 91652 0 0 0 118181 51 0 0 25 0 1 0 490534816 214503424 36284 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 52369 36284 252 24 0 49003 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 209476

[startup+1242.3 s]
/proc/loadavg: 3.12 3.17 3.50 4/188 14833
/proc/meminfo: memFree=20436212/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=210432 CPUtime=1242.33 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 93881 0 0 0 124180 53 0 0 25 0 1 0 490534816 215482368 38477 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 52608 38477 252 24 0 49242 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 210432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.13 3.46 4/188 14838
/proc/meminfo: memFree=20390264/32951124 swapFree=67111524/67111528
[pid=14556] ppid=14554 vsize=211444 CPUtime=1300.03 cores=1,3
/proc/14556/stat : 14556 (RestartSAT) R 14554 14556 14221 0 -1 4202496 96181 0 0 0 129948 55 0 0 25 0 1 0 490534816 216518656 40734 33554432000 4194304 4291949 140733644268800 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14556/statm: 52861 40734 252 24 0 49495 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 211444

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.05
CPU user time (s): 1299.49
CPU system time (s): 0.565913
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 211444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.49
system time used= 0.565913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96181
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= 9
involuntary context switches= 911

runsolver used 2.06669 second user time and 5.04023 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 05:42:50
IDJOB=3293146
IDBENCH=88062
IDSOLVER=1580
FILE ID=node135/3293146-1303789369
RUNJOBID= node135-1303788067-14241
PBS_JOBID= 13157256
Free space on /tmp= 71624 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293146-1303789369/watcher-3293146-1303789369 -o /tmp/evaluation-result-3293146-1303789369/solver-3293146-1303789369 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3293146-1303789369.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=1953334690

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:      23220620 kB
Buffers:       1827644 kB
Cached:        7232644 kB
SwapCached:          4 kB
Active:         597628 kB
Inactive:      8553644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23220620 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:       90980 kB
Mapped:          15292 kB
Slab:           514752 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   269028 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= 71220 MiB
End job on node135 at 2011-04-26 06:04:32