Trace number 3420039

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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-3420039-1306584404/watcher-3420039-1306584404 -o /tmp/evaluation-result-3420039-1306584404/solver-3420039-1306584404 -C 5000 -W 5100 -M 15500 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3420039-1306584404.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: 1.84 1.97 1.97 2/381 24913
/proc/meminfo: memFree=17588268/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=26564 CPUtime=0 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 2117 0 0 0 0 0 0 0 21 0 1 0 770043176 27201536 2006 33554432000 4194304 4291949 140733278756896 18446744073709551615 4278185 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 6641 2007 228 24 0 3275 0

[startup+0.064686 s]
/proc/loadavg: 1.84 1.97 1.97 2/381 24913
/proc/meminfo: memFree=17588268/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=35076 CPUtime=0.05 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 5109 0 0 0 5 0 0 0 21 0 1 0 770043176 35917824 4666 33554432000 4194304 4291949 140733278756896 18446744073709551615 218371000455 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 8633 4530 228 24 0 5267 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 35076

[startup+0.100679 s]
/proc/loadavg: 1.84 1.97 1.97 2/381 24913
/proc/meminfo: memFree=17588268/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=36456 CPUtime=0.09 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 5796 0 0 0 9 0 0 0 21 0 1 0 770043176 37330944 5186 33554432000 4194304 4291949 140733278756896 18446744073709551615 4260672 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 9114 5186 234 24 0 5748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36456

[startup+0.300652 s]
/proc/loadavg: 1.84 1.97 1.97 2/381 24913
/proc/meminfo: memFree=17588268/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=42224 CPUtime=0.28 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 8677 0 0 0 28 0 0 0 22 0 1 0 770043176 43237376 6663 33554432000 4194304 4291949 140733278756896 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 10556 6663 234 24 0 7190 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 42224

[startup+0.70057 s]
/proc/loadavg: 1.84 1.97 1.97 2/381 24913
/proc/meminfo: memFree=17588268/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=37740 CPUtime=0.68 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 9316 0 0 0 68 0 0 0 23 0 1 0 770043176 38645760 5729 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255967 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 9435 5729 253 24 0 6069 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 37740

[startup+1.50043 s]
/proc/loadavg: 1.84 1.97 1.97 3/387 24926
/proc/meminfo: memFree=17544784/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=42092 CPUtime=1.48 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 9531 0 0 0 148 0 0 0 25 0 1 0 770043176 43102208 5936 33554432000 4194304 4291949 140733278756896 18446744073709551615 218374415505 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 10523 5936 253 24 0 7157 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 42092

[startup+3.10014 s]
/proc/loadavg: 1.84 1.97 1.97 3/387 24926
/proc/meminfo: memFree=17541560/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=42092 CPUtime=3.08 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 9879 0 0 0 308 0 0 0 25 0 1 0 770043176 43102208 6275 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 10523 6275 253 24 0 7157 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 42092

[startup+6.30058 s]
/proc/loadavg: 1.85 1.97 1.97 3/387 24926
/proc/meminfo: memFree=17535544/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=42348 CPUtime=6.29 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 10620 0 0 0 628 1 0 0 25 0 1 0 770043176 43364352 7000 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 10587 7000 253 24 0 7221 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42348

[startup+12.7004 s]
/proc/loadavg: 1.86 1.97 1.97 3/387 24926
/proc/meminfo: memFree=17510456/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=53976 CPUtime=12.68 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 13604 0 0 0 1267 1 0 0 25 0 1 0 770043176 55271424 9952 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 13494 9952 253 24 0 10128 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53976

[startup+25.5002 s]
/proc/loadavg: 1.89 1.97 1.97 3/387 24927
/proc/meminfo: memFree=17492492/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=72832 CPUtime=25.49 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 15856 0 0 0 2546 3 0 0 25 0 1 0 770043176 74579968 12150 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 18208 12150 253 24 0 14842 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72832

[startup+51.1006 s]
/proc/loadavg: 1.93 1.97 1.97 3/387 24927
/proc/meminfo: memFree=17505672/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=61120 CPUtime=51.09 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 21236 0 0 0 5104 5 0 0 25 0 1 0 770043176 62586880 11205 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255943 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 15280 11205 253 24 0 11914 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 61120

