Trace number 3420033

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.07 4999.92

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16550.6
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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-3420033-1306584403/watcher-3420033-1306584403 -o /tmp/evaluation-result-3420033-1306584403/solver-3420033-1306584403 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420033-1306584403.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.00 2.01 1.96 2/373 6180
/proc/meminfo: memFree=22718624/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=23212 CPUtime=0 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1535 0 0 0 0 0 0 0 23 0 1 0 770040722 23769088 1468 33554432000 4194304 4291949 140736950588896 18446744073709551615 4278286 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 5803 1468 228 24 0 2437 0

[startup+0.0943031 s]
/proc/loadavg: 2.00 2.01 1.96 2/373 6180
/proc/meminfo: memFree=22718624/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=31420 CPUtime=0.08 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 3991 0 0 0 8 0 0 0 23 0 1 0 770040722 32174080 3688 33554432000 4194304 4291949 140736950588896 18446744073709551615 4210169 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 7855 3692 235 24 0 4489 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31420

[startup+0.100302 s]
/proc/loadavg: 2.00 2.01 1.96 2/373 6180
/proc/meminfo: memFree=22718624/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=31420 CPUtime=0.09 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 4256 0 0 0 9 0 0 0 23 0 1 0 770040722 32174080 3916 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 7855 3916 234 24 0 4489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31420

[startup+0.300262 s]
/proc/loadavg: 2.00 2.01 1.96 2/373 6180
/proc/meminfo: memFree=22718624/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=26136 CPUtime=0.29 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 4844 0 0 0 29 0 0 0 25 0 1 0 770040722 26763264 3128 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255871 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 6534 3128 253 24 0 3168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26136

[startup+0.700185 s]
/proc/loadavg: 2.00 2.01 1.96 2/373 6180
/proc/meminfo: memFree=22718624/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=28812 CPUtime=0.69 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 4989 0 0 0 69 0 0 0 25 0 1 0 770040722 29503488 3266 33554432000 4194304 4291949 140736950588896 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 7203 3266 253 24 0 3837 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28812

[startup+1.50104 s]
/proc/loadavg: 2.00 2.01 1.96 3/374 6181
/proc/meminfo: memFree=22705752/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=28812 CPUtime=1.49 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 5272 0 0 0 149 0 0 0 25 0 1 0 770040722 29503488 3540 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 7203 3540 253 24 0 3837 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28812

[startup+3.10075 s]
/proc/loadavg: 2.00 2.01 1.96 3/374 6181
/proc/meminfo: memFree=22703400/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=36056 CPUtime=3.09 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 7065 0 0 0 308 1 0 0 25 0 1 0 770040722 36921344 5318 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 9014 5318 253 24 0 5648 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36056

[startup+6.30017 s]
/proc/loadavg: 2.00 2.01 1.96 4/374 6182
/proc/meminfo: memFree=22694224/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=40476 CPUtime=6.29 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 7990 0 0 0 628 1 0 0 25 0 1 0 770040722 41447424 6214 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 10119 6214 253 24 0 6753 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40476

[startup+12.701 s]
/proc/loadavg: 2.00 2.01 1.96 3/374 6182
/proc/meminfo: memFree=22689104/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=45172 CPUtime=12.69 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 12129 0 0 0 1268 1 0 0 25 0 1 0 770040722 46256128 7339 33554432000 4194304 4291949 140736950588896 18446744073709551615 4248558 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 11293 7339 253 24 0 7927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45172

[startup+25.5007 s]
/proc/loadavg: 2.07 2.03 1.97 3/374 6182
/proc/meminfo: memFree=22670496/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=63848 CPUtime=25.49 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 16758 0 0 0 2547 2 0 0 25 0 1 0 770040722 65380352 11842 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 15962 11842 253 24 0 12596 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 63848

[startup+51.101 s]
/proc/loadavg: 2.11 2.04 1.97 3/374 6183
/proc/meminfo: memFree=22666608/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=82704 CPUtime=51.09 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 22363 0 0 0 5106 3 0 0 25 0 1 0 770040722 84688896 12706 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 20676 12706 253 24 0 17310 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82704

