Trace number 3318218

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: MiniSAT 2.2.0-agile-26? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

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-3318218-1304903088/watcher-3318218-1304903088 -o /tmp/evaluation-result-3318218-1304903088/solver-3318218-1304903088 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318218-1304903088.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.06 3.79 3.69 4/354 30193
/proc/meminfo: memFree=7027688/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=19844 CPUtime=0 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 744 0 0 0 0 0 0 0 18 0 1 0 601905506 20320256 674 33554432000 4194304 4291235 140736693427840 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 4961 676 214 24 0 1595 0

[startup+0.0432891 s]
/proc/loadavg: 3.06 3.79 3.69 4/354 30193
/proc/meminfo: memFree=7027688/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=20992 CPUtime=0.03 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 1144 0 0 0 3 0 0 0 18 0 1 0 601905506 21495808 1055 33554432000 4194304 4291235 140736693427840 18446744073709551615 4232386 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 5248 1055 239 24 0 1882 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20992

[startup+0.100275 s]
/proc/loadavg: 3.06 3.79 3.69 4/354 30193
/proc/meminfo: memFree=7027688/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=17652 CPUtime=0.09 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 1363 0 0 0 9 0 0 0 18 0 1 0 601905506 18075648 1067 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 4413 1067 258 24 0 1047 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17652

[startup+0.300228 s]
/proc/loadavg: 3.06 3.79 3.69 4/354 30193
/proc/meminfo: memFree=7027688/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=19316 CPUtime=0.29 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 1713 0 0 0 29 0 0 0 18 0 1 0 601905506 19779584 1410 33554432000 4194304 4291235 140736693427840 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 4829 1410 258 24 0 1463 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19316

[startup+0.70015 s]
/proc/loadavg: 3.06 3.79 3.69 4/354 30193
/proc/meminfo: memFree=7027688/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=25600 CPUtime=0.69 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 3171 0 0 0 69 0 0 0 18 0 1 0 601905506 26214400 2145 33554432000 4194304 4291235 140736693427840 18446744073709551615 4261709 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 6400 2145 258 24 0 3034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25600

[startup+1.50099 s]
/proc/loadavg: 3.06 3.79 3.69 5/363 30208
/proc/meminfo: memFree=6984984/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=25600 CPUtime=1.49 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 4190 0 0 0 149 0 0 0 20 0 1 0 601905506 26214400 3127 33554432000 4194304 4291235 140736693427840 18446744073709551615 4256052 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 6400 3127 258 24 0 3034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25600

[startup+3.10068 s]
/proc/loadavg: 3.06 3.79 3.69 5/363 30208
/proc/meminfo: memFree=6962944/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=25816 CPUtime=3.09 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 6764 0 0 0 309 0 0 0 25 0 1 0 601905506 26435584 2853 33554432000 4194304 4291235 140736693427840 18446744073709551615 4256048 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 6454 2853 258 24 0 3088 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25816

[startup+6.30103 s]
/proc/loadavg: 3.14 3.79 3.69 5/363 30208
/proc/meminfo: memFree=6938396/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=34860 CPUtime=6.29 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 10717 0 0 0 628 1 0 0 25 0 1 0 601905506 35696640 5305 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 8715 5305 258 24 0 5349 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34860

[startup+12.7008 s]
/proc/loadavg: 3.21 3.79 3.69 5/363 30208
/proc/meminfo: memFree=6902168/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=39280 CPUtime=12.69 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 11996 0 0 0 1268 1 0 0 25 0 1 0 601905506 40222720 6540 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 9820 6540 258 24 0 6454 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39280

[startup+25.5002 s]
/proc/loadavg: 3.38 3.80 3.69 5/363 30208
/proc/meminfo: memFree=6891224/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=39280 CPUtime=25.48 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 17413 0 0 0 2547 1 0 0 25 0 1 0 601905506 40222720 5948 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 9820 5948 258 24 0 6454 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39280

[startup+51.1011 s]
/proc/loadavg: 3.59 3.82 3.70 5/363 30209
/proc/meminfo: memFree=6802376/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=46580 CPUtime=51.09 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 19491 0 0 0 5107 2 0 0 25 0 1 0 601905506 47697920 8000 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 11645 8000 258 24 0 8279 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 46580

