Trace number 3420065

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) 5000.06 4999.83

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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: 961)

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-3420065-1306584761/watcher-3420065-1306584761 -o /tmp/evaluation-result-3420065-1306584761/solver-3420065-1306584761 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420065-1306584761.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.09 2.05 2.01 2/517 31712
/proc/meminfo: memFree=11021612/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=24868 CPUtime=0.01 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 2001 0 0 0 1 0 0 0 25 0 1 0 770072819 25464832 1919 33554432000 4194304 4291949 140734352648320 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 6217 1919 228 24 0 2851 0

[startup+0.0844969 s]
/proc/loadavg: 2.09 2.05 2.01 2/517 31712
/proc/meminfo: memFree=11021612/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=29868 CPUtime=0.07 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 3873 0 0 0 7 0 0 0 25 0 1 0 770072819 30584832 3607 33554432000 4194304 4291949 140734352648320 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 7467 3608 234 24 0 4101 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29868

[startup+0.100484 s]
/proc/loadavg: 2.09 2.05 2.01 2/517 31712
/proc/meminfo: memFree=11021612/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=31028 CPUtime=0.09 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 4160 0 0 0 9 0 0 0 25 0 1 0 770072819 31772672 3876 33554432000 4194304 4291949 140734352648320 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 7757 3877 234 24 0 4391 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31028

[startup+0.300446 s]
/proc/loadavg: 2.09 2.05 2.01 2/517 31712
/proc/meminfo: memFree=11021612/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=27952 CPUtime=0.29 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 5367 0 0 0 29 0 0 0 25 0 1 0 770072819 28622848 3443 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 6988 3443 253 24 0 3622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27952

[startup+0.700366 s]
/proc/loadavg: 2.09 2.05 2.01 2/517 31712
/proc/meminfo: memFree=11021612/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=30632 CPUtime=0.69 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 5557 0 0 0 69 0 0 0 25 0 1 0 770072819 31367168 3626 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 7658 3626 253 24 0 4292 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30632

[startup+1.5002 s]
/proc/loadavg: 2.09 2.05 2.01 3/518 31713
/proc/meminfo: memFree=11005984/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=30632 CPUtime=1.49 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 5854 0 0 0 149 0 0 0 25 0 1 0 770072819 31367168 3918 33554432000 4194304 4291949 140734352648320 18446744073709551615 254504150984 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 7658 3918 253 24 0 4292 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30632

[startup+3.10089 s]
/proc/loadavg: 2.09 2.05 2.01 3/518 31713
/proc/meminfo: memFree=11001792/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=37876 CPUtime=3.09 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 7663 0 0 0 308 1 0 0 25 0 1 0 770072819 38785024 5713 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255721 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 9469 5713 253 24 0 6103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37876

[startup+6.30025 s]
/proc/loadavg: 2.08 2.05 2.01 3/518 31713
/proc/meminfo: memFree=10989508/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=42296 CPUtime=6.29 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 8892 0 0 0 628 1 0 0 25 0 1 0 770072819 43311104 6918 33554432000 4194304 4291949 140734352648320 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 10574 6918 253 24 0 7208 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42296

[startup+12.701 s]
/proc/loadavg: 2.08 2.05 2.01 3/518 31713
/proc/meminfo: memFree=10980164/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=51632 CPUtime=12.69 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 12629 0 0 0 1267 2 0 0 25 0 1 0 770072819 52871168 7093 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 12908 7093 253 24 0 9542 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51632

[startup+25.5004 s]
/proc/loadavg: 2.06 2.04 2.00 3/518 31713
/proc/meminfo: memFree=10956844/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=51632 CPUtime=25.49 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 19753 0 0 0 2546 3 0 0 25 0 1 0 770072819 52871168 9512 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 12908 9512 253 24 0 9542 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51632

[startup+51.1003 s]
/proc/loadavg: 2.16 2.07 2.01 3/518 31714
/proc/meminfo: memFree=10914172/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=82092 CPUtime=51.09 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 25336 0 0 0 5105 4 0 0 25 0 1 0 770072819 84062208 14930 33554432000 4194304 4291949 140734352648320 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20523 14930 253 24 0 17157 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82092

[startup+102.319 s]
/proc/loadavg: 2.14 2.07 2.01 3/518 31716
/proc/meminfo: memFree=10832432/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=83380 CPUtime=102.31 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 35684 0 0 0 10225 6 0 0 25 0 1 0 770072819 85381120 16226 33554432000 4194304 4291949 140734352648320 18446744073709551615 4250462 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20845 16226 253 24 0 17479 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 83380

