Trace number 3290324

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-03-04? (TO) 1300.07 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: 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-3290324-1303787240/watcher-3290324-1303787240 -o /tmp/evaluation-result-3290324-1303787240/solver-3290324-1303787240 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3290324-1303787240.cnf 

running on 2 cores: 4,6

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.93 3.94 3/184 15424
/proc/meminfo: memFree=13046996/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=12556 CPUtime=0 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 521 0 0 0 0 0 0 0 23 0 1 0 490324424 12857344 459 33554432000 4194304 4395502 140736356552384 18446744073709551615 230809190295 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 3139 459 255 50 0 279 0

[startup+0.105904 s]
/proc/loadavg: 3.68 3.93 3.94 3/184 15424
/proc/meminfo: memFree=13046996/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=14004 CPUtime=0.1 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 900 0 0 0 10 0 0 0 24 0 1 0 490324424 14340096 838 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 3501 838 267 50 0 641 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14004

[startup+0.200886 s]
/proc/loadavg: 3.68 3.93 3.94 3/184 15424
/proc/meminfo: memFree=13046996/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=14136 CPUtime=0.19 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 949 0 0 0 19 0 0 0 24 0 1 0 490324424 14475264 887 33554432000 4194304 4395502 140736356552384 18446744073709551615 4314031 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 3534 887 267 50 0 674 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 14136

[startup+0.300842 s]
/proc/loadavg: 3.68 3.93 3.94 3/184 15424
/proc/meminfo: memFree=13046996/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=14268 CPUtime=0.29 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 983 0 0 0 29 0 0 0 25 0 1 0 490324424 14610432 921 33554432000 4194304 4395502 140736356552384 18446744073709551615 4288765 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 3567 921 267 50 0 707 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14268

[startup+0.700795 s]
/proc/loadavg: 3.68 3.93 3.94 3/184 15424
/proc/meminfo: memFree=13046996/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=14932 CPUtime=0.69 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 1123 0 0 0 69 0 0 0 25 0 1 0 490324424 15290368 1061 33554432000 4194304 4395502 140736356552384 18446744073709551615 4297817 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 3733 1061 267 50 0 873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14932

[startup+1.50065 s]
/proc/loadavg: 3.68 3.93 3.94 5/190 15435
/proc/meminfo: memFree=13033820/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=16120 CPUtime=1.49 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 1422 0 0 0 149 0 0 0 25 0 1 0 490324424 16506880 1360 33554432000 4194304 4395502 140736356552384 18446744073709551615 4300710 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 4030 1360 267 50 0 1170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16120

[startup+3.10036 s]
/proc/loadavg: 3.70 3.93 3.94 5/190 15435
/proc/meminfo: memFree=13028332/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=17568 CPUtime=3.09 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 1779 0 0 0 309 0 0 0 25 0 1 0 490324424 17989632 1717 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 4392 1717 267 50 0 1532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17568

[startup+6.30076 s]
/proc/loadavg: 3.70 3.93 3.94 5/190 15436
/proc/meminfo: memFree=13017208/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=19952 CPUtime=6.29 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 2404 0 0 0 629 0 0 0 25 0 1 0 490324424 20430848 2342 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 4988 2342 267 50 0 2128 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19952

[startup+12.7006 s]
/proc/loadavg: 3.83 3.95 3.95 5/190 15436
/proc/meminfo: memFree=12997944/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=22884 CPUtime=12.69 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 3121 0 0 0 1269 0 0 0 25 0 1 0 490324424 23433216 3059 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 5721 3059 267 50 0 2861 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22884

[startup+25.5003 s]
/proc/loadavg: 3.86 3.95 3.95 5/190 15463
/proc/meminfo: memFree=12973648/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=28744 CPUtime=25.49 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 4537 0 0 0 2549 0 0 0 25 0 1 0 490324424 29433856 4475 33554432000 4194304 4395502 140736356552384 18446744073709551615 4288727 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 7186 4475 267 50 0 4326 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28744

[startup+51.1006 s]
/proc/loadavg: 3.90 3.96 3.95 5/190 15464
/proc/meminfo: memFree=12925024/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=39300 CPUtime=51.09 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 7162 0 0 0 5108 1 0 0 25 0 1 0 490324424 40243200 7100 33554432000 4194304 4395502 140736356552384 18446744073709551615 4288455 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 9825 7100 267 50 0 6965 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 39300

