Trace number 3380178

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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.05 1300.03

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
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-3380178-1305458323/watcher-3380178-1305458323 -o /tmp/evaluation-result-3380178-1305458323/solver-3380178-1305458323 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380178-1305458323.cnf 

running on 2 cores: 0,2

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: 4.03 3.89 3.76 5/351 26793
/proc/meminfo: memFree=16606740/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=12448 CPUtime=0 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 537 0 0 0 0 0 0 0 23 0 1 0 657430284 12746752 477 33554432000 4194304 4394578 140734283670864 18446744073709551615 228244373399 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 3112 477 255 49 0 253 0

[startup+0.0264659 s]
/proc/loadavg: 4.03 3.89 3.76 5/351 26793
/proc/meminfo: memFree=16606740/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=13236 CPUtime=0.02 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 729 0 0 0 2 0 0 0 23 0 1 0 657430284 13553664 669 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 3309 670 267 49 0 450 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13236

[startup+0.100469 s]
/proc/loadavg: 4.03 3.89 3.76 5/351 26793
/proc/meminfo: memFree=16606740/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=13764 CPUtime=0.09 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 854 0 0 0 9 0 0 0 23 0 1 0 657430284 14094336 794 33554432000 4194304 4394578 140734283670864 18446744073709551615 228244004784 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 3441 794 267 49 0 582 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13764

[startup+0.300445 s]
/proc/loadavg: 4.03 3.89 3.76 5/351 26793
/proc/meminfo: memFree=16606740/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=14160 CPUtime=0.29 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 960 0 0 0 29 0 0 0 25 0 1 0 657430284 14499840 900 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 3540 900 267 49 0 681 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14160

[startup+0.700364 s]
/proc/loadavg: 4.03 3.89 3.76 5/351 26793
/proc/meminfo: memFree=16606740/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=14688 CPUtime=0.69 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 1096 0 0 0 69 0 0 0 25 0 1 0 657430284 15040512 1036 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 3672 1036 267 49 0 813 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14688

[startup+1.5002 s]
/proc/loadavg: 4.03 3.90 3.76 5/352 26794
/proc/meminfo: memFree=16597208/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=15872 CPUtime=1.49 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 1393 0 0 0 149 0 0 0 25 0 1 0 657430284 16252928 1333 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 3968 1333 267 49 0 1109 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15872

[startup+3.10096 s]
/proc/loadavg: 4.03 3.90 3.76 5/352 26794
/proc/meminfo: memFree=16588648/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=17060 CPUtime=3.09 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 1691 0 0 0 309 0 0 0 25 0 1 0 657430284 17469440 1631 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 4265 1631 267 49 0 1406 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17060

[startup+6.30038 s]
/proc/loadavg: 4.03 3.90 3.76 5/352 26794
/proc/meminfo: memFree=16576348/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=19172 CPUtime=6.29 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 2211 0 0 0 629 0 0 0 25 0 1 0 657430284 19632128 2151 33554432000 4194304 4394578 140734283670864 18446744073709551615 4287702 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 4793 2151 267 49 0 1934 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19172

[startup+12.7003 s]
/proc/loadavg: 4.02 3.90 3.76 5/352 26794
/proc/meminfo: memFree=16571660/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=21952 CPUtime=12.69 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 2920 0 0 0 1269 0 0 0 25 0 1 0 657430284 22478848 2860 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 5488 2860 267 49 0 2629 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21952

[startup+25.501 s]
/proc/loadavg: 4.09 3.92 3.77 5/352 26795
/proc/meminfo: memFree=16524400/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=28196 CPUtime=25.49 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 4447 0 0 0 2548 1 0 0 25 0 1 0 657430284 28872704 4387 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 7049 4387 267 49 0 4190 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28196

[startup+51.1005 s]
/proc/loadavg: 4.06 3.92 3.78 5/352 26795
/proc/meminfo: memFree=16467600/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=37748 CPUtime=51.09 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 6829 0 0 0 5107 2 0 0 25 0 1 0 657430284 38653952 6769 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 9437 6769 267 49 0 6578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37748

[startup+102.314 s]
/proc/loadavg: 4.07 3.95 3.79 5/352 26797
/proc/meminfo: memFree=16386208/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=53108 CPUtime=102.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 10639 0 0 0 10228 3 0 0 25 0 1 0 657430284 54382592 10579 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 13277 10579 267 49 0 10418 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 53108

