Trace number 3380461

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.06 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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-3380461-1305459134/watcher-3380461-1305459134 -o /tmp/evaluation-result-3380461-1305459134/solver-3380461-1305459134 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380461-1305459134.cnf 

running on 2 cores: 1,3

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.55 2.33 2.74 5/457 8109
/proc/meminfo: memFree=21171232/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=23280 CPUtime=0 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 1467 0 0 0 0 0 0 0 25 0 1 0 657513812 23838720 1411 33554432000 4194304 4300288 140736422994400 18446744073709551615 4222147 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 5820 1412 217 26 0 2452 0

[startup+0.032326 s]
/proc/loadavg: 3.55 2.33 2.74 5/457 8109
/proc/meminfo: memFree=21171232/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=28976 CPUtime=0.02 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 3034 0 0 0 2 0 0 0 25 0 1 0 657513812 29671424 2845 33554432000 4194304 4300288 140736422994400 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 7244 2846 218 26 0 3876 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 28976

[startup+0.100316 s]
/proc/loadavg: 3.55 2.33 2.74 5/457 8109
/proc/meminfo: memFree=21171232/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=37240 CPUtime=0.08 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 6059 0 0 0 8 0 0 0 25 0 1 0 657513812 38133760 5449 33554432000 4194304 4300288 140736422994400 18446744073709551615 4219456 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 9310 5449 220 26 0 5942 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 37240

[startup+0.300289 s]
/proc/loadavg: 3.55 2.33 2.74 5/457 8109
/proc/meminfo: memFree=21171232/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=42776 CPUtime=0.29 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 8982 0 0 0 28 1 0 0 25 0 1 0 657513812 43802624 6847 33554432000 4194304 4300288 140736422994400 18446744073709551615 4232281 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 10694 6848 222 26 0 7326 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42776

[startup+0.700206 s]
/proc/loadavg: 3.55 2.33 2.74 5/457 8109
/proc/meminfo: memFree=21171232/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=39672 CPUtime=0.68 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 10048 0 0 0 67 1 0 0 25 0 1 0 657513812 40624128 6191 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 9918 6191 243 26 0 6550 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 39672

[startup+1.50106 s]
/proc/loadavg: 3.55 2.33 2.74 6/458 8110
/proc/meminfo: memFree=21144212/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=44024 CPUtime=1.48 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 10315 0 0 0 147 1 0 0 25 0 1 0 657513812 45080576 6450 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 11006 6450 243 26 0 7638 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10077 s]
/proc/loadavg: 3.55 2.33 2.74 5/458 8110
/proc/meminfo: memFree=21139872/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=44024 CPUtime=3.09 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 10822 0 0 0 307 2 0 0 25 0 1 0 657513812 45080576 6949 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 11006 6949 243 26 0 7638 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44024

[startup+6.30019 s]
/proc/loadavg: 3.58 2.36 2.74 5/458 8111
/proc/meminfo: memFree=21119720/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=55520 CPUtime=6.29 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 13710 0 0 0 627 2 0 0 25 0 1 0 657513812 56852480 9816 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 13880 9816 243 26 0 10512 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55520

[startup+12.701 s]
/proc/loadavg: 3.62 2.39 2.75 6/458 8111
/proc/meminfo: memFree=21100132/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=62700 CPUtime=12.69 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 15497 0 0 0 1266 3 0 0 25 0 1 0 657513812 64204800 11573 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 15675 11573 243 26 0 12307 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 62700

[startup+25.5007 s]
/proc/loadavg: 3.70 2.47 2.77 5/458 8111
/proc/meminfo: memFree=21142396/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=74376 CPUtime=25.49 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 18435 0 0 0 2545 4 0 0 25 0 1 0 657513812 76161024 14482 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 18594 14482 243 26 0 15226 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 74376

[startup+51.101 s]
/proc/loadavg: 3.86 2.60 2.81 6/458 8112
/proc/meminfo: memFree=21119356/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=83012 CPUtime=51.09 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 29595 0 0 0 5102 7 0 0 25 0 1 0 657513812 85004288 16732 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 20753 16732 243 26 0 17385 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83012

[startup+102.318 s]
/proc/loadavg: 3.97 2.83 2.87 5/458 8113
/proc/meminfo: memFree=21112400/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=107040 CPUtime=102.31 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 45352 0 0 0 10219 12 0 0 25 0 1 0 657513812 109608960 19890 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 26760 19890 243 26 0 23392 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 107040

