Trace number 1563288

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
kw 2009-03-20? (TO) 1200.14 1200.69

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark656.877
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

0.00/0.00	c kw (KillerWhale) version 0.6
0.00/0.00	c Copyright 2007-2009 Johan Alfredsson, Oepir
0.00/0.00	c johan@oepir.com

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1563288-1238784479/watcher-1563288-1238784479 -o /tmp/evaluation-result-1563288-1238784479/solver-1563288-1238784479 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1563288-1238784479.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.84 1.43 3/64 7760
/proc/meminfo: memFree=1655104/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=8588 CPUtime=0
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 1153 0 0 0 0 0 0 0 18 0 1 0 1151113042 8794112 1137 1992294400 4194304 6412682 548682068832 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 2147 1144 192 541 0 1597 0

[startup+0.0886979 s]
/proc/loadavg: 1.99 1.84 1.43 3/64 7760
/proc/meminfo: memFree=1655104/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=52160 CPUtime=0.07
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 11741 0 0 0 3 4 0 0 18 0 1 0 1151113042 53411840 11726 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 13040 11730 208 541 0 12490 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 52160

[startup+0.102698 s]
/proc/loadavg: 1.99 1.84 1.43 3/64 7760
/proc/meminfo: memFree=1655104/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=65832 CPUtime=0.09
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 13409 0 0 0 4 5 0 0 18 0 1 0 1151113042 67411968 13393 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 16458 13400 208 541 0 15908 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 65832

[startup+0.30172 s]
/proc/loadavg: 1.99 1.84 1.43 3/64 7760
/proc/meminfo: memFree=1655104/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=180500 CPUtime=0.29
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 40322 0 0 0 13 16 0 0 19 0 1 0 1151113042 184832000 40306 1992294400 4194304 6412682 548682068832 18446744073709551615 4825605 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 45125 40306 221 541 0 44575 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 180500

[startup+0.701765 s]
/proc/loadavg: 1.99 1.84 1.43 3/64 7760
/proc/meminfo: memFree=1655104/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=186836 CPUtime=0.69
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 42099 0 0 0 53 16 0 0 23 0 1 0 1151113042 191320064 42083 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 46709 42084 221 541 0 46159 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 186836

[startup+1.50185 s]
/proc/loadavg: 1.99 1.84 1.43 2/65 7761
/proc/meminfo: memFree=1481720/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=199772 CPUtime=1.49
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 45705 0 0 0 132 17 0 0 25 0 1 0 1151113042 204566528 45689 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 49943 45689 221 541 0 49393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 199772

[startup+3.10103 s]
/proc/loadavg: 1.91 1.82 1.43 2/65 7761
/proc/meminfo: memFree=1461048/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=220236 CPUtime=3.09
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 51431 0 0 0 287 22 0 0 25 0 1 0 1151113042 225521664 51415 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 55059 51415 221 541 0 54509 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 220236

[startup+6.30139 s]
/proc/loadavg: 1.91 1.82 1.43 2/65 7761
/proc/meminfo: memFree=1422712/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=258344 CPUtime=6.29
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 63526 0 0 0 600 29 0 0 25 0 1 0 1151113042 264544256 61973 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 64586 61973 221 541 0 64036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 258344

[startup+12.7011 s]
/proc/loadavg: 1.77 1.80 1.43 2/65 7761
/proc/meminfo: memFree=1298680/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=378388 CPUtime=12.68
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 94087 0 0 0 1178 90 0 0 25 0 1 0 1151113042 387469312 90911 1992294400 4194304 6412682 548682068832 18446744073709551615 5554256 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 94597 90911 248 541 0 94047 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 378388

[startup+25.5015 s]
/proc/loadavg: 1.65 1.77 1.42 2/65 7761
/proc/meminfo: memFree=1221112/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=428712 CPUtime=25.46
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 106366 0 0 0 2435 111 0 0 25 0 1 0 1151113042 439001088 103190 1992294400 4194304 6412682 548682068832 18446744073709551615 4564886 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 107178 103190 248 541 0 106628 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 428712

