Trace number 3387470

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) 5000.04 5029.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
Number of clauses of size over 50

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-3387470-1305603381/watcher-3387470-1305603381 -o /tmp/evaluation-result-3387470-1305603381/solver-3387470-1305603381 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387470-1305603381.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: 7.18 7.12 7.06 7/442 14355
/proc/meminfo: memFree=14681000/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=19808 CPUtime=0 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 630 0 0 0 0 0 0 0 24 0 1 0 652753698 20283392 566 33554432000 4194304 4300288 140734081526640 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/14355/statm: 4952 566 220 26 0 1584 0

[startup+0.116997 s]
/proc/loadavg: 7.18 7.12 7.06 7/442 14355
/proc/meminfo: memFree=14681000/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=16736 CPUtime=0.11 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 920 0 0 0 11 0 0 0 25 0 1 0 652753698 17137664 752 33554432000 4194304 4300288 140734081526640 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 4184 752 242 26 0 816 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16736

[startup+0.200982 s]
/proc/loadavg: 7.18 7.12 7.06 7/442 14355
/proc/meminfo: memFree=14681000/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=16736 CPUtime=0.19 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 1003 0 0 0 19 0 0 0 25 0 1 0 652753698 17137664 832 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 4184 832 242 26 0 816 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16736

[startup+0.300964 s]
/proc/loadavg: 7.18 7.12 7.06 7/442 14355
/proc/meminfo: memFree=14681000/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=17372 CPUtime=0.29 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 1086 0 0 0 29 0 0 0 25 0 1 0 652753698 17788928 913 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 4343 913 242 26 0 975 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17372

[startup+0.70088 s]
/proc/loadavg: 7.18 7.12 7.06 7/442 14355
/proc/meminfo: memFree=14681000/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=21212 CPUtime=0.69 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 1866 0 0 0 69 0 0 0 25 0 1 0 652753698 21721088 1321 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 5303 1321 242 26 0 1935 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21212

[startup+1.50072 s]
/proc/loadavg: 7.18 7.12 7.06 8/443 14356
/proc/meminfo: memFree=14671576/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=21212 CPUtime=1.47 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 2367 0 0 0 147 0 0 0 25 0 1 0 652753698 21721088 1810 33554432000 4194304 4300288 140734081526640 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 5303 1810 242 26 0 1935 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21212

[startup+3.1004 s]
/proc/loadavg: 7.17 7.11 7.06 8/443 14356
/proc/meminfo: memFree=14666740/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=22884 CPUtime=3.05 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 2921 0 0 0 305 0 0 0 25 0 1 0 652753698 23433216 2355 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 5721 2355 242 26 0 2353 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 22884

[startup+6.30077 s]
/proc/loadavg: 7.17 7.11 7.06 8/443 14356
/proc/meminfo: memFree=14658776/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=26592 CPUtime=6.2 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 3215 0 0 0 620 0 0 0 25 0 1 0 652753698 27230208 2649 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 6648 2649 242 26 0 3280 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 26592

[startup+12.7005 s]
/proc/loadavg: 7.14 7.11 7.06 8/443 14356
/proc/meminfo: memFree=14645256/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=26592 CPUtime=12.51 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 3869 0 0 0 1251 0 0 0 25 0 1 0 652753698 27230208 3285 33554432000 4194304 4300288 140734081526640 18446744073709551615 4269259 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 6648 3285 242 26 0 3280 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 26592

[startup+25.501 s]
/proc/loadavg: 7.12 7.11 7.05 8/443 14357
/proc/meminfo: memFree=14621072/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=29324 CPUtime=25.11 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 4571 0 0 0 2511 0 0 0 25 0 1 0 652753698 30027776 3965 33554432000 4194304 4300288 140734081526640 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 7331 3965 242 26 0 3963 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 29324

[startup+51.1009 s]
/proc/loadavg: 7.08 7.10 7.05 8/443 14358
/proc/meminfo: memFree=14569584/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=35352 CPUtime=50.35 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 8958 0 0 0 5034 1 0 0 25 0 1 0 652753698 36200448 4773 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 8838 4773 243 26 0 5470 0
Current children cumulated CPU time (s) 50.35
Current children cumulated vsize (KiB) 35352

[startup+102.301 s]
/proc/loadavg: 7.11 7.10 7.05 8/443 14359
/proc/meminfo: memFree=14476044/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=38108 CPUtime=100.82 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 16835 0 0 0 10079 3 0 0 25 0 1 0 652753698 39022592 4724 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 9527 4724 243 26 0 6159 0
Current children cumulated CPU time (s) 100.82
Current children cumulated vsize (KiB) 38108