[startup+162.301 s]
/proc/loadavg: 2.05 2.06 2.01 3/518 31717
/proc/meminfo: memFree=10755648/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=83380 CPUtime=162.29 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 44958 0 0 0 16222 7 0 0 25 0 1 0 770072819 85381120 17421 33554432000 4194304 4291949 140734352648320 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20845 17421 253 24 0 17479 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 83380

[startup+222.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31747
/proc/meminfo: memFree=16362756/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=83380 CPUtime=222.31 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 61247 0 0 0 22221 10 0 0 25 0 1 0 770072819 85381120 17421 33554432000 4194304 4291949 140734352648320 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20845 17421 253 24 0 17479 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 83380

[startup+282.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 31748
/proc/meminfo: memFree=16359728/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=83380 CPUtime=282.31 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 80722 0 0 0 28217 14 0 0 25 0 1 0 770072819 85381120 17421 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20845 17421 253 24 0 17479 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 83380

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 31750
/proc/meminfo: memFree=16359080/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=83380 CPUtime=342.31 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 99222 0 0 0 34214 17 0 0 25 0 1 0 770072819 85381120 17421 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20845 17421 253 24 0 17479 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 83380

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 31751
/proc/meminfo: memFree=16356332/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=83380 CPUtime=402.31 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 109508 0 0 0 40212 19 0 0 25 0 1 0 770072819 85381120 17421 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20845 17421 253 24 0 17479 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 83380

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 31753
/proc/meminfo: memFree=16356436/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=83380 CPUtime=462.31 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 130100 0 0 0 46208 23 0 0 25 0 1 0 770072819 85381120 17421 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 20845 17421 253 24 0 17479 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 83380

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 31755
/proc/meminfo: memFree=16323428/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=152512 CPUtime=522.32 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 148932 0 0 0 52205 27 0 0 25 0 1 0 770072819 156172288 26180 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255962 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 38128 26180 253 24 0 34762 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 152512

[startup+582.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/518 31756
/proc/meminfo: memFree=16354772/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=103192 CPUtime=582.31 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 160983 0 0 0 58202 29 0 0 25 0 1 0 770072819 105668608 17866 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 25798 17866 253 24 0 22432 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 103192

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31914
/proc/meminfo: memFree=16146836/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=206932 CPUtime=4002.48 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 981595 0 0 0 400028 220 0 0 25 0 1 0 770072819 211898368 46340 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 51733 46340 253 24 0 48367 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 206932

[startup+4062.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 31915
/proc/meminfo: memFree=16104652/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=206932 CPUtime=4062.5 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 994422 0 0 0 406028 222 0 0 25 0 1 0 770072819 211898368 44729 33554432000 4194304 4291949 140734352648320 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 51733 44729 253 24 0 48367 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 206932

[startup+4122.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/518 31917
/proc/meminfo: memFree=16128684/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=206932 CPUtime=4122.49 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1007193 0 0 0 412023 226 0 0 25 0 1 0 770072819 211898368 42638 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 51733 42638 253 24 0 48367 0
Current children cumulated CPU time (s) 4122.49
Current children cumulated vsize (KiB) 206932

[startup+4182.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/518 31918
/proc/meminfo: memFree=16195872/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=157612 CPUtime=4182.49 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1012989 0 0 0 418021 228 0 0 25 0 1 0 770072819 161394688 34071 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 39403 34071 253 24 0 36037 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 157612

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/518 31920
/proc/meminfo: memFree=16143412/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=157612 CPUtime=4242.49 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1027588 0 0 0 424018 231 0 0 25 0 1 0 770072819 161394688 34071 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255873 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 39403 34071 253 24 0 36037 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 157612

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 31922
/proc/meminfo: memFree=16158628/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=157612 CPUtime=4302.49 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1042824 0 0 0 430014 235 0 0 25 0 1 0 770072819 161394688 34071 33554432000 4194304 4291949 140734352648320 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 39403 34071 253 24 0 36037 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 157612

[startup+4362.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/518 31923
/proc/meminfo: memFree=16081488/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=237752 CPUtime=4362.5 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1055872 0 0 0 436012 238 0 0 25 0 1 0 770072819 243458048 47021 33554432000 4194304 4291949 140734352648320 18446744073709551615 4251470 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 59438 47021 253 24 0 56072 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 237752

[startup+4422.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/518 31925
/proc/meminfo: memFree=16102292/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=206932 CPUtime=4422.5 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1069238 0 0 0 442009 241 0 0 25 0 1 0 770072819 211898368 45453 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 51733 45453 253 24 0 48367 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 206932

[startup+4482.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/518 31926
/proc/meminfo: memFree=16083800/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=206932 CPUtime=4482.5 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1081870 0 0 0 448006 244 0 0 25 0 1 0 770072819 211898368 42812 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 51733 42812 253 24 0 48367 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 206932

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 31928
/proc/meminfo: memFree=16193020/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=157612 CPUtime=4542.5 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1088648 0 0 0 454003 247 0 0 25 0 1 0 770072819 161394688 34311 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 39403 34311 253 24 0 36037 0
Current children cumulated CPU time (s) 4542.5
Current children cumulated vsize (KiB) 157612

[startup+4602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/518 31930
/proc/meminfo: memFree=16077308/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=237752 CPUtime=4602.53 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1103049 0 0 0 460003 250 0 0 25 0 1 0 770072819 243458048 48609 33554432000 4194304 4291949 140734352648320 18446744073709551615 4248575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 59438 48609 253 24 0 56072 0
Current children cumulated CPU time (s) 4602.53
Current children cumulated vsize (KiB) 237752

[startup+4662.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/518 31931
/proc/meminfo: memFree=16130356/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=237752 CPUtime=4662.51 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1116410 0 0 0 465997 254 0 0 25 0 1 0 770072819 243458048 47222 33554432000 4194304 4291949 140734352648320 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 59438 47222 253 24 0 56072 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 237752

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/518 31933
/proc/meminfo: memFree=16078988/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=206932 CPUtime=4722.53 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1129089 0 0 0 471996 257 0 0 25 0 1 0 770072819 211898368 44868 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 51733 44868 253 24 0 48367 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 206932

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 31934
/proc/meminfo: memFree=16142588/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=157612 CPUtime=4782.51 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1134019 0 0 0 477992 259 0 0 25 0 1 0 770072819 161394688 34551 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 39403 34551 253 24 0 36037 0
Current children cumulated CPU time (s) 4782.51
Current children cumulated vsize (KiB) 157612

[startup+4842.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/518 31936
/proc/meminfo: memFree=16058004/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=237752 CPUtime=4842.52 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1148479 0 0 0 483989 263 0 0 25 0 1 0 770072819 243458048 48903 33554432000 4194304 4291949 140734352648320 18446744073709551615 4256182 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 59438 48903 253 24 0 56072 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 237752

[startup+4902.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/518 31937
/proc/meminfo: memFree=16082776/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=237752 CPUtime=4902.52 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1161903 0 0 0 489987 265 0 0 25 0 1 0 770072819 243458048 47446 33554432000 4194304 4291949 140734352648320 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 59438 47446 253 24 0 56072 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 237752

[startup+4962.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/518 31939
/proc/meminfo: memFree=16135584/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=206932 CPUtime=4962.52 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1174679 0 0 0 495984 268 0 0 25 0 1 0 770072819 211898368 45523 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 51733 45523 253 24 0 48367 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 206932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.02 2.04 2.00 3/518 31940
/proc/meminfo: memFree=16143628/32950928 swapFree=38157052/67111528
[pid=31712] ppid=31710 vsize=157612 CPUtime=5000.05 cores=1,3,5,7
/proc/31712/stat : 31712 (RestartSAT) R 31710 31712 31344 0 -1 4202496 1178497 0 0 0 499734 271 0 0 25 0 1 0 770072819 161394688 34551 33554432000 4194304 4291949 140734352648320 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31712/statm: 39403 34551 253 24 0 36037 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 157612

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): 4999.83
CPU time (s): 5000.06
CPU user time (s): 4997.34
CPU system time (s): 2.71859
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 237752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.34
system time used= 2.71859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1178497
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= 10
involuntary context switches= 12583

runsolver used 24.5783 second user time and 61.1667 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-28 14:12:41
IDJOB=3420065
IDBENCH=83130
IDSOLVER=1911
FILE ID=node149/3420065-1306584761
RUNJOBID= node149-1306579390-31363
PBS_JOBID= 13471531
Free space on /tmp= 73460 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3420065-1306584761/watcher-3420065-1306584761 -o /tmp/evaluation-result-3420065-1306584761/solver-3420065-1306584761 -C 5000 -W 5100 -M 15500  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420065-1306584761.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=447710091

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11021892 kB
Buffers:        251092 kB
Cached:        4659752 kB
SwapCached:      56180 kB
Active:        7607780 kB
Inactive:     14003732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11021892 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            1972 kB
Writeback:           0 kB
AnonPages:    16668952 kB
Mapped:          18160 kB
Slab:           119776 kB
PageTables:     128324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 179578824 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= 73476 MiB
End job on node149 at 2011-05-28 15:36:03