Trace number 3289282

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT B95? (TO) 1300.03 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289282-1303776809/watcher-3289282-1303776809 -o /tmp/evaluation-result-3289282-1303776809/solver-3289282-1303776809 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3289282-1303776809.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.99 3.20 2.78 5/189 24191
/proc/meminfo: memFree=16070504/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=2492 CPUtime=0 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4194304 88 0 0 0 0 0 0 0 25 0 1 0 470096479 2551808 43 33554432000 4194304 4291949 140735004591632 18446744073709551615 264721481351 0 2147483391 4096 0 0 0 0 17 6 0 0 0
/proc/24191/statm: 623 43 34 24 0 23 0

[startup+0.109282 s]
/proc/loadavg: 3.99 3.20 2.78 5/189 24191
/proc/meminfo: memFree=16070504/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=33264 CPUtime=0.09 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 4964 0 0 0 9 0 0 0 25 0 1 0 470096479 34062336 4529 33554432000 4194304 4291949 140735004591632 18446744073709551615 4220794 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/24191/statm: 8316 4529 234 24 0 4950 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33264

[startup+0.200266 s]
/proc/loadavg: 3.99 3.20 2.78 5/189 24191
/proc/meminfo: memFree=16070504/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=33768 CPUtime=0.18 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 6529 0 0 0 18 0 0 0 25 0 1 0 470096479 34578432 4996 33554432000 4194304 4291949 140735004591632 18446744073709551615 4218120 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/24191/statm: 8442 4996 234 24 0 5076 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 33768

[startup+0.30025 s]
/proc/loadavg: 3.99 3.20 2.78 5/189 24191
/proc/meminfo: memFree=16070504/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=36496 CPUtime=0.28 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 6653 0 0 0 28 0 0 0 25 0 1 0 470096479 37371904 4701 33554432000 4194304 4291949 140735004591632 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/24191/statm: 9124 4701 234 24 0 5758 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 36496

[startup+0.700183 s]
/proc/loadavg: 3.99 3.20 2.78 5/189 24191
/proc/meminfo: memFree=16070504/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=32140 CPUtime=0.68 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 7226 0 0 0 68 0 0 0 25 0 1 0 470096479 32911360 4523 33554432000 4194304 4291949 140735004591632 18446744073709551615 4250380 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/24191/statm: 8035 4523 252 24 0 4669 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32140

[startup+1.50102 s]
/proc/loadavg: 3.99 3.21 2.79 5/190 24192
/proc/meminfo: memFree=16052152/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=36492 CPUtime=1.47 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 7557 0 0 0 147 0 0 0 25 0 1 0 470096479 37367808 4842 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/24191/statm: 9123 4842 252 24 0 5757 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36492

[startup+3.10072 s]
/proc/loadavg: 3.99 3.21 2.79 5/190 24192
/proc/meminfo: memFree=16049796/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=36492 CPUtime=3.07 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 8218 0 0 0 307 0 0 0 25 0 1 0 470096479 37367808 5484 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255847 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/24191/statm: 9123 5484 252 24 0 5757 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 36492

[startup+6.30117 s]
/proc/loadavg: 3.99 3.21 2.79 5/190 24192
/proc/meminfo: memFree=16037644/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=48320 CPUtime=6.25 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 10737 0 0 0 624 1 0 0 25 0 1 0 470096479 49479680 7984 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 12080 7984 252 24 0 8714 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 48320

[startup+12.701 s]
/proc/loadavg: 4.07 3.26 2.80 5/190 24192
/proc/meminfo: memFree=15995700/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=55500 CPUtime=12.66 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 12579 0 0 0 1264 2 0 0 25 0 1 0 470096479 56832000 9793 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 13875 9793 252 24 0 10509 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 55500

[startup+25.5006 s]
/proc/loadavg: 4.06 3.28 2.82 5/190 24193
/proc/meminfo: memFree=15985404/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=55500 CPUtime=25.46 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 17507 0 0 0 2543 3 0 0 25 0 1 0 470096479 56832000 9049 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 13875 9049 252 24 0 10509 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 55500

[startup+51.1007 s]
/proc/loadavg: 4.04 3.34 2.85 5/190 24193
/proc/meminfo: memFree=16055864/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=43692 CPUtime=51.06 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 24646 0 0 0 5101 5 0 0 25 0 1 0 470096479 44740608 7369 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 10923 7369 252 24 0 7557 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43692

