Trace number 3290094

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.04

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
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-3290094-1303786032/watcher-3290094-1303786032 -o /tmp/evaluation-result-3290094-1303786032/solver-3290094-1303786032 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3290094-1303786032.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: 0.87 2.05 2.82 4/183 6217
/proc/meminfo: memFree=12052144/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=12544 CPUtime=0 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 522 0 0 0 0 0 0 0 22 0 1 0 471019071 12845056 461 33554432000 4194304 4395502 140736828620224 18446744073709551615 4364864 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 3136 465 254 50 0 276 0

[startup+0.074378 s]
/proc/loadavg: 0.87 2.05 2.82 4/183 6217
/proc/meminfo: memFree=12052144/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=14000 CPUtime=0.07 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 904 0 0 0 7 0 0 0 22 0 1 0 471019071 14336000 843 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 3500 843 266 50 0 640 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 14000

[startup+0.100373 s]
/proc/loadavg: 0.87 2.05 2.82 4/183 6217
/proc/meminfo: memFree=12052144/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=14132 CPUtime=0.09 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 929 0 0 0 9 0 0 0 22 0 1 0 471019071 14471168 868 33554432000 4194304 4395502 140736828620224 18446744073709551615 233509956013 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 3533 868 266 50 0 673 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14132

[startup+0.300346 s]
/proc/loadavg: 0.87 2.05 2.82 4/183 6217
/proc/meminfo: memFree=12052144/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=14792 CPUtime=0.29 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 1085 0 0 0 29 0 0 0 23 0 1 0 471019071 15147008 1024 33554432000 4194304 4395502 140736828620224 18446744073709551615 4291891 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 3698 1024 266 50 0 838 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14792

[startup+0.700275 s]
/proc/loadavg: 0.87 2.05 2.82 4/183 6217
/proc/meminfo: memFree=12052144/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=15716 CPUtime=0.69 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 1332 0 0 0 69 0 0 0 25 0 1 0 471019071 16093184 1271 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 3929 1271 266 50 0 1069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15716

[startup+1.50012 s]
/proc/loadavg: 0.87 2.05 2.82 6/190 6229
/proc/meminfo: memFree=12009148/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=17044 CPUtime=1.49 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 1652 0 0 0 149 0 0 0 25 0 1 0 471019071 17453056 1591 33554432000 4194304 4395502 140736828620224 18446744073709551615 4296847 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 4261 1591 266 50 0 1401 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17044

[startup+3.10083 s]
/proc/loadavg: 0.87 2.05 2.82 6/190 6229
/proc/meminfo: memFree=11997988/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=19160 CPUtime=3.09 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 2179 0 0 0 309 0 0 0 25 0 1 0 471019071 19619840 2118 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299662 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 4790 2118 267 50 0 1930 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19160

[startup+6.30026 s]
/proc/loadavg: 1.12 2.08 2.83 6/190 6229
/proc/meminfo: memFree=11978160/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=23408 CPUtime=6.29 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 3226 0 0 0 629 0 0 0 25 0 1 0 471019071 23969792 3165 33554432000 4194304 4395502 140736828620224 18446744073709551615 4292950 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 5852 3165 267 50 0 2992 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23408

[startup+12.7001 s]
/proc/loadavg: 1.35 2.12 2.84 6/190 6229
/proc/meminfo: memFree=11951728/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=29516 CPUtime=12.7 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 4726 0 0 0 1269 1 0 0 25 0 1 0 471019071 30224384 4665 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 7379 4665 267 50 0 4519 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 29516

[startup+25.5008 s]
/proc/loadavg: 1.93 2.21 2.85 6/190 6229
/proc/meminfo: memFree=11917508/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=41620 CPUtime=25.49 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 7723 0 0 0 2548 1 0 0 25 0 1 0 471019071 42618880 7662 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 10405 7662 267 50 0 7545 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41620

[startup+51.1002 s]
/proc/loadavg: 2.64 2.35 2.88 6/190 6230
/proc/meminfo: memFree=11854968/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=58240 CPUtime=51.09 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 11833 0 0 0 5107 2 0 0 25 0 1 0 471019071 59637760 11772 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299824 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 14560 11772 267 50 0 11700 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58240