[startup+162.301 s]
/proc/loadavg: 7.04 7.08 7.05 8/443 14360
/proc/meminfo: memFree=14343048/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=42528 CPUtime=159.94 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 23423 0 0 0 15990 4 0 0 25 0 1 0 652753698 43548672 7267 33554432000 4194304 4300288 140734081526640 18446744073709551615 4269328 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 10632 7267 243 26 0 7264 0
Current children cumulated CPU time (s) 159.94
Current children cumulated vsize (KiB) 42528

[startup+222.317 s]
/proc/loadavg: 7.01 7.06 7.04 8/443 14362
/proc/meminfo: memFree=14563204/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=49996 CPUtime=219.08 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 32428 0 0 0 21903 5 0 0 25 0 1 0 652753698 51195904 6367 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256223 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 12499 6367 243 26 0 9131 0
Current children cumulated CPU time (s) 219.08
Current children cumulated vsize (KiB) 49996

[startup+282.301 s]
/proc/loadavg: 7.08 7.06 7.04 8/443 14364
/proc/meminfo: memFree=14435044/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=49996 CPUtime=278.22 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 35244 0 0 0 27816 6 0 0 25 0 1 0 652753698 51195904 9134 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 12499 9134 243 26 0 9131 0
Current children cumulated CPU time (s) 278.22
Current children cumulated vsize (KiB) 49996

[startup+342.301 s]
/proc/loadavg: 7.15 7.08 7.04 8/443 14365
/proc/meminfo: memFree=14276876/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=49996 CPUtime=337.34 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 35244 0 0 0 33728 6 0 0 25 0 1 0 652753698 51195904 9134 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 12499 9134 243 26 0 9131 0
Current children cumulated CPU time (s) 337.34
Current children cumulated vsize (KiB) 49996

[startup+402.3 s]
/proc/loadavg: 7.19 7.10 7.05 8/443 14367
/proc/meminfo: memFree=14177128/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=49996 CPUtime=396.5 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 35244 0 0 0 39644 6 0 0 25 0 1 0 652753698 51195904 9134 33554432000 4194304 4300288 140734081526640 18446744073709551615 4268188 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 12499 9134 243 26 0 9131 0
Current children cumulated CPU time (s) 396.5
Current children cumulated vsize (KiB) 49996

[startup+462.3 s]
/proc/loadavg: 7.10 7.09 7.05 8/443 14368
/proc/meminfo: memFree=14568164/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=57176 CPUtime=455.64 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 40148 0 0 0 45557 7 0 0 25 0 1 0 652753698 58548224 10929 33554432000 4194304 4300288 140734081526640 18446744073709551615 4249979 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 14294 10929 243 26 0 10926 0
Current children cumulated CPU time (s) 455.64
Current children cumulated vsize (KiB) 57176

[startup+522.3 s]
/proc/loadavg: 7.08 7.08 7.05 8/443 14370
/proc/meminfo: memFree=14466552/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=57176 CPUtime=514.78 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 40148 0 0 0 51471 7 0 0 25 0 1 0 652753698 58548224 10929 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 14294 10929 243 26 0 10926 0
Current children cumulated CPU time (s) 514.78
Current children cumulated vsize (KiB) 57176

[startup+582.3 s]
/proc/loadavg: 7.02 7.07 7.04 8/443 14372
/proc/meminfo: memFree=14371632/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=57176 CPUtime=573.9 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 40148 0 0 0 57383 7 0 0 25 0 1 0 652753698 58548224 10929 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/14355/statm: 14294 10929 243 26 0 10926 0
Current children cumulated CPU time (s) 573.9
Current children cumulated vsize (KiB) 57176

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 7.08 7.08 7.06 8/443 14504
/proc/meminfo: memFree=12028100/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=111060 CPUtime=4032.43 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 81818 0 0 0 403225 18 0 0 25 0 1 0 652753698 113725440 21349 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 27765 21349 243 26 0 24397 0
Current children cumulated CPU time (s) 4032.43
Current children cumulated vsize (KiB) 111060

[startup+4122.3 s]
/proc/loadavg: 7.07 7.08 7.06 8/443 14506
/proc/meminfo: memFree=11986912/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4092.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 409223 18 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256243 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4092.41
Current children cumulated vsize (KiB) 130436

[startup+4182.32 s]
/proc/loadavg: 7.07 7.08 7.06 8/443 14508
/proc/meminfo: memFree=11927128/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4152.43 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 415225 18 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4152.43
Current children cumulated vsize (KiB) 130436

[startup+4242.3 s]
/proc/loadavg: 7.10 7.09 7.06 8/443 14509
/proc/meminfo: memFree=11895000/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4212.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 421222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4212.41
Current children cumulated vsize (KiB) 130436

[startup+4302.3 s]
/proc/loadavg: 7.07 7.08 7.06 8/443 14511
/proc/meminfo: memFree=11863604/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4272.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 427222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255727 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4272.41
Current children cumulated vsize (KiB) 130436