[startup+102.313 s]
/proc/loadavg: 3.82 3.84 3.72 5/363 30210
/proc/meminfo: memFree=6759684/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=53652 CPUtime=102.3 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 31547 0 0 0 10226 4 0 0 25 0 1 0 601905506 54939648 8486 33554432000 4194304 4291235 140736693427840 18446744073709551615 4256888 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 13413 8486 258 24 0 10047 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 53652

[startup+162.301 s]
/proc/loadavg: 4.00 3.90 3.74 5/363 30212
/proc/meminfo: memFree=6760872/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=53652 CPUtime=162.3 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 47816 0 0 0 16223 7 0 0 25 0 1 0 601905506 54939648 8693 33554432000 4194304 4291235 140736693427840 18446744073709551615 4262879 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 13413 8693 258 24 0 10047 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 53652

[startup+222.301 s]
/proc/loadavg: 4.00 3.91 3.75 5/363 30214
/proc/meminfo: memFree=6774328/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=60836 CPUtime=222.3 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 66388 0 0 0 22220 10 0 0 25 0 1 0 601905506 62296064 10964 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 15209 10964 258 24 0 11843 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 60836

[startup+282.301 s]
/proc/loadavg: 4.06 3.94 3.77 5/363 30215
/proc/meminfo: memFree=6809860/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=60836 CPUtime=282.3 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 72222 0 0 0 28219 11 0 0 25 0 1 0 601905506 62296064 11187 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 15209 11187 258 24 0 11843 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 60836

[startup+342.301 s]
/proc/loadavg: 4.13 3.98 3.79 5/363 30217
/proc/meminfo: memFree=6724368/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=60836 CPUtime=342.3 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 72776 0 0 0 34219 11 0 0 25 0 1 0 601905506 62296064 11734 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 15209 11734 258 24 0 11843 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 60836

[startup+402.301 s]
/proc/loadavg: 4.05 3.98 3.80 5/363 30218
/proc/meminfo: memFree=6756808/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=60836 CPUtime=402.31 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 72776 0 0 0 40220 11 0 0 25 0 1 0 601905506 62296064 11734 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 15209 11734 258 24 0 11843 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 60836

[startup+462.301 s]
/proc/loadavg: 4.11 4.01 3.82 5/363 30220
/proc/meminfo: memFree=6785900/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=60836 CPUtime=462.31 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 72908 0 0 0 46220 11 0 0 25 0 1 0 601905506 62296064 11865 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 15209 11865 258 24 0 11843 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 60836

[startup+522.3 s]
/proc/loadavg: 4.04 4.00 3.83 5/363 30222
/proc/meminfo: memFree=6691244/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=84112 CPUtime=522.31 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 89055 0 0 0 52217 14 0 0 25 0 1 0 601905506 86130688 16584 33554432000 4194304 4291235 140736693427840 18446744073709551615 4256114 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 21028 16584 258 24 0 17662 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 84112

[startup+582.3 s]
/proc/loadavg: 4.01 4.00 3.83 5/363 30223
/proc/meminfo: memFree=6720952/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=61120 CPUtime=582.31 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 94904 0 0 0 58216 15 0 0 25 0 1 0 601905506 62586880 11959 33554432000 4194304 4291235 140736693427840 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 15280 11959 258 24 0 11914 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 61120

[startup+642.3 s]
/proc/loadavg: 4.06 4.01 3.85 5/363 30225
/proc/meminfo: memFree=6697348/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=65624 CPUtime=642.33 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 95973 0 0 0 64218 15 0 0 25 0 1 0 601905506 67198976 13014 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 16406 13014 258 24 0 13040 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 65624

[startup+702.3 s]
/proc/loadavg: 4.02 4.01 3.85 5/363 30226
/proc/meminfo: memFree=6744548/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=702.32 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 96185 0 0 0 70217 15 0 0 25 0 1 0 601905506 98275328 13224 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 13224 258 24 0 20627 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 95972

[startup+762.313 s]
/proc/loadavg: 4.00 4.00 3.86 5/363 30228
/proc/meminfo: memFree=6623356/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=762.33 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 96619 0 0 0 76218 15 0 0 25 0 1 0 601905506 98275328 13648 33554432000 4194304 4291235 140736693427840 18446744073709551615 4256137 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 13648 258 24 0 20627 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 95972