[startup+102.3 s]
/proc/loadavg: 3.96 3.96 3.95 5/190 15465
/proc/meminfo: memFree=12844896/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=56884 CPUtime=102.3 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 11544 0 0 0 10228 2 0 0 25 0 1 0 490324424 58249216 11482 33554432000 4194304 4395502 140736356552384 18446744073709551615 4288829 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 14221 11482 267 50 0 11361 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 56884

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.95 5/190 15467
/proc/meminfo: memFree=12746664/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=74200 CPUtime=162.29 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 15872 0 0 0 16227 2 0 0 25 0 1 0 490324424 75980800 15810 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 18550 15810 267 50 0 15690 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 74200

[startup+222.306 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15468
/proc/meminfo: memFree=12680028/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=94588 CPUtime=222.31 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 20943 0 0 0 22227 4 0 0 25 0 1 0 490324424 96858112 20881 33554432000 4194304 4395502 140736356552384 18446744073709551615 4291706 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 23647 20881 267 50 0 20787 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 94588

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15470
/proc/meminfo: memFree=12595192/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=110748 CPUtime=282.3 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 24987 0 0 0 28226 4 0 0 25 0 1 0 490324424 113405952 24925 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 27687 24925 267 50 0 24827 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 110748

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15472
/proc/meminfo: memFree=12521256/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=125924 CPUtime=342.3 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 28772 0 0 0 34225 5 0 0 25 0 1 0 490324424 128946176 28710 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 31481 28710 267 50 0 28621 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 125924

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15473
/proc/meminfo: memFree=12437160/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=147808 CPUtime=402.3 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 34254 0 0 0 40224 6 0 0 25 0 1 0 490324424 151355392 34192 33554432000 4194304 4395502 140736356552384 18446744073709551615 4314418 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 36952 34192 267 50 0 34092 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 147808

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15475
/proc/meminfo: memFree=12390144/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=163048 CPUtime=462.31 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 38042 0 0 0 46224 7 0 0 25 0 1 0 490324424 166961152 37980 33554432000 4194304 4395502 140736356552384 18446744073709551615 4300904 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 40762 37980 267 50 0 37902 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 163048

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.95 5/190 15476
/proc/meminfo: memFree=12277892/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=186884 CPUtime=522.31 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 44021 0 0 0 52223 8 0 0 25 0 1 0 490324424 191369216 43959 33554432000 4194304 4395502 140736356552384 18446744073709551615 4314317 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 46721 43959 267 50 0 43861 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 186884

[startup+582.3 s]
/proc/loadavg: 4.03 3.99 3.95 5/190 15478
/proc/meminfo: memFree=12177556/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=210256 CPUtime=582.31 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 49830 0 0 0 58222 9 0 0 25 0 1 0 490324424 215302144 49768 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 52564 49768 267 50 0 49704 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 210256

[startup+642.301 s]
/proc/loadavg: 4.01 3.99 3.95 5/190 15480
/proc/meminfo: memFree=12124328/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=213584 CPUtime=642.31 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 50647 0 0 0 64222 9 0 0 25 0 1 0 490324424 218710016 50585 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 53396 50585 267 50 0 50536 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 213584

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15481
/proc/meminfo: memFree=12056964/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=213876 CPUtime=702.31 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 50743 0 0 0 70222 9 0 0 25 0 1 0 490324424 219009024 50681 33554432000 4194304 4395502 140736356552384 18446744073709551615 4346749 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 53469 50681 267 50 0 50609 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 213876

[startup+762.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15483
/proc/meminfo: memFree=11931336/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=241756 CPUtime=762.31 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 57696 0 0 0 76221 10 0 0 25 0 1 0 490324424 247558144 57633 33554432000 4194304 4395502 140736356552384 18446744073709551615 4288666 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 60439 57633 267 50 0 57579 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 241756

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15484
/proc/meminfo: memFree=11807916/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=266176 CPUtime=822.32 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 63794 0 0 0 82220 12 0 0 25 0 1 0 490324424 272564224 63731 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 66544 63731 267 50 0 63684 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 266176

[startup+882.307 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15486
/proc/meminfo: memFree=11730136/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=282388 CPUtime=882.32 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 67852 0 0 0 88219 13 0 0 25 0 1 0 490324424 289165312 67789 33554432000 4194304 4395502 140736356552384 18446744073709551615 4296647 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 70597 67789 267 50 0 67737 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 282388

[startup+942.301 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15488
/proc/meminfo: memFree=11687692/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=306320 CPUtime=942.32 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 73834 0 0 0 94218 14 0 0 25 0 1 0 490324424 313671680 73757 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 76580 73757 267 50 0 73720 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 306320

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15489
/proc/meminfo: memFree=11645752/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=320468 CPUtime=1002.32 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 77361 0 0 0 100217 15 0 0 25 0 1 0 490324424 328159232 77284 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 80117 77284 267 50 0 77257 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 320468

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.95 5/190 15491
/proc/meminfo: memFree=11535736/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=333056 CPUtime=1062.33 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 80506 0 0 0 106217 16 0 0 25 0 1 0 490324424 341049344 80429 33554432000 4194304 4395502 140736356552384 18446744073709551615 4291689 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 83264 80429 267 50 0 80404 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 333056

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.96 5/190 15492
/proc/meminfo: memFree=11432148/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=358376 CPUtime=1122.33 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 86815 0 0 0 112216 17 0 0 25 0 1 0 490324424 366977024 86738 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 89594 86738 267 50 0 86734 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 358376

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.96 5/190 15494
/proc/meminfo: memFree=11326984/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=374272 CPUtime=1182.32 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 90800 0 0 0 118215 17 0 0 25 0 1 0 490324424 383254528 90718 33554432000 4194304 4395502 140736356552384 18446744073709551615 4292169 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 93568 90718 267 50 0 90708 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 374272

[startup+1242.3 s]
/proc/loadavg: 4.09 4.03 3.97 5/190 15496
/proc/meminfo: memFree=11227008/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=400908 CPUtime=1242.33 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 97452 0 0 0 124214 19 0 0 25 0 1 0 490324424 410529792 97370 33554432000 4194304 4395502 140736356552384 18446744073709551615 4293712 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 100227 97370 267 50 0 97367 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 400908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.02 3.97 4/189 15498
/proc/meminfo: memFree=11809048/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=428696 CPUtime=1300.03 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 104380 0 0 0 129983 20 0 0 25 0 1 0 490324424 438984704 104298 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 107174 104298 267 50 0 104314 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 428696

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

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

[startup+1300 s]
/proc/loadavg: 4.04 4.02 3.97 4/189 15498
/proc/meminfo: memFree=11809048/32951124 swapFree=67111528/67111528
[pid=15424] ppid=15422 vsize=428696 CPUtime=1300.03 cores=4,6
/proc/15424/stat : 15424 (SApperloT2010) R 15422 15424 15038 0 -1 4202496 104380 0 0 0 129983 20 0 0 25 0 1 0 490324424 438984704 104298 33554432000 4194304 4395502 140736356552384 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/15424/statm: 107174 104298 267 50 0 104314 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 428696

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.84
CPU system time (s): 0.224965
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 428696

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

runsolver used 2.22866 second user time and 4.43233 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 05:07:20
IDJOB=3290324
IDBENCH=83430
IDSOLVER=1655
FILE ID=node104/3290324-1303787240
RUNJOBID= node104-1303787240-15366
PBS_JOBID= 13157242
Free space on /tmp= 71840 MiB

SOLVER NAME= SApperloT2010 2011-03-04
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-3290324-1303787240/watcher-3290324-1303787240 -o /tmp/evaluation-result-3290324-1303787240/solver-3290324-1303787240 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3290324-1303787240.cnf

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=2133220273

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13047276 kB
Buffers:       2288676 kB
Cached:       16962868 kB
SwapCached:          0 kB
Active:       10611344 kB
Inactive:      8710032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13047276 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:       68760 kB
Mapped:          14896 kB
Slab:           518080 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   236088 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= 71840 MiB
End job on node104 at 2011-04-26 05:29:02