Trace number 3420029

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.13 5000.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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

running on 4 cores: 0,2,4,6

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.01 2.04 2.00 2/483 4144
/proc/meminfo: memFree=19255656/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=23276 CPUtime=0 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 1441 0 0 0 0 0 0 0 23 0 1 0 848670670 23834624 1384 33554432000 4194304 4291949 140737117329600 18446744073709551615 4240881 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 5819 1387 226 24 0 2453 0

[startup+0.073551 s]
/proc/loadavg: 2.01 2.04 2.00 2/483 4144
/proc/meminfo: memFree=19255656/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=36588 CPUtime=0.06 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 5612 0 0 0 6 0 0 0 23 0 1 0 848670670 37466112 5017 33554432000 4194304 4291949 140737117329600 18446744073709551615 260905054917 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 9147 5019 228 24 0 5781 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 36588

[startup+0.100531 s]
/proc/loadavg: 2.01 2.04 2.00 2/483 4144
/proc/meminfo: memFree=19255656/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=39128 CPUtime=0.09 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 6353 0 0 0 9 0 0 0 23 0 1 0 848670670 40067072 5722 33554432000 4194304 4291949 140737117329600 18446744073709551615 4230278 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 9782 5722 232 24 0 6416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39128

[startup+0.300508 s]
/proc/loadavg: 2.01 2.04 2.00 2/483 4144
/proc/meminfo: memFree=19255656/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=46164 CPUtime=0.29 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 9892 0 0 0 28 1 0 0 25 0 1 0 848670670 47271936 7461 33554432000 4194304 4291949 140737117329600 18446744073709551615 4220253 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 11541 7461 234 24 0 8175 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46164

[startup+0.70051 s]
/proc/loadavg: 2.01 2.04 2.00 2/483 4144
/proc/meminfo: memFree=19255656/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=44032 CPUtime=0.69 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 10895 0 0 0 68 1 0 0 25 0 1 0 848670670 45088768 6642 33554432000 4194304 4291949 140737117329600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 11008 6642 252 24 0 7642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44032

[startup+1.50035 s]
/proc/loadavg: 2.01 2.04 2.00 3/484 4145
/proc/meminfo: memFree=19228748/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=44032 CPUtime=1.49 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 11126 0 0 0 148 1 0 0 25 0 1 0 848670670 45088768 6864 33554432000 4194304 4291949 140737117329600 18446744073709551615 4250555 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 11008 6864 252 24 0 7642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44032

[startup+3.10106 s]
/proc/loadavg: 2.01 2.04 2.00 3/484 4145
/proc/meminfo: memFree=19226624/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=51104 CPUtime=3.09 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 11603 0 0 0 308 1 0 0 25 0 1 0 848670670 52330496 7328 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255662 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 12776 7328 252 24 0 9410 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 51104

[startup+6.30036 s]
/proc/loadavg: 2.01 2.04 2.00 3/484 4145
/proc/meminfo: memFree=19221908/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=51248 CPUtime=6.29 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 12487 0 0 0 627 2 0 0 25 0 1 0 848670670 52477952 8187 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 12812 8187 252 24 0 9446 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51248

[startup+12.7002 s]
/proc/loadavg: 2.01 2.04 2.00 3/484 4146
/proc/meminfo: memFree=19200304/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=70356 CPUtime=12.69 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 17261 0 0 0 1267 2 0 0 25 0 1 0 848670670 72044544 12933 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 17589 12933 252 24 0 14223 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 70356

[startup+25.5008 s]
/proc/loadavg: 2.00 2.04 2.00 3/484 4146
/proc/meminfo: memFree=19182192/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=82032 CPUtime=25.49 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 20483 0 0 0 2546 3 0 0 25 0 1 0 848670670 84000768 16097 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/4144/statm: 20508 16097 252 24 0 17142 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 82032

