Trace number 3290140

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.06 1300.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.783
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
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-3290140-1303786032/watcher-3290140-1303786032 -o /tmp/evaluation-result-3290140-1303786032/solver-3290140-1303786032 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3290140-1303786032.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: 0.87 2.05 2.82 4/189 6228
/proc/meminfo: memFree=12034420/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=12344 CPUtime=0 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 471 0 0 0 0 0 0 0 22 0 1 0 471019083 12640256 410 33554432000 4194304 4395502 140735662713568 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 3086 410 255 50 0 226 0

[startup+0.093574 s]
/proc/loadavg: 0.87 2.05 2.82 4/189 6228
/proc/meminfo: memFree=12034420/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=13136 CPUtime=0.09 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 688 0 0 0 9 0 0 0 22 0 1 0 471019083 13451264 627 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299514 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 3284 627 266 50 0 424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13136

[startup+0.100565 s]
/proc/loadavg: 0.87 2.05 2.82 4/189 6228
/proc/meminfo: memFree=12034420/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=13136 CPUtime=0.09 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 702 0 0 0 9 0 0 0 22 0 1 0 471019083 13451264 641 33554432000 4194304 4395502 140735662713568 18446744073709551615 4297402 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 3284 641 266 50 0 424 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13136

[startup+0.30053 s]
/proc/loadavg: 0.87 2.05 2.82 4/189 6228
/proc/meminfo: memFree=12034420/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=13540 CPUtime=0.29 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 800 0 0 0 29 0 0 0 23 0 1 0 471019083 13864960 739 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299466 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 3385 739 267 50 0 525 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13540

[startup+0.700491 s]
/proc/loadavg: 0.87 2.05 2.82 4/189 6228
/proc/meminfo: memFree=12034420/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=14072 CPUtime=0.69 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 926 0 0 0 69 0 0 0 25 0 1 0 471019083 14409728 865 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 3518 865 267 50 0 658 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14072

[startup+1.50033 s]
/proc/loadavg: 0.87 2.05 2.82 5/190 6229
/proc/meminfo: memFree=12007288/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=14732 CPUtime=1.49 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 1084 0 0 0 149 0 0 0 25 0 1 0 471019083 15085568 1023 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 3683 1023 267 50 0 823 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14732

[startup+3.10105 s]
/proc/loadavg: 0.87 2.05 2.82 5/190 6229
/proc/meminfo: memFree=11996872/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=15532 CPUtime=3.09 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 1306 0 0 0 309 0 0 0 25 0 1 0 471019083 15904768 1245 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299611 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 3883 1245 267 50 0 1023 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15532

[startup+6.30045 s]
/proc/loadavg: 1.12 2.08 2.83 5/190 6229
/proc/meminfo: memFree=11977292/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=16476 CPUtime=6.29 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 1523 0 0 0 629 0 0 0 25 0 1 0 471019083 16871424 1462 33554432000 4194304 4395502 140735662713568 18446744073709551615 4289174 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 4119 1462 267 50 0 1259 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16476

[startup+12.7003 s]
/proc/loadavg: 1.35 2.12 2.84 5/190 6229
/proc/meminfo: memFree=11951232/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=18076 CPUtime=12.69 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 1901 0 0 0 1269 0 0 0 25 0 1 0 471019083 18509824 1840 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 4519 1840 267 50 0 1659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 18076

[startup+25.501 s]
/proc/loadavg: 1.93 2.21 2.85 5/190 6229
/proc/meminfo: memFree=11917136/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=20080 CPUtime=25.49 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 2371 0 0 0 2548 1 0 0 25 0 1 0 471019083 20561920 2310 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 5020 2310 267 50 0 2160 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20080

[startup+51.1004 s]
/proc/loadavg: 2.64 2.35 2.88 5/190 6230
/proc/meminfo: memFree=11853976/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=30120 CPUtime=51.09 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 4888 0 0 0 5107 2 0 0 25 0 1 0 471019083 30842880 4827 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 7530 4827 267 50 0 4670 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30120

[startup+102.307 s]
/proc/loadavg: 3.41 2.60 2.94 5/190 6231
/proc/meminfo: memFree=11725376/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=47520 CPUtime=102.3 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 9220 0 0 0 10227 3 0 0 25 0 1 0 471019083 48660480 9159 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 11880 9159 267 50 0 9020 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47520