[startup+102.314 s]
/proc/loadavg: 2.05 2.03 1.97 3/374 6184
/proc/meminfo: memFree=22647852/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=82704 CPUtime=102.31 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 27165 0 0 0 10227 4 0 0 25 0 1 0 770040722 84688896 17374 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256272 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 20676 17374 253 24 0 17310 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82704

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.97 3/374 6186
/proc/meminfo: memFree=22638276/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=95232 CPUtime=162.3 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 29577 0 0 0 16225 5 0 0 25 0 1 0 770040722 97517568 19760 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 23808 19760 253 24 0 20442 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95232

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.97 3/374 6187
/proc/meminfo: memFree=22634660/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=95232 CPUtime=222.29 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 37948 0 0 0 22224 5 0 0 25 0 1 0 770040722 97517568 20506 33554432000 4194304 4291949 140736950588896 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 23808 20506 253 24 0 20442 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 95232

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/374 6189
/proc/meminfo: memFree=22634896/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=95232 CPUtime=282.3 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 45629 0 0 0 28224 6 0 0 25 0 1 0 770040722 97517568 20506 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 23808 20506 253 24 0 20442 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 95232

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/374 6191
/proc/meminfo: memFree=22633996/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=95232 CPUtime=342.3 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 62623 0 0 0 34222 8 0 0 25 0 1 0 770040722 97517568 20546 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 23808 20546 253 24 0 20442 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 95232

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/374 6192
/proc/meminfo: memFree=22634104/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=95232 CPUtime=402.3 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 80231 0 0 0 40220 10 0 0 25 0 1 0 770040722 97517568 20548 33554432000 4194304 4291949 140736950588896 18446744073709551615 4250434 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 23808 20548 253 24 0 20442 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 95232

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/374 6194
/proc/meminfo: memFree=22634072/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=95232 CPUtime=462.31 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 105376 0 0 0 46218 13 0 0 25 0 1 0 770040722 97517568 20548 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 23808 20548 253 24 0 20442 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 95232

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.97 3/374 6195
/proc/meminfo: memFree=22629952/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=95232 CPUtime=522.31 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 123619 0 0 0 52216 15 0 0 25 0 1 0 770040722 97517568 20548 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 23808 20548 253 24 0 20442 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 95232

[startup+582.301 s]
/proc/loadavg: 2.16 2.04 1.99 3/374 6197
/proc/meminfo: memFree=22629680/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=144552 CPUtime=582.31 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 152238 0 0 0 58212 19 0 0 25 0 1 0 770040722 148021248 28144 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 36138 28144 253 24 0 32772 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 144552

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.05 2.01 2.00 3/374 6330
/proc/meminfo: memFree=22425068/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=232084 CPUtime=4062.42 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1097329 0 0 0 406047 195 0 0 25 0 1 0 770040722 237654016 54716 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 58021 54716 253 24 0 54655 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 232084

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 6331
/proc/meminfo: memFree=22420944/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=262904 CPUtime=4122.41 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1112784 0 0 0 412043 198 0 0 25 0 1 0 770040722 269213696 55868 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 65726 55868 253 24 0 62360 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 262904

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6333
/proc/meminfo: memFree=22425988/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=232084 CPUtime=4182.42 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1127016 0 0 0 418041 201 0 0 25 0 1 0 770040722 237654016 54441 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 58021 54441 253 24 0 54655 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 232084

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6335
/proc/meminfo: memFree=22435880/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=232084 CPUtime=4242.42 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1140493 0 0 0 424037 205 0 0 25 0 1 0 770040722 237654016 52116 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 58021 52116 253 24 0 54655 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 232084

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6336
/proc/meminfo: memFree=22443900/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=182764 CPUtime=4302.42 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1147060 0 0 0 430034 208 0 0 25 0 1 0 770040722 187150336 42430 33554432000 4194304 4291949 140736950588896 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 45691 42430 253 24 0 42325 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 182764

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6338
/proc/meminfo: memFree=22440516/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=182764 CPUtime=4362.43 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1162652 0 0 0 436031 212 0 0 25 0 1 0 770040722 187150336 42430 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 45691 42430 253 24 0 42325 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 182764