[startup+102.306 s]
/proc/loadavg: 3.41 2.60 2.94 6/190 6231
/proc/meminfo: memFree=11725500/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=85056 CPUtime=102.3 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 18402 0 0 0 10227 3 0 0 25 0 1 0 471019071 87097344 18341 33554432000 4194304 4395502 140736828620224 18446744073709551615 4286452 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 21264 18341 267 50 0 18404 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 85056

[startup+162.3 s]
/proc/loadavg: 3.78 2.85 3.00 6/190 6233
/proc/meminfo: memFree=11605172/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=122392 CPUtime=162.3 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 27654 0 0 0 16224 6 0 0 25 0 1 0 471019071 125329408 27593 33554432000 4194304 4395502 140736828620224 18446744073709551615 4297611 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 30598 27593 267 50 0 27738 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 122392

[startup+222.301 s]
/proc/loadavg: 3.92 3.06 3.06 6/190 6235
/proc/meminfo: memFree=11515972/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=144500 CPUtime=222.29 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 33081 0 0 0 22223 6 0 0 25 0 1 0 471019071 147968000 33020 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 36125 33020 267 50 0 33265 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 144500

[startup+282.301 s]
/proc/loadavg: 3.97 3.23 3.12 6/190 6236
/proc/meminfo: memFree=11405928/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=176464 CPUtime=282.3 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 40987 0 0 0 28222 8 0 0 25 0 1 0 471019071 180699136 40926 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 44116 40926 267 50 0 41256 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 176464

[startup+342.301 s]
/proc/loadavg: 4.03 3.38 3.18 6/190 6238
/proc/meminfo: memFree=11304824/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=203528 CPUtime=342.3 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 47661 0 0 0 34220 10 0 0 25 0 1 0 471019071 208412672 47600 33554432000 4194304 4395502 140736828620224 18446744073709551615 4288152 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 50882 47600 267 50 0 48022 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 203528

[startup+402.3 s]
/proc/loadavg: 4.01 3.49 3.22 6/190 6239
/proc/meminfo: memFree=11168008/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=246596 CPUtime=402.3 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 58361 0 0 0 40218 12 0 0 25 0 1 0 471019071 252514304 58300 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 61649 58300 267 50 0 58789 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 246596

[startup+462.3 s]
/proc/loadavg: 4.00 3.58 3.27 6/190 6241
/proc/meminfo: memFree=11073724/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=269192 CPUtime=462.3 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 63921 0 0 0 46217 13 0 0 25 0 1 0 471019071 275652608 63860 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 67298 63860 267 50 0 64438 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 269192

[startup+522.301 s]
/proc/loadavg: 4.00 3.65 3.31 6/190 6243
/proc/meminfo: memFree=10988120/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=271492 CPUtime=522.3 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 64508 0 0 0 52217 13 0 0 25 0 1 0 471019071 278007808 64447 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 67873 64447 267 50 0 65013 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 271492

[startup+582.301 s]
/proc/loadavg: 4.00 3.71 3.35 6/190 6244
/proc/meminfo: memFree=10879076/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=319340 CPUtime=582.31 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 76425 0 0 0 58215 16 0 0 25 0 1 0 471019071 327004160 76364 33554432000 4194304 4395502 140736828620224 18446744073709551615 4311177 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 79835 76364 267 50 0 76975 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 319340

[startup+642.3 s]
/proc/loadavg: 4.00 3.76 3.39 6/190 6246
/proc/meminfo: memFree=10810460/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=356868 CPUtime=642.31 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 85755 0 0 0 64212 19 0 0 25 0 1 0 471019071 365432832 85694 33554432000 4194304 4395502 140736828620224 18446744073709551615 4291667 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 89217 85694 267 50 0 86357 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 356868

[startup+702.3 s]
/proc/loadavg: 4.00 3.80 3.43 6/190 6247
/proc/meminfo: memFree=10702164/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=402148 CPUtime=702.31 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 97057 0 0 0 70210 21 0 0 25 0 1 0 471019071 411799552 96974 33554432000 4194304 4395502 140736828620224 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 100537 96974 267 50 0 97677 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 402148

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.46 6/190 6249
/proc/meminfo: memFree=10586176/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=425652 CPUtime=762.32 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 102871 0 0 0 76210 22 0 0 25 0 1 0 471019071 435867648 102788 33554432000 4194304 4395502 140736828620224 18446744073709551615 4292896 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 106413 102788 267 50 0 103553 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 425652

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.49 6/190 6251
/proc/meminfo: memFree=10473052/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=471172 CPUtime=822.31 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 114247 0 0 0 82206 25 0 0 25 0 1 0 471019071 482480128 114164 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 117793 114164 267 50 0 114933 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 471172