[startup+162.3 s]
/proc/loadavg: 3.78 2.85 3.00 5/190 6233
/proc/meminfo: memFree=11605048/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=67728 CPUtime=162.3 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 14290 0 0 0 16225 5 0 0 25 0 1 0 471019083 69353472 14229 33554432000 4194304 4395502 140735662713568 18446744073709551615 4292291 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 16932 14229 267 50 0 14072 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 67728

[startup+222.301 s]
/proc/loadavg: 3.92 3.06 3.06 5/190 6235
/proc/meminfo: memFree=11515724/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=92908 CPUtime=222.29 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 20580 0 0 0 22223 6 0 0 25 0 1 0 471019083 95137792 20519 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299949 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 23227 20519 267 50 0 20367 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 92908

[startup+282.301 s]
/proc/loadavg: 3.97 3.23 3.12 5/190 6236
/proc/meminfo: memFree=11405928/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=117184 CPUtime=282.3 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 26624 0 0 0 28222 8 0 0 25 0 1 0 471019083 119996416 26563 33554432000 4194304 4395502 140735662713568 18446744073709551615 4309781 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 29296 26563 267 50 0 26436 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 117184

[startup+342.301 s]
/proc/loadavg: 4.03 3.38 3.18 5/190 6238
/proc/meminfo: memFree=11304452/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=133904 CPUtime=342.3 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 30820 0 0 0 34221 9 0 0 25 0 1 0 471019083 137117696 30759 33554432000 4194304 4395502 140735662713568 18446744073709551615 233509958341 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 33476 30759 267 50 0 30616 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 133904

[startup+402.3 s]
/proc/loadavg: 4.01 3.49 3.22 5/190 6239
/proc/meminfo: memFree=11167388/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=165048 CPUtime=402.3 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 38598 0 0 0 40218 12 0 0 25 0 1 0 471019083 169009152 38537 33554432000 4194304 4395502 140735662713568 18446744073709551615 4291703 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 41262 38537 267 50 0 38402 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 165048

[startup+462.301 s]
/proc/loadavg: 4.00 3.58 3.27 5/190 6241
/proc/meminfo: memFree=11073476/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=184488 CPUtime=462.3 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 43453 0 0 0 46217 13 0 0 25 0 1 0 471019083 188915712 43392 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299589 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 46122 43392 267 50 0 43262 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 184488

[startup+522.301 s]
/proc/loadavg: 4.00 3.65 3.31 5/190 6243
/proc/meminfo: memFree=10987872/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=205152 CPUtime=522.3 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 48616 0 0 0 52215 15 0 0 25 0 1 0 471019083 210075648 48555 33554432000 4194304 4395502 140735662713568 18446744073709551615 4292680 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 51288 48555 267 50 0 48428 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 205152

[startup+582.301 s]
/proc/loadavg: 4.00 3.71 3.35 5/190 6244
/proc/meminfo: memFree=10878580/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=226928 CPUtime=582.31 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 54064 0 0 0 58214 17 0 0 25 0 1 0 471019083 232374272 54003 33554432000 4194304 4395502 140735662713568 18446744073709551615 4300719 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 56732 54003 267 50 0 53872 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 226928

[startup+642.3 s]
/proc/loadavg: 4.00 3.76 3.39 5/190 6246
/proc/meminfo: memFree=10810088/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=228668 CPUtime=642.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 54480 0 0 0 64215 17 0 0 25 0 1 0 471019083 234156032 54419 33554432000 4194304 4395502 140735662713568 18446744073709551615 4296675 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 57167 54419 267 50 0 54307 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 228668

[startup+702.301 s]
/proc/loadavg: 4.00 3.80 3.43 5/190 6247
/proc/meminfo: memFree=10702040/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=234124 CPUtime=702.31 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 55826 0 0 0 70214 17 0 0 25 0 1 0 471019083 239742976 55765 33554432000 4194304 4395502 140735662713568 18446744073709551615 4328565 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 58531 55765 267 50 0 55671 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 234124

[startup+762.307 s]
/proc/loadavg: 4.00 3.84 3.46 5/190 6249
/proc/meminfo: memFree=10586052/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=253936 CPUtime=762.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 60782 0 0 0 76212 20 0 0 25 0 1 0 471019083 260030464 60721 33554432000 4194304 4395502 140735662713568 18446744073709551615 4292314 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 63484 60721 267 50 0 60624 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 253936

