Trace number 3289927

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
RestartSAT A75? (TO) 1300.06 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

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.68 3.90 3.47 4/184 31872
/proc/meminfo: memFree=13179228/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=19668 CPUtime=0 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 619 0 0 0 0 0 0 0 25 0 1 0 568240581 20140032 553 33554432000 4194304 4291949 140735058729888 18446744073709551615 4278140 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 4917 553 226 24 0 1551 0

[startup+0.0519619 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 31872
/proc/meminfo: memFree=13179228/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=16040 CPUtime=0.04 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 853 0 0 0 4 0 0 0 25 0 1 0 568240581 16424960 672 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255646 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 4010 672 249 24 0 644 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16040

[startup+0.100955 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 31872
/proc/meminfo: memFree=13179228/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=16280 CPUtime=0.09 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 914 0 0 0 9 0 0 0 25 0 1 0 568240581 16670720 731 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255983 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 4070 731 250 24 0 704 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16280

[startup+0.300907 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 31872
/proc/meminfo: memFree=13179228/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=18124 CPUtime=0.29 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 1556 0 0 0 29 0 0 0 25 0 1 0 568240581 18558976 1156 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 4531 1156 250 24 0 1165 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18124

[startup+0.700831 s]
/proc/loadavg: 3.68 3.90 3.47 4/184 31872
/proc/meminfo: memFree=13179228/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=18760 CPUtime=0.69 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 1764 0 0 0 69 0 0 0 25 0 1 0 568240581 19210240 1349 33554432000 4194304 4291949 140735058729888 18446744073709551615 4257022 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 4690 1349 250 24 0 1324 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18760

[startup+1.50068 s]
/proc/loadavg: 3.70 3.90 3.47 5/190 31883
/proc/meminfo: memFree=13149692/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=20824 CPUtime=1.49 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 2284 0 0 0 149 0 0 0 25 0 1 0 568240581 21323776 1843 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255586 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 5206 1843 250 24 0 1840 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20824

[startup+3.10037 s]
/proc/loadavg: 3.70 3.90 3.47 5/190 31883
/proc/meminfo: memFree=13139524/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=22472 CPUtime=3.09 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 2698 0 0 0 309 0 0 0 25 0 1 0 568240581 23011328 2240 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 5618 2240 250 24 0 2252 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 22472

[startup+6.30077 s]
/proc/loadavg: 3.70 3.90 3.47 5/190 31883
/proc/meminfo: memFree=13126136/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=22472 CPUtime=6.29 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 2722 0 0 0 629 0 0 0 25 0 1 0 568240581 23011328 2263 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 5618 2263 250 24 0 2252 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22472

[startup+12.7005 s]
/proc/loadavg: 3.75 3.90 3.48 5/190 31883
/proc/meminfo: memFree=13096944/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=25152 CPUtime=12.69 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 3205 0 0 0 1269 0 0 0 25 0 1 0 568240581 25755648 2730 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 6288 2730 250 24 0 2922 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25152

[startup+25.5011 s]
/proc/loadavg: 3.79 3.91 3.48 5/190 31883
/proc/meminfo: memFree=13076376/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=27976 CPUtime=25.49 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 4114 0 0 0 2549 0 0 0 25 0 1 0 568240581 28647424 3602 33554432000 4194304 4291949 140735058729888 18446744073709551615 4261956 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 6994 3602 250 24 0 3628 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27976

[startup+51.1003 s]
/proc/loadavg: 3.86 3.91 3.50 5/190 31884
/proc/meminfo: memFree=13055696/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=32492 CPUtime=51.09 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 4745 0 0 0 5109 0 0 0 25 0 1 0 568240581 33271808 4219 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 8123 4219 252 24 0 4757 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32492

[startup+102.307 s]
/proc/loadavg: 3.99 3.94 3.53 5/190 31885
/proc/meminfo: memFree=13002864/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=35212 CPUtime=102.3 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 6052 0 0 0 10230 0 0 0 25 0 1 0 568240581 36057088 5477 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 8803 5477 252 24 0 5437 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 35212

[startup+162.3 s]
/proc/loadavg: 3.99 3.95 3.56 5/190 31887
/proc/meminfo: memFree=12980372/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=39692 CPUtime=162.3 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 7886 0 0 0 16229 1 0 0 25 0 1 0 568240581 40644608 6190 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 9923 6190 252 24 0 6557 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 39692

[startup+222.301 s]
/proc/loadavg: 4.07 3.98 3.59 5/190 31889
/proc/meminfo: memFree=12916340/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=44044 CPUtime=222.3 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 9412 0 0 0 22229 1 0 0 25 0 1 0 568240581 45101056 7673 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 11011 7673 252 24 0 7645 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 44044

[startup+282.3 s]
/proc/loadavg: 4.02 3.98 3.61 5/190 31890
/proc/meminfo: memFree=12897824/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=44044 CPUtime=282.3 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 9412 0 0 0 28229 1 0 0 25 0 1 0 568240581 45101056 7673 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 11011 7673 252 24 0 7645 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 44044

[startup+342.301 s]
/proc/loadavg: 4.01 3.98 3.64 5/190 31892
/proc/meminfo: memFree=12889100/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=48508 CPUtime=342.3 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 10539 0 0 0 34229 1 0 0 25 0 1 0 568240581 49672192 8762 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256150 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 12127 8762 252 24 0 8761 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 48508

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.65 5/190 31893
/proc/meminfo: memFree=12888932/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=48508 CPUtime=402.3 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 10567 0 0 0 40229 1 0 0 25 0 1 0 568240581 49672192 8790 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255694 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 12127 8790 252 24 0 8761 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 48508

[startup+462.3 s]
/proc/loadavg: 4.00 3.98 3.67 5/190 31895
/proc/meminfo: memFree=12833700/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=52928 CPUtime=462.3 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 17585 0 0 0 46228 2 0 0 25 0 1 0 568240581 54198272 9895 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 13232 9895 253 24 0 9866 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 52928

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.69 5/190 31897
/proc/meminfo: memFree=12837376/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=52928 CPUtime=522.31 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 17586 0 0 0 52229 2 0 0 25 0 1 0 568240581 54198272 9896 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 13232 9896 253 24 0 9866 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 52928

[startup+582.301 s]
/proc/loadavg: 4.04 4.00 3.71 5/190 31898
/proc/meminfo: memFree=12852196/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=62848 CPUtime=582.31 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 17588 0 0 0 58229 2 0 0 25 0 1 0 568240581 64356352 9898 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15712 9898 253 24 0 12346 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 62848

[startup+642.3 s]
/proc/loadavg: 4.01 4.00 3.73 5/190 31900
/proc/meminfo: memFree=12832304/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=62848 CPUtime=642.32 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 19027 0 0 0 64229 3 0 0 25 0 1 0 568240581 64356352 11302 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15712 11302 253 24 0 12346 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 62848

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.74 5/190 31901
/proc/meminfo: memFree=12831648/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=62848 CPUtime=702.32 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 19027 0 0 0 70229 3 0 0 25 0 1 0 568240581 64356352 11302 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15712 11302 253 24 0 12346 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 62848

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.75 5/190 31903
/proc/meminfo: memFree=12825896/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=62848 CPUtime=762.33 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 19646 0 0 0 76230 3 0 0 25 0 1 0 568240581 64356352 11896 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15712 11896 253 24 0 12346 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 62848

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.76 5/190 31905
/proc/meminfo: memFree=12823372/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=62848 CPUtime=822.32 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 20138 0 0 0 82229 3 0 0 25 0 1 0 568240581 64356352 12376 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15712 12376 253 24 0 12346 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 62848

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 31906
/proc/meminfo: memFree=12823324/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=62848 CPUtime=882.32 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 20138 0 0 0 88229 3 0 0 25 0 1 0 568240581 64356352 12376 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15712 12376 253 24 0 12346 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 62848

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 31908
/proc/meminfo: memFree=12768852/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=60200 CPUtime=942.33 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 23521 0 0 0 94229 4 0 0 25 0 1 0 568240581 61644800 11731 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256131 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15050 11731 253 24 0 11684 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 60200

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 31909
/proc/meminfo: memFree=12824492/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=63212 CPUtime=1002.33 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 23539 0 0 0 100229 4 0 0 25 0 1 0 568240581 64729088 11749 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255843 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15803 11749 253 24 0 12437 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 63212

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 31911
/proc/meminfo: memFree=12802500/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=63212 CPUtime=1062.33 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 23539 0 0 0 106229 4 0 0 25 0 1 0 568240581 64729088 11749 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 15803 11749 253 24 0 12437 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 63212

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 31913
/proc/meminfo: memFree=12788308/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=67508 CPUtime=1122.34 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 24266 0 0 0 112230 4 0 0 25 0 1 0 568240581 69128192 12449 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 16877 12449 253 24 0 13511 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 67508

[startup+1182.3 s]
/proc/loadavg: 4.04 4.01 3.83 5/190 31914
/proc/meminfo: memFree=12684864/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=67508 CPUtime=1182.34 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 24664 0 0 0 118230 4 0 0 25 0 1 0 568240581 69128192 12836 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 16877 12836 253 24 0 13511 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 67508

[startup+1242.3 s]
/proc/loadavg: 4.17 4.04 3.85 5/190 31916
/proc/meminfo: memFree=12718412/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=70860 CPUtime=1242.34 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 25374 0 0 0 124230 4 0 0 25 0 1 0 568240581 72560640 13546 33554432000 4194304 4291949 140735058729888 18446744073709551615 4256178 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 17715 13546 253 24 0 14349 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 70860



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.85 3/186 31919
/proc/meminfo: memFree=12999620/32950928 swapFree=67111524/67111528
[pid=31872] ppid=31870 vsize=71304 CPUtime=1300.05 cores=5,7
/proc/31872/stat : 31872 (RestartSAT) R 31870 31872 29809 0 -1 4202496 25455 0 0 0 130001 4 0 0 25 0 1 0 568240581 73015296 13626 33554432000 4194304 4291949 140735058729888 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31872/statm: 17826 13626 253 24 0 14460 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 71304

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.01
CPU time (s): 1300.06
CPU user time (s): 1300.01
CPU system time (s): 0.044993
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 71304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.01
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25455
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= 5
involuntary context switches= 1966

runsolver used 2.02569 second user time and 5.07723 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 03:08:19
IDJOB=3289927
IDBENCH=83412
IDSOLVER=1581
FILE ID=node115/3289927-1303780099
RUNJOBID= node115-1303780099-31843
PBS_JOBID= 13157163
Free space on /tmp= 72628 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289927-1303780099/watcher-3289927-1303780099 -o /tmp/evaluation-result-3289927-1303780099/solver-3289927-1303780099 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3289927-1303780099.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1712480570

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13179508 kB
Buffers:       2293512 kB
Cached:       16849056 kB
SwapCached:          4 kB
Active:        7364652 kB
Inactive:     11850980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13179508 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3660 kB
Writeback:           0 kB
AnonPages:       72676 kB
Mapped:          14884 kB
Slab:           490652 kB
PageTables:       5112 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   241224 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= 72628 MiB
End job on node115 at 2011-04-26 03:30:01