[startup+102.315 s]
/proc/loadavg: 1.97 1.97 1.97 3/387 24929
/proc/meminfo: memFree=17409172/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=91704 CPUtime=102.31 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 37505 0 0 0 10223 8 0 0 25 0 1 0 770043176 93904896 19426 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 22926 19426 253 24 0 19560 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 91704

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.97 3/387 24930
/proc/meminfo: memFree=17340436/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=141024 CPUtime=162.29 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 54671 0 0 0 16220 9 0 0 25 0 1 0 770043176 144408576 27486 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 35256 27486 253 24 0 31890 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141024

[startup+222.3 s]
/proc/loadavg: 2.05 1.99 1.97 3/387 24932
/proc/meminfo: memFree=17346072/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=141024 CPUtime=222.3 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 65973 0 0 0 22217 13 0 0 25 0 1 0 770043176 144408576 28252 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255953 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 35256 28252 253 24 0 31890 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 141024

[startup+282.301 s]
/proc/loadavg: 2.07 2.00 1.98 3/387 24934
/proc/meminfo: memFree=17355700/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=141024 CPUtime=282.3 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 76159 0 0 0 28215 15 0 0 25 0 1 0 770043176 144408576 27830 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 35256 27830 253 24 0 31890 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 141024

[startup+342.301 s]
/proc/loadavg: 2.02 2.00 1.98 3/387 24935
/proc/meminfo: memFree=17384052/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=142084 CPUtime=342.3 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 87584 0 0 0 34212 18 0 0 25 0 1 0 770043176 145494016 28138 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 35521 28138 253 24 0 32155 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 142084