[startup+822.301 s]
/proc/loadavg: 4.00 3.86 3.49 5/190 6251
/proc/meminfo: memFree=10472556/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=273676 CPUtime=822.31 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 65689 0 0 0 82210 21 0 0 25 0 1 0 471019083 280244224 65628 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 68419 65628 267 50 0 65559 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 273676

[startup+882.3 s]
/proc/loadavg: 4.07 3.90 3.52 5/190 6261
/proc/meminfo: memFree=10370696/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=290700 CPUtime=882.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 69962 0 0 0 88209 23 0 0 25 0 1 0 471019083 297676800 69901 33554432000 4194304 4395502 140735662713568 18446744073709551615 4288756 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 72675 69901 267 50 0 69815 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 290700

[startup+942.3 s]
/proc/loadavg: 4.02 3.92 3.55 5/190 6263
/proc/meminfo: memFree=10275440/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=309612 CPUtime=942.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 74678 0 0 0 94208 24 0 0 25 0 1 0 471019083 317042688 74617 33554432000 4194304 4395502 140735662713568 18446744073709551615 4296629 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 77403 74617 267 50 0 74543 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 309612

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 3.58 5/190 6264
/proc/meminfo: memFree=10223560/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=319544 CPUtime=1002.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 77156 0 0 0 100207 25 0 0 25 0 1 0 471019083 327213056 77095 33554432000 4194304 4395502 140735662713568 18446744073709551615 4291653 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 79886 77095 267 50 0 77026 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 319544

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/190 6266
/proc/meminfo: memFree=10150360/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=341768 CPUtime=1062.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 82675 0 0 0 106205 27 0 0 25 0 1 0 471019083 349970432 82614 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 85442 82614 267 50 0 82582 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 341768

[startup+1122.3 s]
/proc/loadavg: 4.00 3.95 3.62 5/190 6268
/proc/meminfo: memFree=10080624/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=363904 CPUtime=1122.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 88185 0 0 0 112204 28 0 0 25 0 1 0 471019083 372637696 88124 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299198 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 90976 88124 267 50 0 88116 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 363904

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.64 5/190 6269
/proc/meminfo: memFree=9956824/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=379440 CPUtime=1182.32 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 92075 0 0 0 118202 30 0 0 25 0 1 0 471019083 388546560 92014 33554432000 4194304 4395502 140735662713568 18446744073709551615 4300203 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 94860 92014 267 50 0 92000 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 379440

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.66 5/190 6271
/proc/meminfo: memFree=9875564/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=401664 CPUtime=1242.33 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 97627 0 0 0 124200 33 0 0 25 0 1 0 471019083 411303936 97566 33554432000 4194304 4395502 140735662713568 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 100416 97566 267 50 0 97556 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 401664



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.68 2/184 6275
/proc/meminfo: memFree=11642060/32951124 swapFree=67111528/67111528
[pid=6228] ppid=6226 vsize=421036 CPUtime=1300.03 cores=4,6
/proc/6228/stat : 6228 (SApperloT2010) R 6226 6228 4903 0 -1 4202496 102452 0 0 0 129969 34 0 0 25 0 1 0 471019083 431140864 102391 33554432000 4194304 4395502 140735662713568 18446744073709551615 4288335 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6228/statm: 105259 102391 267 50 0 102399 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 421036

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.69
CPU system time (s): 0.364944
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 421036

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

runsolver used 2.31165 second user time and 4.78927 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 04:47:12
IDJOB=3290140
IDBENCH=83420
IDSOLVER=1655
FILE ID=node145/3290140-1303786032
RUNJOBID= node145-1303786032-6187
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_1_keyfind_1.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290140-1303786032/watcher-3290140-1303786032 -o /tmp/evaluation-result-3290140-1303786032/solver-3290140-1303786032 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3290140-1303786032.cnf

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
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:      12034576 kB
Buffers:       2192528 kB
Cached:       18063556 kB
SwapCached:          0 kB
Active:       10084808 kB
Inactive:     10260260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12034576 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4412 kB
Writeback:           0 kB
AnonPages:       88596 kB
Mapped:          15264 kB
Slab:           507972 kB
PageTables:       5080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   273460 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= 72352 MiB
End job on node145 at 2011-04-26 05:08:54