[startup+162.301 s]
/proc/loadavg: 4.02 3.95 3.80 5/352 26798
/proc/meminfo: memFree=16268776/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=67568 CPUtime=162.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 14263 0 0 0 16225 5 0 0 25 0 1 0 657430284 69189632 14203 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 16892 14203 267 49 0 14033 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67568

[startup+222.3 s]
/proc/loadavg: 4.04 3.97 3.82 5/352 26800
/proc/meminfo: memFree=16182820/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=86244 CPUtime=222.29 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 18905 0 0 0 22223 6 0 0 25 0 1 0 657430284 88313856 18845 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 21561 18845 267 49 0 18702 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 86244

[startup+282.301 s]
/proc/loadavg: 4.01 3.97 3.83 5/352 26802
/proc/meminfo: memFree=16033748/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=109848 CPUtime=282.29 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 24816 0 0 0 28221 8 0 0 25 0 1 0 657430284 112484352 24756 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 27462 24756 267 49 0 24603 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 109848

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.83 5/352 26803
/proc/meminfo: memFree=15980532/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=112940 CPUtime=342.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 25572 0 0 0 34221 9 0 0 25 0 1 0 657430284 115650560 25512 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 28235 25512 267 49 0 25376 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 112940

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.84 5/352 26805
/proc/meminfo: memFree=15849064/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=135992 CPUtime=402.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 31334 0 0 0 40219 11 0 0 25 0 1 0 657430284 139255808 31274 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 33998 31274 267 49 0 31139 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 135992

[startup+462.3 s]
/proc/loadavg: 4.05 3.99 3.85 5/352 26806
/proc/meminfo: memFree=15743268/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=155860 CPUtime=462.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 36303 0 0 0 46218 12 0 0 25 0 1 0 657430284 159600640 36243 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 38965 36243 267 49 0 36106 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 155860

[startup+522.301 s]
/proc/loadavg: 4.12 4.02 3.86 5/352 26808
/proc/meminfo: memFree=15648996/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=169172 CPUtime=522.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 39628 0 0 0 52217 13 0 0 25 0 1 0 657430284 173232128 39568 33554432000 4194304 4394578 140734283670864 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 42293 39568 267 49 0 39434 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 169172

[startup+582.3 s]
/proc/loadavg: 4.04 4.01 3.87 5/352 26810
/proc/meminfo: memFree=15572460/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=187924 CPUtime=582.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 44321 0 0 0 58215 15 0 0 25 0 1 0 657430284 192434176 44261 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 46981 44261 267 49 0 44122 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 187924

[startup+642.301 s]
/proc/loadavg: 4.08 4.02 3.88 5/352 26811
/proc/meminfo: memFree=15498040/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=211308 CPUtime=642.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 50146 0 0 0 64215 16 0 0 25 0 1 0 657430284 216379392 50086 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 52827 50086 267 49 0 49968 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 211308

[startup+702.3 s]
/proc/loadavg: 3.88 3.98 3.88 5/352 26896
/proc/meminfo: memFree=16719048/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=213296 CPUtime=702.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 50630 0 0 0 70214 17 0 0 25 0 1 0 657430284 218415104 50570 33554432000 4194304 4394578 140734283670864 18446744073709551615 4287897 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 53324 50570 267 49 0 50465 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 213296

[startup+762.313 s]
/proc/loadavg: 3.51 3.87 3.85 4/346 26941
/proc/meminfo: memFree=16663060/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=213564 CPUtime=762.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 50676 0 0 0 76214 17 0 0 25 0 1 0 657430284 218689536 50616 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 53391 50616 267 49 0 50532 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 213564

[startup+822.301 s]
/proc/loadavg: 3.19 3.71 3.79 4/346 26943
/proc/meminfo: memFree=16603620/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=235704 CPUtime=822.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 56203 0 0 0 82211 19 0 0 25 0 1 0 657430284 241360896 56143 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 58926 56143 267 49 0 56067 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 235704