[startup+402.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/387 24937
/proc/meminfo: memFree=17352888/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=123112 CPUtime=402.3 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 96557 0 0 0 40209 21 0 0 25 0 1 0 770043176 126066688 25363 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 30778 25363 253 24 0 27412 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 123112

[startup+462.301 s]
/proc/loadavg: 2.05 2.01 1.98 3/387 24938
/proc/meminfo: memFree=17339820/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=172432 CPUtime=462.3 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 110508 0 0 0 46205 25 0 0 25 0 1 0 770043176 176570368 39180 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43108 39180 253 24 0 39742 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 172432

[startup+522.301 s]
/proc/loadavg: 2.02 2.01 1.98 3/387 24940
/proc/meminfo: memFree=17298988/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=172644 CPUtime=522.31 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 120415 0 0 0 52203 28 0 0 25 0 1 0 770043176 176787456 36775 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43161 36775 253 24 0 39795 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 172644

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/387 24942
/proc/meminfo: memFree=17386624/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=123324 CPUtime=582.3 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 122227 0 0 0 58202 28 0 0 25 0 1 0 770043176 126283776 27326 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 30831 27326 253 24 0 27465 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 123324

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 25046
/proc/meminfo: memFree=17243808/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=174020 CPUtime=4062.41 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 578729 0 0 0 406068 173 0 0 25 0 1 0 770043176 178196480 36519 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43505 36519 253 24 0 40139 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 174020

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 25048
/proc/meminfo: memFree=17166780/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=4122.39 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 592314 0 0 0 412063 176 0 0 25 0 1 0 770043176 260259840 49969 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 49969 253 24 0 60174 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 254160

[startup+4182.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/387 25050
/proc/meminfo: memFree=17199624/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=174020 CPUtime=4182.4 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 595917 0 0 0 418062 178 0 0 25 0 1 0 770043176 178196480 37409 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43505 37409 253 24 0 40139 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 174020

[startup+4242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/387 25051
/proc/meminfo: memFree=17223276/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=223340 CPUtime=4242.4 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 608492 0 0 0 424059 181 0 0 25 0 1 0 770043176 228700160 49877 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 55835 49877 253 24 0 52469 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 223340

[startup+4302.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/387 25053
/proc/meminfo: memFree=17159136/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=4302.4 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 613183 0 0 0 430057 183 0 0 25 0 1 0 770043176 260259840 54479 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 54479 253 24 0 60174 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 254160

[startup+4362.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/387 25054
/proc/meminfo: memFree=17201136/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=174020 CPUtime=4362.4 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 615777 0 0 0 436055 185 0 0 25 0 1 0 770043176 178196480 38654 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43505 38654 253 24 0 40139 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 174020

[startup+4422.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/387 25056
/proc/meminfo: memFree=17135756/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=223340 CPUtime=4422.4 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 628221 0 0 0 442052 188 0 0 25 0 1 0 770043176 228700160 51017 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 55835 51017 253 24 0 52469 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 223340

[startup+4482.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/387 25058
/proc/meminfo: memFree=17203432/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=4482.4 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 632198 0 0 0 448049 191 0 0 25 0 1 0 770043176 260259840 54898 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 54898 253 24 0 60174 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 254160

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/387 25059
/proc/meminfo: memFree=17219280/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=174020 CPUtime=4542.41 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 635231 0 0 0 454048 193 0 0 25 0 1 0 770043176 178196480 39262 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43505 39262 253 24 0 40139 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 174020

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/387 25061
/proc/meminfo: memFree=17142492/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=223340 CPUtime=4602.42 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 645242 0 0 0 460047 195 0 0 25 0 1 0 770043176 228700160 49224 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 55835 49224 253 24 0 52469 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 223340

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/387 25062
/proc/meminfo: memFree=17163788/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=4662.41 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 651177 0 0 0 466043 198 0 0 25 0 1 0 770043176 260259840 55027 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255890 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 55027 253 24 0 60174 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 254160

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 25064
/proc/meminfo: memFree=17193392/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=174020 CPUtime=4722.42 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 654823 0 0 0 472042 200 0 0 25 0 1 0 770043176 178196480 39263 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43505 39263 253 24 0 40139 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 174020

[startup+4782.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/387 25120
/proc/meminfo: memFree=17374236/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=4782.41 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 667661 0 0 0 478038 203 0 0 25 0 1 0 770043176 260259840 51982 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 51982 253 24 0 60174 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 254160

[startup+4842.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/387 25121
/proc/meminfo: memFree=17339848/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=4842.41 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 672132 0 0 0 484035 206 0 0 25 0 1 0 770043176 260259840 56351 33554432000 4194304 4291949 140733278756896 18446744073709551615 4248452 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 56351 253 24 0 60174 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 254160

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/387 25123
/proc/meminfo: memFree=17362888/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=174020 CPUtime=4902.42 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 675211 0 0 0 490034 208 0 0 25 0 1 0 770043176 178196480 39502 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 43505 39502 253 24 0 40139 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 174020

[startup+4962.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/387 25124
/proc/meminfo: memFree=17282368/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=223340 CPUtime=4962.42 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 686937 0 0 0 496031 211 0 0 25 0 1 0 770043176 228700160 51135 33554432000 4194304 4291949 140733278756896 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 55835 51135 253 24 0 52469 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 223340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.04 2.01 3/387 25125
/proc/meminfo: memFree=17300080/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=5000.03 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 690304 0 0 0 499790 213 0 0 25 0 1 0 770043176 260259840 54427 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 54427 253 24 0 60174 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 254160

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.07 2.04 2.01 3/387 25125
/proc/meminfo: memFree=17300080/32951124 swapFree=52307820/67111528
[pid=24913] ppid=24911 vsize=254160 CPUtime=5000.03 cores=1,3,5,7
/proc/24913/stat : 24913 (RestartSAT) R 24911 24913 24674 0 -1 4202496 690304 0 0 0 499790 213 0 0 25 0 1 0 770043176 260259840 54427 33554432000 4194304 4291949 140733278756896 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/24913/statm: 63540 54427 253 24 0 60174 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 254160

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4997.91
CPU system time (s): 2.14167
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 254160

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

runsolver used 17.6753 second user time and 42.4475 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-28 14:06:44
IDJOB=3420039
IDBENCH=83113
IDSOLVER=1911
FILE ID=node101/3420039-1306584404
RUNJOBID= node101-1306579401-24693
PBS_JOBID= 13471579
Free space on /tmp= 73640 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=473314502

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17588664 kB
Buffers:        240800 kB
Cached:        3640300 kB
SwapCached:      14304 kB
Active:        8530628 kB
Inactive:      6538164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17588664 kB
SwapTotal:    67111528 kB
SwapFree:     52307820 kB
Dirty:            3500 kB
Writeback:           0 kB
AnonPages:    11184872 kB
Mapped:          20692 kB
Slab:           152860 kB
PageTables:      74608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78586968 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= 73648 MiB
End job on node101 at 2011-05-28 15:30:06