[startup+162.301 s]
/proc/loadavg: 3.99 3.04 2.94 5/458 8115
/proc/meminfo: memFree=21035724/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=141620 CPUtime=162.29 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 62066 0 0 0 16211 18 0 0 25 0 1 0 657513812 145018880 24547 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 35405 24548 243 26 0 32037 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 141620

[startup+222.301 s]
/proc/loadavg: 3.99 3.21 3.00 5/458 8116
/proc/meminfo: memFree=20977908/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=144064 CPUtime=222.29 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 78403 0 0 0 22203 26 0 0 25 0 1 0 657513812 147521536 26251 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 36016 26251 243 26 0 32648 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 144064

[startup+282.301 s]
/proc/loadavg: 4.10 3.38 3.07 6/458 8118
/proc/meminfo: memFree=20853592/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=147340 CPUtime=282.3 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 95357 0 0 0 28198 32 0 0 25 0 1 0 657513812 150876160 27161 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 36835 27161 243 26 0 33467 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 147340

[startup+342.301 s]
/proc/loadavg: 4.20 3.53 3.14 6/458 8120
/proc/meminfo: memFree=20837444/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=151416 CPUtime=342.3 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 110533 0 0 0 34192 38 0 0 25 0 1 0 657513812 155049984 27382 33554432000 4194304 4300288 140736422994400 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 37854 27382 243 26 0 34486 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 151416

[startup+402.3 s]
/proc/loadavg: 4.14 3.63 3.20 5/458 8121
/proc/meminfo: memFree=20960056/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=123088 CPUtime=402.3 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 125743 0 0 0 40186 44 0 0 25 0 1 0 657513812 126042112 26927 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 30772 26927 243 26 0 27404 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 123088

[startup+462.3 s]
/proc/loadavg: 4.05 3.69 3.24 5/458 8123
/proc/meminfo: memFree=20981236/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=126016 CPUtime=462.3 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 141392 0 0 0 46181 49 0 0 25 0 1 0 657513812 129040384 26841 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 31504 26841 243 26 0 28136 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 126016

[startup+522.3 s]
/proc/loadavg: 4.02 3.74 3.29 5/458 8124
/proc/meminfo: memFree=20946860/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=157540 CPUtime=522.3 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 159369 0 0 0 52174 56 0 0 25 0 1 0 657513812 161320960 28187 33554432000 4194304 4300288 140736422994400 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 39385 28187 243 26 0 36017 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 157540

[startup+582.3 s]
/proc/loadavg: 4.06 3.80 3.33 5/458 8126
/proc/meminfo: memFree=20795292/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=157540 CPUtime=582.31 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 166331 0 0 0 58171 60 0 0 25 0 1 0 657513812 161320960 35018 33554432000 4194304 4300288 140736422994400 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 39385 35018 243 26 0 36017 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 157540

[startup+642.301 s]
/proc/loadavg: 4.11 3.86 3.38 5/458 8128
/proc/meminfo: memFree=20829352/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=163876 CPUtime=642.31 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 181292 0 0 0 64165 66 0 0 25 0 1 0 657513812 167809024 30200 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 40969 30200 243 26 0 37601 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 163876

[startup+702.301 s]
/proc/loadavg: 4.04 3.89 3.42 5/458 8129
/proc/meminfo: memFree=20849656/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=134912 CPUtime=702.3 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 196731 0 0 0 70157 73 0 0 25 0 1 0 657513812 138149888 29641 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 33728 29641 243 26 0 30360 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 134912

[startup+762.318 s]
/proc/loadavg: 4.01 3.90 3.45 5/458 8131
/proc/meminfo: memFree=20747444/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=136728 CPUtime=762.33 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 210326 0 0 0 76155 78 0 0 25 0 1 0 657513812 140009472 26913 33554432000 4194304 4300288 140736422994400 18446744073709551615 4256236 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 34182 26913 243 26 0 30814 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 136728

[startup+822.301 s]
/proc/loadavg: 4.22 3.97 3.50 5/458 8132
/proc/meminfo: memFree=20937004/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=107216 CPUtime=822.32 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 224390 0 0 0 82149 83 0 0 25 0 1 0 657513812 109789184 22975 33554432000 4194304 4300288 140736422994400 18446744073709551615 4269822 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 26804 22975 243 26 0 23436 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 107216