[startup+102.301 s]
/proc/loadavg: 4.01 3.45 2.91 5/190 24195
/proc/meminfo: memFree=15949956/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=102.27 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 47389 0 0 0 10217 10 0 0 25 0 1 0 470096479 100577280 20306 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 20306 252 24 0 21189 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 98220

[startup+162.301 s]
/proc/loadavg: 4.00 3.54 2.98 5/190 24196
/proc/meminfo: memFree=16012668/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=162.26 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 69404 0 0 0 16212 14 0 0 25 0 1 0 470096479 100577280 21256 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 21256 252 24 0 21189 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 98220

[startup+222.307 s]
/proc/loadavg: 4.04 3.64 3.04 5/190 24198
/proc/meminfo: memFree=15949648/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=147540 CPUtime=222.27 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 89339 0 0 0 22209 18 0 0 25 0 1 0 470096479 151080960 29437 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255627 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 36885 29437 252 24 0 33519 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 147540

[startup+282.301 s]
/proc/loadavg: 4.01 3.70 3.10 5/190 24199
/proc/meminfo: memFree=15919732/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=147540 CPUtime=282.26 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 103369 0 0 0 28204 22 0 0 25 0 1 0 470096479 151080960 31242 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 36885 31242 252 24 0 33519 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 147540

[startup+342.301 s]
/proc/loadavg: 4.00 3.75 3.15 5/190 24201
/proc/meminfo: memFree=15935444/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=342.27 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 121513 0 0 0 34200 27 0 0 25 0 1 0 470096479 100577280 21261 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 21261 252 24 0 21189 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 98220

[startup+402.3 s]
/proc/loadavg: 4.00 3.80 3.20 5/190 24203
/proc/meminfo: memFree=15910116/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=402.27 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 134600 0 0 0 40198 29 0 0 25 0 1 0 470096479 100577280 21261 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 21261 252 24 0 21189 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 98220

[startup+462.301 s]
/proc/loadavg: 4.00 3.83 3.25 5/190 24204
/proc/meminfo: memFree=15944816/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=462.27 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 149389 0 0 0 46194 33 0 0 25 0 1 0 470096479 100577280 21261 33554432000 4194304 4291949 140735004591632 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 21261 252 24 0 21189 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 98220

[startup+522.301 s]
/proc/loadavg: 4.00 3.86 3.29 5/190 24206
/proc/meminfo: memFree=15956560/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=522.27 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 164538 0 0 0 52189 38 0 0 25 0 1 0 470096479 100577280 21261 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 21261 252 24 0 21189 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 98220

[startup+582.3 s]
/proc/loadavg: 4.00 3.88 3.33 5/190 24207
/proc/meminfo: memFree=15901844/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=582.27 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 179475 0 0 0 58185 42 0 0 25 0 1 0 470096479 100577280 21261 33554432000 4194304 4291949 140735004591632 18446744073709551615 4256318 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 21261 252 24 0 21189 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 98220

[startup+642.301 s]
/proc/loadavg: 4.00 3.90 3.37 5/190 24209
/proc/meminfo: memFree=15859156/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=178360 CPUtime=642.28 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 194448 0 0 0 64183 45 0 0 25 0 1 0 470096479 182640640 36149 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 44590 36149 252 24 0 41224 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 178360

[startup+702.301 s]
/proc/loadavg: 4.07 3.93 3.41 5/190 24214
/proc/meminfo: memFree=15885536/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=178360 CPUtime=702.28 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 207987 0 0 0 70180 48 0 0 25 0 1 0 470096479 182640640 34560 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 44590 34560 252 24 0 41224 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 178360

[startup+762.3 s]
/proc/loadavg: 4.02 3.94 3.45 5/190 24215
/proc/meminfo: memFree=15813876/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=178360 CPUtime=762.29 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 226510 0 0 0 76176 53 0 0 25 0 1 0 470096479 182640640 35926 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 44590 35926 252 24 0 41224 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 178360

[startup+822.301 s]
/proc/loadavg: 4.01 3.95 3.48 5/190 24217
/proc/meminfo: memFree=15943548/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=147540 CPUtime=822.29 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 241041 0 0 0 82172 57 0 0 25 0 1 0 470096479 151080960 30351 33554432000 4194304 4291949 140735004591632 18446744073709551615 4250455 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 36885 30351 252 24 0 33519 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 147540