[startup+882.301 s]
/proc/loadavg: 3.07 3.58 3.74 4/346 26945
/proc/meminfo: memFree=16547304/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=256908 CPUtime=882.3 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 61490 0 0 0 88209 21 0 0 25 0 1 0 657430284 263073792 61430 33554432000 4194304 4394578 140734283670864 18446744073709551615 4291475 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 64227 61430 267 49 0 61368 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 256908

[startup+942.301 s]
/proc/loadavg: 3.02 3.47 3.69 4/346 26946
/proc/meminfo: memFree=16516652/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=271836 CPUtime=942.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 65215 0 0 0 94208 23 0 0 25 0 1 0 657430284 278360064 65155 33554432000 4194304 4394578 140734283670864 18446744073709551615 4287332 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 67959 65155 267 49 0 65100 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 271836

[startup+1002.3 s]
/proc/loadavg: 3.01 3.38 3.64 4/346 26948
/proc/meminfo: memFree=16437028/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=295144 CPUtime=1002.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 71041 0 0 0 100206 25 0 0 25 0 1 0 657430284 302227456 70981 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 73786 70981 267 49 0 70927 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 295144

[startup+1062.3 s]
/proc/loadavg: 3.07 3.33 3.60 4/346 26949
/proc/meminfo: memFree=16370676/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=315184 CPUtime=1062.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 76047 0 0 0 106204 27 0 0 25 0 1 0 657430284 322748416 75973 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 78796 75973 267 49 0 75937 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 315184

[startup+1122.3 s]
/proc/loadavg: 3.02 3.26 3.56 4/346 26951
/proc/meminfo: memFree=16320052/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=320468 CPUtime=1122.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 77359 0 0 0 112204 27 0 0 25 0 1 0 657430284 328159232 77285 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 80117 77285 267 49 0 77258 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 320468

[startup+1182.3 s]
/proc/loadavg: 2.85 3.18 3.52 3/340 26971
/proc/meminfo: memFree=16882084/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=339892 CPUtime=1182.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 82203 0 0 0 118202 29 0 0 25 0 1 0 657430284 348049408 82129 33554432000 4194304 4394578 140734283670864 18446744073709551615 4315351 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 84973 82129 267 49 0 82114 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 339892

[startup+1242.3 s]
/proc/loadavg: 2.37 2.98 3.42 3/340 26972
/proc/meminfo: memFree=16853660/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=359256 CPUtime=1242.31 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 87043 0 0 0 124201 30 0 0 25 0 1 0 657430284 367878144 86969 33554432000 4194304 4394578 140734283670864 18446744073709551615 4313827 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 89814 86969 267 49 0 86955 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 359256



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.14 2.81 3.34 3/340 26974
/proc/meminfo: memFree=16833784/32951124 swapFree=67082152/67111528
[pid=26793] ppid=26791 vsize=372808 CPUtime=1300.03 cores=0,2
/proc/26793/stat : 26793 (SApperloT2010) R 26791 26793 26219 0 -1 4202496 90424 0 0 0 129972 31 0 0 25 0 1 0 657430284 381755392 90350 33554432000 4194304 4394578 140734283670864 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/26793/statm: 93202 90350 267 49 0 90343 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 372808

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.72
CPU system time (s): 0.332949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 372808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.72
system time used= 0.332949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90424
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= 6
involuntary context switches= 14296

runsolver used 4.46132 second user time and 9.73952 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-15 13:18:43
IDJOB=3380178
IDBENCH=83430
IDSOLVER=1862
FILE ID=node136/3380178-1305458323
RUNJOBID= node136-1305457717-26600
PBS_JOBID= 13324886
Free space on /tmp= 73056 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380178-1305458323/watcher-3380178-1305458323 -o /tmp/evaluation-result-3380178-1305458323/solver-3380178-1305458323 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380178-1305458323.cnf

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=279393281

node136.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.809
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.809
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.75
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.809
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.809
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.76
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:      16606896 kB
Buffers:        311088 kB
Cached:        5756540 kB
SwapCached:       2740 kB
Active:       11626152 kB
Inactive:      4375108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16606896 kB
SwapTotal:    67111528 kB
SwapFree:     67082152 kB
Dirty:             484 kB
Writeback:           0 kB
AnonPages:     9931916 kB
Mapped:          28460 kB
Slab:           235796 kB
PageTables:      41268 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70783876 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= 73056 MiB
End job on node136 at 2011-05-15 13:40:25