[startup+882.301 s]
/proc/loadavg: 4.08 3.97 3.53 5/458 8134
/proc/meminfo: memFree=20858104/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=168680 CPUtime=882.31 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 237877 0 0 0 88143 88 0 0 25 0 1 0 657513812 172728320 36228 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 42170 36228 243 26 0 38802 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 168680

[startup+942.301 s]
/proc/loadavg: 4.07 3.99 3.56 6/458 8136
/proc/meminfo: memFree=20768636/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=173664 CPUtime=942.31 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 254240 0 0 0 94136 95 0 0 25 0 1 0 657513812 177831936 32748 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 43416 32748 243 26 0 40048 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 173664

[startup+1002.3 s]
/proc/loadavg: 4.02 3.99 3.58 6/458 8137
/proc/meminfo: memFree=20683896/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=143412 CPUtime=1002.32 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 269170 0 0 0 100131 101 0 0 25 0 1 0 657513812 146853888 28167 33554432000 4194304 4300288 140736422994400 18446744073709551615 4256034 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 35853 28167 243 26 0 32485 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 143412

[startup+1062.3 s]
/proc/loadavg: 4.01 3.99 3.61 5/458 8139
/proc/meminfo: memFree=20845436/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=174232 CPUtime=1062.32 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 280204 0 0 0 106127 105 0 0 25 0 1 0 657513812 178413568 39005 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 43558 39005 243 26 0 40190 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 174232

[startup+1122.3 s]
/proc/loadavg: 4.21 4.03 3.65 5/458 8140
/proc/meminfo: memFree=20733072/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=175280 CPUtime=1122.32 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 297775 0 0 0 112121 111 0 0 25 0 1 0 657513812 179486720 35554 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255845 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 43820 35554 243 26 0 40452 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 175280

[startup+1182.3 s]
/proc/loadavg: 4.20 4.06 3.67 5/458 8142
/proc/meminfo: memFree=20660496/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=145992 CPUtime=1182.33 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 314665 0 0 0 118115 118 0 0 25 0 1 0 657513812 149495808 29522 33554432000 4194304 4300288 140736422994400 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 36498 29522 243 26 0 33130 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 145992

[startup+1242.3 s]
/proc/loadavg: 2.45 3.61 3.54 2/440 8198
/proc/meminfo: memFree=21518056/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=132588 CPUtime=1242.32 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 334242 0 0 0 124109 123 0 0 25 0 1 0 657513812 135770112 28441 33554432000 4194304 4300288 140736422994400 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 33147 28441 243 26 0 29779 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 132588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.53 3.13 3.38 2/440 8199
/proc/meminfo: memFree=21456528/32951124 swapFree=56449224/67111528
[pid=8109] ppid=8107 vsize=232464 CPUtime=1300.04 cores=1,3
/proc/8109/stat : 8109 (cir_minisat) R 8107 8109 5445 0 -1 4202496 349920 0 0 0 129875 129 0 0 25 0 1 0 657513812 238043136 43883 33554432000 4194304 4300288 140736422994400 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8109/statm: 58116 43883 243 26 0 54748 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 232464

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): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.76
CPU system time (s): 1.2988
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 232464

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

runsolver used 5.62814 second user time and 13.7699 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-15 13:32:14
IDJOB=3380461
IDBENCH=83114
IDSOLVER=1863
FILE ID=node106/3380461-1305459134
RUNJOBID= node106-1305459023-7931
PBS_JOBID= 13324871
Free space on /tmp= 73360 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top23.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380461-1305459134/watcher-3380461-1305459134 -o /tmp/evaluation-result-3380461-1305459134/solver-3380461-1305459134 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380461-1305459134.cnf

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=1653993200

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.830
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.830
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.830
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:      21171512 kB
Buffers:        295652 kB
Cached:        6245072 kB
SwapCached:      27544 kB
Active:        3166496 kB
Inactive:      8355812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21171512 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:            3944 kB
Writeback:           0 kB
AnonPages:     4962020 kB
Mapped:          20872 kB
Slab:           128864 kB
PageTables:      61476 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124113780 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= 73384 MiB
End job on node106 at 2011-05-15 13:53:56