[startup+4362.3 s]
/proc/loadavg: 7.02 7.07 7.06 8/443 14512
/proc/meminfo: memFree=11834072/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4332.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 433222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4332.41
Current children cumulated vsize (KiB) 130436

[startup+4422.3 s]
/proc/loadavg: 7.15 7.10 7.07 8/443 14514
/proc/meminfo: memFree=11790652/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4392.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 439222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4392.41
Current children cumulated vsize (KiB) 130436

[startup+4482.3 s]
/proc/loadavg: 7.05 7.08 7.06 8/443 14516
/proc/meminfo: memFree=11758520/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4452.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 445222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256243 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4452.41
Current children cumulated vsize (KiB) 130436

[startup+4542.3 s]
/proc/loadavg: 7.09 7.08 7.06 8/443 14517
/proc/meminfo: memFree=11725888/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4512.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 451222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255807 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4512.41
Current children cumulated vsize (KiB) 130436

[startup+4602.3 s]
/proc/loadavg: 7.10 7.07 7.06 8/443 14519
/proc/meminfo: memFree=11664364/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4572.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 457222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4572.41
Current children cumulated vsize (KiB) 130436

[startup+4662.3 s]
/proc/loadavg: 7.10 7.07 7.06 8/443 14520
/proc/meminfo: memFree=11600984/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4632.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 463222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4632.41
Current children cumulated vsize (KiB) 130436

[startup+4722.3 s]
/proc/loadavg: 7.10 7.07 7.06 8/443 14522
/proc/meminfo: memFree=11468416/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4692.42 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 469223 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255702 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4692.42
Current children cumulated vsize (KiB) 130436

[startup+4782.3 s]
/proc/loadavg: 7.15 7.09 7.06 8/443 14524
/proc/meminfo: memFree=11193368/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4752.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 475222 19 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4752.41
Current children cumulated vsize (KiB) 130436

[startup+4842.32 s]
/proc/loadavg: 7.11 7.08 7.06 8/443 14525
/proc/meminfo: memFree=11079272/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4812.43 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 481223 20 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4249440 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4812.43
Current children cumulated vsize (KiB) 130436

[startup+4902.3 s]
/proc/loadavg: 7.19 7.11 7.07 8/443 14527
/proc/meminfo: memFree=11004728/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4872.42 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 487222 20 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4268368 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4872.42
Current children cumulated vsize (KiB) 130436

[startup+4962.3 s]
/proc/loadavg: 7.11 7.10 7.07 8/443 14528
/proc/meminfo: memFree=10928076/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4932.41 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 493221 20 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4269834 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4932.41
Current children cumulated vsize (KiB) 130436

[startup+5022.3 s]
/proc/loadavg: 7.04 7.08 7.07 8/443 14530
/proc/meminfo: memFree=10856756/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=4992.42 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 499222 20 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4269379 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 4992.42
Current children cumulated vsize (KiB) 130436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5029.9 s]
/proc/loadavg: 7.04 7.08 7.07 8/443 14530
/proc/meminfo: memFree=10849812/32951124 swapFree=57171160/67111528
[pid=14355] ppid=14353 vsize=130436 CPUtime=5000.03 cores=0,2,4,6
/proc/14355/stat : 14355 (cir_minisat) R 14353 14355 12094 0 -1 4202496 82446 0 0 0 499983 20 0 0 25 0 1 0 652753698 133566464 21971 33554432000 4194304 4300288 140734081526640 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14355/statm: 32609 21971 243 26 0 29241 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 130436

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): 5029.92
CPU time (s): 5000.04
CPU user time (s): 4999.84
CPU system time (s): 0.206968
CPU usage (%): 99.406
Max. virtual memory (cumulated for all children) (KiB): 130436

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

runsolver used 21.7487 second user time and 48.0117 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-17 05:36:21
IDJOB=3387470
IDBENCH=83416
IDSOLVER=1873
FILE ID=node143/3387470-1305603381
RUNJOBID= node143-1305598325-13887
PBS_JOBID= 13350335
Free space on /tmp= 73668 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_4_keyfind_1.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387470-1305603381/watcher-3387470-1305603381 -o /tmp/evaluation-result-3387470-1305603381/solver-3387470-1305603381 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387470-1305603381.cnf

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=1992310474

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
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:      14681280 kB
Buffers:        228784 kB
Cached:        1719084 kB
SwapCached:      39816 kB
Active:       10062592 kB
Inactive:      7915512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14681280 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:    15990452 kB
Mapped:          31268 kB
Slab:           138532 kB
PageTables:      85208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 120460028 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= 73520 MiB
End job on node143 at 2011-05-17 07:00:13