[startup+51.1014 s]
/proc/loadavg: 1.43 1.71 1.41 2/65 7761
/proc/meminfo: memFree=1216568/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=431868 CPUtime=51.04
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 107275 0 0 0 4986 118 0 0 25 0 1 0 1151113042 442232832 104099 1992294400 4194304 6412682 548682068832 18446744073709551615 4508735 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 107967 104099 248 541 0 107417 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 431868

[startup+102.306 s]
/proc/loadavg: 1.17 1.58 1.38 2/65 7761
/proc/meminfo: memFree=1211896/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=429700 CPUtime=102.23
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 110651 0 0 0 10084 139 0 0 25 0 1 0 1151113042 440012800 105311 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 107425 105311 258 541 0 106875 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 429700

[startup+162.302 s]
/proc/loadavg: 1.06 1.48 1.36 2/65 7761
/proc/meminfo: memFree=1210424/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=429700 CPUtime=162.19
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 111027 0 0 0 16067 152 0 0 25 0 1 0 1151113042 440012800 105687 1992294400 4194304 6412682 548682068832 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 107425 105687 258 541 0 106875 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 429700

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.33 2/65 7761
/proc/meminfo: memFree=1200824/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=438448 CPUtime=222.17
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 113423 0 0 0 22049 168 0 0 25 0 1 0 1151113042 448970752 108083 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 109612 108083 258 541 0 109062 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 438448

[startup+282.301 s]
/proc/loadavg: 1.01 1.31 1.31 2/65 7761
/proc/meminfo: memFree=1199416/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=440296 CPUtime=282.14
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 113842 0 0 0 28034 180 0 0 25 0 1 0 1151113042 450863104 108502 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 110074 108502 258 541 0 109524 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 440296

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.29 2/65 7761
/proc/meminfo: memFree=1184952/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=454756 CPUtime=342.12
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 117390 0 0 0 34012 200 0 0 25 0 1 0 1151113042 465670144 112050 1992294400 4194304 6412682 548682068832 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 113689 112050 258 541 0 113139 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 454756

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.26 2/65 7761
/proc/meminfo: memFree=1180920/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=463064 CPUtime=402.08
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 118439 0 0 0 39994 214 0 0 25 0 1 0 1151113042 474177536 113099 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 115766 113099 258 541 0 115216 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 463064

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.25 2/65 7761
/proc/meminfo: memFree=1167544/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=476560 CPUtime=462.06
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 121722 0 0 0 45979 227 0 0 25 0 1 0 1151113042 487997440 116382 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 119140 116382 258 541 0 118590 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 476560

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 7761
/proc/meminfo: memFree=1165624/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=478344 CPUtime=522.03
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 122232 0 0 0 51967 236 0 0 25 0 1 0 1151113042 489824256 116892 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 119586 116892 258 541 0 119036 0
Current children cumulated CPU time (s) 522.03
Current children cumulated vsize (KiB) 478344

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.21 2/65 7761
/proc/meminfo: memFree=1159480/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=485248 CPUtime=582
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 123790 0 0 0 57951 249 0 0 25 0 1 0 1151113042 496893952 118450 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 121312 118450 258 541 0 120762 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 485248

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 7761
/proc/meminfo: memFree=1154424/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=491748 CPUtime=641.98
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 124999 0 0 0 63941 257 0 0 25 0 1 0 1151113042 503549952 119659 1992294400 4194304 6412682 548682068832 18446744073709551615 4287901 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 122937 119659 258 541 0 122387 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 491748

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 7761
/proc/meminfo: memFree=1147128/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=499232 CPUtime=701.96
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 126781 0 0 0 69934 262 0 0 25 0 1 0 1151113042 511213568 121441 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 124808 121441 258 541 0 124258 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 499232