[startup+882.307 s]
/proc/loadavg: 4.06 3.97 3.52 5/190 24218
/proc/meminfo: memFree=15920696/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=98220 CPUtime=882.29 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 249450 0 0 0 88169 60 0 0 25 0 1 0 470096479 100577280 21262 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 24555 21262 252 24 0 21189 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 98220

[startup+942.3 s]
/proc/loadavg: 4.08 3.99 3.55 5/190 24220
/proc/meminfo: memFree=15801128/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=178360 CPUtime=942.29 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 265588 0 0 0 94164 65 0 0 25 0 1 0 470096479 182640640 37310 33554432000 4194304 4291949 140735004591632 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 44590 37310 252 24 0 41224 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 178360

[startup+1002.3 s]
/proc/loadavg: 2.13 3.44 3.39 2/172 24276
/proc/meminfo: memFree=16236088/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=198388 CPUtime=1002.29 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 283380 0 0 0 100161 68 0 0 25 0 1 0 470096479 203149312 37279 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 49597 37279 252 24 0 46231 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 198388

[startup+1062.3 s]
/proc/loadavg: 1.41 2.99 3.24 2/172 24277
/proc/meminfo: memFree=16248316/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=198388 CPUtime=1062.29 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 298362 0 0 0 106158 71 0 0 25 0 1 0 470096479 203149312 34389 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 49597 34389 252 24 0 46231 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 198388

[startup+1122.3 s]
/proc/loadavg: 1.15 2.63 3.09 2/172 24279
/proc/meminfo: memFree=16296996/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=118248 CPUtime=1122.29 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 304841 0 0 0 112155 74 0 0 25 0 1 0 470096479 121085952 22060 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 29562 22060 252 24 0 26196 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 118248

[startup+1182.3 s]
/proc/loadavg: 1.05 2.33 2.96 2/172 24280
/proc/meminfo: memFree=16225892/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=198388 CPUtime=1182.3 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 322924 0 0 0 118153 77 0 0 25 0 1 0 470096479 203149312 40001 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 49597 40001 252 24 0 46231 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 198388

[startup+1242.3 s]
/proc/loadavg: 1.02 2.08 2.83 2/172 24282
/proc/meminfo: memFree=16228816/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=198388 CPUtime=1242.3 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 340429 0 0 0 124149 81 0 0 25 0 1 0 470096479 203149312 39202 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 49597 39202 252 24 0 46231 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 198388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.90 2.72 2/172 24284
/proc/meminfo: memFree=16248116/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=167568 CPUtime=1300.01 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 355318 0 0 0 129916 85 0 0 25 0 1 0 470096479 171589632 34317 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 41892 34317 252 24 0 38526 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 167568

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

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

[startup+1300 s]
/proc/loadavg: 1.00 1.90 2.72 2/172 24284
/proc/meminfo: memFree=16248116/32951124 swapFree=67111528/67111528
[pid=24191] ppid=24189 vsize=167568 CPUtime=1300.01 cores=4,6
/proc/24191/stat : 24191 (RestartSAT) R 24189 24191 22591 0 -1 4202496 355318 0 0 0 129916 85 0 0 25 0 1 0 470096479 171589632 34317 33554432000 4194304 4291949 140735004591632 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/24191/statm: 41892 34317 252 24 0 38526 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 167568

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.03
CPU user time (s): 1299.16
CPU system time (s): 0.860869
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 198388

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

runsolver used 2.17167 second user time and 4.6003 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-26 02:13:29
IDJOB=3289282
IDBENCH=83119
IDSOLVER=1580
FILE ID=node141/3289282-1303776809
RUNJOBID= node141-1303776451-24113
PBS_JOBID= 13157176
Free space on /tmp= 71284 MiB

SOLVER NAME= RestartSAT B95
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.95 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289282-1303776809/watcher-3289282-1303776809 -o /tmp/evaluation-result-3289282-1303776809/solver-3289282-1303776809 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.95 HOME/instance-3289282-1303776809.cnf

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=265665983

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16070660 kB
Buffers:       1595504 kB
Cached:       14341420 kB
SwapCached:          0 kB
Active:        6509232 kB
Inactive:      9795796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16070660 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2756 kB
Writeback:           0 kB
AnonPages:      367952 kB
Mapped:          15436 kB
Slab:           509692 kB
PageTables:       5752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   588752 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= 71292 MiB
End job on node141 at 2011-04-26 02:35:11