[startup+4422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/374 6366
/proc/meminfo: memFree=22491212/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=262904 CPUtime=4422.42 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1176696 0 0 0 442028 214 0 0 25 0 1 0 770040722 269213696 56362 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 65726 56362 253 24 0 62360 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 262904

[startup+4482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/374 6368
/proc/meminfo: memFree=22443520/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=251440 CPUtime=4482.43 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1190102 0 0 0 448026 217 0 0 25 0 1 0 770040722 257474560 54567 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 62860 54567 253 24 0 59494 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 251440

[startup+4542.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/374 6370
/proc/meminfo: memFree=22403924/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=251440 CPUtime=4542.42 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1203236 0 0 0 454023 219 0 0 25 0 1 0 770040722 257474560 52977 33554432000 4194304 4291949 140736950588896 18446744073709551615 4263352 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 62860 52977 253 24 0 59494 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 251440

[startup+4602.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/374 6371
/proc/meminfo: memFree=22350840/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=251440 CPUtime=4602.44 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1218179 0 0 0 460022 222 0 0 25 0 1 0 770040722 257474560 54320 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 62860 54320 253 24 0 59494 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 251440

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/374 6373
/proc/meminfo: memFree=22419500/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=251440 CPUtime=4662.43 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1230891 0 0 0 466018 225 0 0 25 0 1 0 770040722 257474560 52341 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 62860 52341 253 24 0 59494 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 251440

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6374
/proc/meminfo: memFree=22421840/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=202120 CPUtime=4722.45 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1236087 0 0 0 472017 228 0 0 25 0 1 0 770040722 206970880 43019 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 50530 43019 253 24 0 47164 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 202120

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6376
/proc/meminfo: memFree=22386236/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=202120 CPUtime=4782.44 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1250931 0 0 0 478012 232 0 0 25 0 1 0 770040722 206970880 43378 33554432000 4194304 4291949 140736950588896 18446744073709551615 4262416 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 50530 43378 253 24 0 47164 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 202120

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6378
/proc/meminfo: memFree=22281568/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=282260 CPUtime=4842.43 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1264368 0 0 0 484009 234 0 0 25 0 1 0 770040722 289034240 56701 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 70565 56701 253 24 0 67199 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 282260

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/374 6379
/proc/meminfo: memFree=22392040/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=251440 CPUtime=4902.44 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1276572 0 0 0 490006 238 0 0 25 0 1 0 770040722 257474560 53902 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 62860 53902 253 24 0 59494 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 251440

[startup+4962.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/374 6381
/proc/meminfo: memFree=22366092/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=251440 CPUtime=4962.44 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1288603 0 0 0 496003 241 0 0 25 0 1 0 770040722 257474560 51459 33554432000 4194304 4291949 140736950588896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 62860 51459 253 24 0 59494 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 251440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/374 6382
/proc/meminfo: memFree=22378972/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=202120 CPUtime=5000.05 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1295751 0 0 0 499762 243 0 0 25 0 1 0 770040722 206970880 43378 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 50530 43378 253 24 0 47164 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 202120

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

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

[startup+4999.9 s]
/proc/loadavg: 2.08 2.04 2.01 3/374 6382
/proc/meminfo: memFree=22378972/32951124 swapFree=37160472/67111528
[pid=6180] ppid=6178 vsize=202120 CPUtime=5000.05 cores=1,3,5,7
/proc/6180/stat : 6180 (RestartSAT) R 6178 6180 5930 0 -1 4202496 1295751 0 0 0 499762 243 0 0 25 0 1 0 770040722 206970880 43378 33554432000 4194304 4291949 140736950588896 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6180/statm: 50530 43378 253 24 0 47164 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 202120

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 4997.63
CPU system time (s): 2.44463
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 282260

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

runsolver used 16.8274 second user time and 42.2786 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-28 14:06:43
IDJOB=3420033
IDBENCH=83108
IDSOLVER=1911
FILE ID=node104/3420033-1306584403
RUNJOBID= node104-1306579400-5949
PBS_JOBID= 13471576
Free space on /tmp= 73416 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=663900317

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22718656 kB
Buffers:        353532 kB
Cached:        7768228 kB
SwapCached:     152248 kB
Active:        3455052 kB
Inactive:      6469288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22718656 kB
SwapTotal:    67111528 kB
SwapFree:     37160472 kB
Dirty:            1928 kB
Writeback:          24 kB
AnonPages:     1663340 kB
Mapped:          11120 kB
Slab:           153976 kB
PageTables:      89068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87749424 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= 73412 MiB
End job on node104 at 2011-05-28 15:30:05