[startup+762.307 s]
/proc/loadavg: 1.00 1.05 1.17 2/65 7761
/proc/meminfo: memFree=1136568/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=509524 CPUtime=761.93
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 129411 0 0 0 75921 272 0 0 25 0 1 0 1151113042 521752576 124071 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 127381 124071 258 541 0 126831 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 509524

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 7767
/proc/meminfo: memFree=1134712/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=511332 CPUtime=821.9
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 129877 0 0 0 81910 280 0 0 25 0 1 0 1151113042 523603968 124537 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 127833 124537 258 541 0 127283 0
Current children cumulated CPU time (s) 821.9
Current children cumulated vsize (KiB) 511332

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 7767
/proc/meminfo: memFree=1126520/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=520596 CPUtime=881.88
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 131925 0 0 0 87899 289 0 0 25 0 1 0 1151113042 533090304 126585 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 130149 126585 258 541 0 129599 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 520596

[startup+942.303 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 7767
/proc/meminfo: memFree=1126264/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=520596 CPUtime=941.85
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 131987 0 0 0 93889 296 0 0 25 0 1 0 1151113042 533090304 126647 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 130149 126647 258 541 0 129599 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 520596

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 7767
/proc/meminfo: memFree=1117240/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=532288 CPUtime=1001.83
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 134265 0 0 0 99877 306 0 0 25 0 1 0 1151113042 545062912 128925 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 133072 128925 258 541 0 132522 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 532288

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 7767
/proc/meminfo: memFree=1100664/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=556812 CPUtime=1061.81
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 138365 0 0 0 105866 315 0 0 25 0 1 0 1151113042 570175488 133025 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 139203 133025 258 541 0 138653 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 556812

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 7767
/proc/meminfo: memFree=1100408/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=556812 CPUtime=1121.77
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 138419 0 0 0 111853 324 0 0 25 0 1 0 1151113042 570175488 133079 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 139203 133079 258 541 0 138653 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 556812

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 7767
/proc/meminfo: memFree=1091000/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=565968 CPUtime=1181.75
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 140777 0 0 0 117811 364 0 0 25 0 1 0 1151113042 579551232 135437 1992294400 4194304 6412682 548682068832 18446744073709551615 4550305 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 141492 135437 258 541 0 140942 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 565968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 7767
/proc/meminfo: memFree=1090808/2055920 swapFree=4176924/4192956
[pid=7760] ppid=7758 vsize=565968 CPUtime=1200.05
/proc/7760/stat : 7760 (kw) R 7758 7760 7690 0 -1 0 140809 0 0 0 119638 367 0 0 25 0 1 0 1151113042 579551232 135469 1992294400 4194304 6412682 548682068832 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 0 0 0
/proc/7760/statm: 141492 135469 258 541 0 140942 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 565968

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): 1200.69
CPU time (s): 1200.14
CPU user time (s): 1196.39
CPU system time (s): 3.75443
CPU usage (%): 99.9543
Max. virtual memory (cumulated for all children) (KiB): 565968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1196.39
system time used= 3.75443
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140809
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= 3
involuntary context switches= 4513

runsolver used 0.996848 second user time and 3.37949 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-03 20:48:01
IDJOB=1563288
IDBENCH=70951
IDSOLVER=501
FILE ID=node35/1563288-1238784479
PBS_JOBID= 9085615
Free space on /tmp= 66448 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563288-1238784479/watcher-1563288-1238784479 -o /tmp/evaluation-result-1563288-1238784479/solver-1563288-1238784479 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1563288-1238784479.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=1403839068

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1655520 kB
Buffers:         53652 kB
Cached:         259344 kB
SwapCached:      10140 kB
Active:         150956 kB
Inactive:       173772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655520 kB
SwapTotal:     4192956 kB
SwapFree:      4176924 kB
Dirty:           35264 kB
Writeback:           0 kB
Mapped:          17520 kB
Slab:            61616 kB
Committed_AS:  3056476 kB
PageTables:       1404 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66424 MiB
End job on node35 at 2009-04-03 21:08:04