[startup+822.3 s]
/proc/loadavg: 4.07 4.03 3.87 5/363 30230
/proc/meminfo: memFree=6677620/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=822.32 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 97239 0 0 0 82217 15 0 0 25 0 1 0 601905506 98275328 14259 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 14259 258 24 0 20627 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 95972

[startup+882.3 s]
/proc/loadavg: 4.09 4.05 3.89 5/363 30231
/proc/meminfo: memFree=6603416/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=882.32 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 97241 0 0 0 88217 15 0 0 25 0 1 0 601905506 98275328 14261 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 14261 258 24 0 20627 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 95972

[startup+942.3 s]
/proc/loadavg: 4.18 4.07 3.91 5/363 30233
/proc/meminfo: memFree=6607596/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=942.33 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 97242 0 0 0 94218 15 0 0 25 0 1 0 601905506 98275328 14262 33554432000 4194304 4291235 140736693427840 18446744073709551615 4262950 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 14262 258 24 0 20627 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 95972

[startup+1002.3 s]
/proc/loadavg: 4.06 4.05 3.91 5/363 30234
/proc/meminfo: memFree=6592916/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=1002.33 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 97242 0 0 0 100218 15 0 0 25 0 1 0 601905506 98275328 14262 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 14262 258 24 0 20627 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 95972

[startup+1062.3 s]
/proc/loadavg: 4.02 4.04 3.91 5/363 30236
/proc/meminfo: memFree=6627356/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=1062.33 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 97242 0 0 0 106218 15 0 0 25 0 1 0 601905506 98275328 14262 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 14262 258 24 0 20627 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 95972

[startup+1122.3 s]
/proc/loadavg: 4.17 4.06 3.92 5/363 30238
/proc/meminfo: memFree=6576840/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=1122.33 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 97242 0 0 0 112218 15 0 0 25 0 1 0 601905506 98275328 14262 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 14262 258 24 0 20627 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 95972

[startup+1182.3 s]
/proc/loadavg: 4.06 4.05 3.92 5/363 30239
/proc/meminfo: memFree=6615868/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=1182.34 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 97299 0 0 0 118219 15 0 0 25 0 1 0 601905506 98275328 14318 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 14318 258 24 0 20627 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 95972

[startup+1242.3 s]
/proc/loadavg: 4.02 4.04 3.92 5/363 30241
/proc/meminfo: memFree=6645564/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=1242.34 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 102493 0 0 0 124218 16 0 0 25 0 1 0 601905506 98275328 19422 33554432000 4194304 4291235 140736693427840 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 19422 258 24 0 20627 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 95972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.04 3.93 4/362 30243
/proc/meminfo: memFree=6589836/32950928 swapFree=45936960/67111528
[pid=30193] ppid=30191 vsize=95972 CPUtime=1300.06 cores=1,3
/proc/30193/stat : 30193 (minisat) R 30191 30193 29236 0 -1 4202496 102494 0 0 0 129990 16 0 0 25 0 1 0 601905506 98275328 19423 33554432000 4194304 4291235 140736693427840 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/30193/statm: 23993 19423 258 24 0 20627 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 95972

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.9
CPU system time (s): 0.168974
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 95972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.9
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102494
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= 35
involuntary context switches= 1979

runsolver used 4.11637 second user time and 10.1095 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 03:04:48
IDJOB=3318218
IDBENCH=83410
IDSOLVER=1707
FILE ID=node149/3318218-1304903088
RUNJOBID= node149-1304903088-30167
PBS_JOBID= 13282122
Free space on /tmp= 42548 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_2_keyfind_1.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318218-1304903088/watcher-3318218-1304903088 -o /tmp/evaluation-result-3318218-1304903088/solver-3318218-1304903088 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318218-1304903088.cnf

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=585520520

node149.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	: 5332.83
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.83
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.73
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.82
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.82
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:     32950928 kB
MemFree:       7028092 kB
Buffers:        231448 kB
Cached:       20598160 kB
SwapCached:      20984 kB
Active:       11313096 kB
Inactive:     13860712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7028092 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:            3148 kB
Writeback:           0 kB
AnonPages:     4335940 kB
Mapped:          13792 kB
Slab:           612464 kB
PageTables:      72364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80221572 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= 42544 MiB
End job on node149 at 2011-05-09 03:26:30