[startup+882.301 s]
/proc/loadavg: 4.07 3.90 3.52 6/190 6261
/proc/meminfo: memFree=10370944/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=507976 CPUtime=882.31 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 123433 0 0 0 88204 27 0 0 25 0 1 0 471019071 520167424 123350 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299177 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 126994 123350 267 50 0 124134 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 507976

[startup+942.3 s]
/proc/loadavg: 4.02 3.92 3.55 6/190 6263
/proc/meminfo: memFree=10275564/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=556168 CPUtime=942.32 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 135463 0 0 0 94202 30 0 0 25 0 1 0 471019071 569516032 135380 33554432000 4194304 4395502 140736828620224 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 139042 135380 267 50 0 136182 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 556168

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 3.58 6/190 6264
/proc/meminfo: memFree=10223808/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=561536 CPUtime=1002.32 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 136764 0 0 0 100202 30 0 0 25 0 1 0 471019071 575012864 136681 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 140384 136681 267 50 0 137524 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 561536

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.60 6/190 6266
/proc/meminfo: memFree=10150732/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=561856 CPUtime=1062.32 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 136822 0 0 0 106202 30 0 0 25 0 1 0 471019071 575340544 136739 33554432000 4194304 4395502 140736828620224 18446744073709551615 4291827 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 140464 136739 267 50 0 137604 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 561856

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.62 6/190 6268
/proc/meminfo: memFree=10080624/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=561856 CPUtime=1122.32 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 136839 0 0 0 112202 30 0 0 25 0 1 0 471019071 575340544 136756 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 140464 136756 267 50 0 137604 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 561856

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.64 6/190 6269
/proc/meminfo: memFree=9957072/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=605656 CPUtime=1182.32 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 147799 0 0 0 118200 32 0 0 25 0 1 0 471019071 620191744 147704 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 151414 147704 267 50 0 148554 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 605656

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.66 6/190 6271
/proc/meminfo: memFree=9876060/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=639896 CPUtime=1242.32 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 156366 0 0 0 124198 34 0 0 25 0 1 0 471019071 655253504 156261 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299466 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 159974 156261 267 50 0 157114 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 639896



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.68 5/189 6273
/proc/meminfo: memFree=10214416/32951124 swapFree=67111528/67111528
[pid=6217] ppid=6215 vsize=682640 CPUtime=1300.03 cores=5,7
/proc/6217/stat : 6217 (SApperloT2010) R 6215 6217 4903 0 -1 4202496 167058 0 0 0 129967 36 0 0 25 0 1 0 471019071 699023360 166953 33554432000 4194304 4395502 140736828620224 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/6217/statm: 170660 166953 267 50 0 167800 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 682640

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.04
CPU time (s): 1300.07
CPU user time (s): 1299.68
CPU system time (s): 0.395939
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 682640

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

runsolver used 2.13967 second user time and 4.6063 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 04:47:12
IDJOB=3290094
IDBENCH=83418
IDSOLVER=1655
FILE ID=node145/3290094-1303786032
RUNJOBID= node145-1303786032-6189
PBS_JOBID= 13157211
Free space on /tmp= 72348 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290094-1303786032/watcher-3290094-1303786032 -o /tmp/evaluation-result-3290094-1303786032/solver-3290094-1303786032 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3290094-1303786032.cnf

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1208567994

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12052680 kB
Buffers:       2192516 kB
Cached:       18063180 kB
SwapCached:          0 kB
Active:       10066828 kB
Inactive:     10260240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12052680 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4024 kB
Writeback:           0 kB
AnonPages:       70360 kB
Mapped:          15264 kB
Slab:           507972 kB
PageTables:       5468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   226992 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= 72348 MiB
End job on node145 at 2011-04-26 05:08:54