[startup+51.1003 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 4147
/proc/meminfo: memFree=19172856/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=77120 CPUtime=51.04 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 28879 0 0 0 5099 5 0 0 25 0 1 0 848670670 78970880 13962 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 19280 13962 252 24 0 15914 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 77120

[startup+102.318 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 4148
/proc/meminfo: memFree=19112180/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=138584 CPUtime=102.25 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 39681 0 0 0 10218 7 0 0 25 0 1 0 848670670 141910016 24637 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 34646 24637 252 24 0 31280 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 138584

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 4150
/proc/meminfo: memFree=19089412/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=138584 CPUtime=162.23 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 59707 0 0 0 16211 12 0 0 25 0 1 0 848670670 141910016 27795 33554432000 4194304 4291949 140737117329600 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 34646 27795 252 24 0 31280 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 138584

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 4151
/proc/meminfo: memFree=19186304/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=108312 CPUtime=222.23 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 74957 0 0 0 22207 16 0 0 25 0 1 0 848670670 110911488 19824 33554432000 4194304 4291949 140737117329600 18446744073709551615 4256100 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 27078 19824 252 24 0 23712 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 108312

[startup+282.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/484 4153
/proc/meminfo: memFree=19112956/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=191728 CPUtime=282.24 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 86942 0 0 0 28205 19 0 0 25 0 1 0 848670670 196329472 31678 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 47932 31678 252 24 0 44566 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 191728

[startup+342.301 s]
/proc/loadavg: 2.17 2.06 2.01 3/484 4154
/proc/meminfo: memFree=19131732/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=113700 CPUtime=342.25 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 102188 0 0 0 34201 24 0 0 25 0 1 0 848670670 116428800 23492 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 28425 23492 252 24 0 25059 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 113700

[startup+402.301 s]
/proc/loadavg: 2.06 2.05 2.01 3/484 4156
/proc/meminfo: memFree=19067308/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=196292 CPUtime=402.25 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 114818 0 0 0 40198 27 0 0 25 0 1 0 848670670 201003008 35984 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 49073 35984 252 24 0 45707 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 196292

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/484 4158
/proc/meminfo: memFree=19084716/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=148084 CPUtime=462.25 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 133150 0 0 0 46195 30 0 0 25 0 1 0 848670670 151638016 28943 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 37021 28943 252 24 0 33655 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 148084

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/484 4159
/proc/meminfo: memFree=19018804/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=202928 CPUtime=522.25 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 143113 0 0 0 52192 33 0 0 25 0 1 0 848670670 207798272 38789 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 50732 38789 252 24 0 47366 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 202928

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 4161
/proc/meminfo: memFree=19145328/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=152840 CPUtime=582.25 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 159856 0 0 0 58188 37 0 0 25 0 1 0 848670670 156508160 30105 33554432000 4194304 4291949 140737117329600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/4144/statm: 38210 30105 252 24 0 34844 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 152840

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 4264
/proc/meminfo: memFree=18881908/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=264424 CPUtime=4002.35 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 840244 0 0 0 400005 230 0 0 25 0 1 0 848670670 270770176 54562 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 66106 54562 252 24 0 62740 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 264424

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 4266
/proc/meminfo: memFree=18844744/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=264424 CPUtime=4062.37 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 846120 0 0 0 406004 233 0 0 25 0 1 0 848670670 270770176 60368 33554432000 4194304 4291949 140737117329600 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 66106 60368 252 24 0 62740 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 264424

[startup+4122.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/484 4267
/proc/meminfo: memFree=18941276/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=164548 CPUtime=4122.36 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 854771 0 0 0 412000 236 0 0 25 0 1 0 848670670 168497152 34038 33554432000 4194304 4291949 140737117329600 18446744073709551615 4251639 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 41137 34038 252 24 0 37771 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 164548

[startup+4182.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/484 4269
/proc/meminfo: memFree=19075356/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=214336 CPUtime=4182.36 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 864238 0 0 0 417997 239 0 0 25 0 1 0 848670670 219480064 43330 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 53584 43330 252 24 0 50218 0
Current children cumulated CPU time (s) 4182.36
Current children cumulated vsize (KiB) 214336

[startup+4242.3 s]
/proc/loadavg: 2.05 2.06 2.02 3/484 4270
/proc/meminfo: memFree=19007352/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=264424 CPUtime=4242.36 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 870419 0 0 0 423995 241 0 0 25 0 1 0 848670670 270770176 49411 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 66106 49411 252 24 0 62740 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 264424

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/484 4272
/proc/meminfo: memFree=18957912/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=264756 CPUtime=4302.36 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 878466 0 0 0 429993 243 0 0 25 0 1 0 848670670 271110144 57346 33554432000 4194304 4291949 140737117329600 18446744073709551615 4250438 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 66189 57346 252 24 0 62823 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 264756

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 4274
/proc/meminfo: memFree=19032872/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=166028 CPUtime=4362.36 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 888503 0 0 0 435990 246 0 0 25 0 1 0 848670670 170012672 35106 33554432000 4194304 4291949 140737117329600 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 41507 35106 252 24 0 38141 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 166028

[startup+4422.3 s]
/proc/loadavg: 1.92 2.01 1.99 3/484 4303
/proc/meminfo: memFree=19220872/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=215816 CPUtime=4422.37 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 898320 0 0 0 441987 250 0 0 25 0 1 0 848670670 220995584 44752 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 53954 44752 252 24 0 50588 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 215816

[startup+4482.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/484 4305
/proc/meminfo: memFree=19130240/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=265904 CPUtime=4482.37 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 904087 0 0 0 447985 252 0 0 25 0 1 0 848670670 272285696 50438 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 66476 50438 252 24 0 63110 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 265904

[startup+4542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/484 4306
/proc/meminfo: memFree=19096188/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=266328 CPUtime=4542.37 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 909064 0 0 0 453983 254 0 0 25 0 1 0 848670670 272719872 55339 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 66582 55339 252 24 0 63216 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 266328

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 4308
/proc/meminfo: memFree=19082708/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=278784 CPUtime=4602.38 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 915150 0 0 0 459982 256 0 0 25 0 1 0 848670670 285474816 61270 33554432000 4194304 4291949 140737117329600 18446744073709551615 4257065 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 69696 61271 252 24 0 66330 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 278784

[startup+4662.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/484 4310
/proc/meminfo: memFree=19126888/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=269600 CPUtime=4662.37 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 938604 0 0 0 465976 261 0 0 25 0 1 0 848670670 276070400 53476 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 67400 53476 252 24 0 64034 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 269600

[startup+4722.32 s]
/proc/loadavg: 2.11 2.04 2.01 3/484 4311
/proc/meminfo: memFree=19004568/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=356332 CPUtime=4722.4 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 952415 0 0 0 471974 266 0 0 25 0 1 0 848670670 364883968 67179 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 89083 67179 252 24 0 85717 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 356332

[startup+4782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/484 4313
/proc/meminfo: memFree=18992832/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=357872 CPUtime=4782.37 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 963258 0 0 0 477968 269 0 0 25 0 1 0 848670670 366460928 77897 33554432000 4194304 4291949 140737117329600 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 89468 77897 252 24 0 86102 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 357872

[startup+4842.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/484 4314
/proc/meminfo: memFree=19083648/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=227404 CPUtime=4842.38 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 982103 0 0 0 483963 275 0 0 25 0 1 0 848670670 232861696 44104 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255869 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 56851 44104 252 24 0 53485 0
Current children cumulated CPU time (s) 4842.38
Current children cumulated vsize (KiB) 227404

[startup+4902.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/484 4316
/proc/meminfo: memFree=19060252/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=280896 CPUtime=4902.39 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 997041 0 0 0 489960 279 0 0 25 0 1 0 848670670 287637504 58903 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 70224 58903 252 24 0 66858 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 280896

[startup+4962.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/484 4318
/proc/meminfo: memFree=19065516/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=365200 CPUtime=4962.38 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 1007322 0 0 0 495955 283 0 0 25 0 1 0 848670670 373964800 69101 33554432000 4194304 4291949 140737117329600 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 91300 69101 252 24 0 87934 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 365200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.02 2.04 2.00 3/484 4319
/proc/meminfo: memFree=19001740/32950928 swapFree=65252936/67111528
[pid=4144] ppid=4142 vsize=367632 CPUtime=5000.09 cores=0,2,4,6
/proc/4144/stat : 4144 (RestartSAT) R 4142 4144 3735 0 -1 4202496 1014352 0 0 0 499723 286 0 0 25 0 1 0 848670670 376455168 76062 33554432000 4194304 4291949 140737117329600 18446744073709551615 4267195 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/4144/statm: 91908 76062 252 24 0 88542 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 367632

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): 5000.03
CPU time (s): 5000.13
CPU user time (s): 4997.25
CPU system time (s): 2.87456
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 370192

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

runsolver used 23.7414 second user time and 53.7178 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-28 14:06:40
IDJOB=3420029
IDBENCH=83105
IDSOLVER=1911
FILE ID=node116/3420029-1306584400
RUNJOBID= node116-1306579395-3753
PBS_JOBID= 13471564
Free space on /tmp= 73400 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1588425732

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.75
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.826
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.77
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.826
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.826
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.826
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:      19256060 kB
Buffers:        145712 kB
Cached:        2330620 kB
SwapCached:      12264 kB
Active:        7506720 kB
Inactive:      5941176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19256060 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:            4288 kB
Writeback:           0 kB
AnonPages:    10969328 kB
Mapped:          24924 kB
Slab:           117088 kB
PageTables:      62820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139760108 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= 73404 MiB
End job on node116 at 2011-05-28 15:30:02