Trace number 1719062

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.15 1200.67

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.907
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

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-1719062-1240642760/watcher-1719062-1240642760 -o /tmp/evaluation-result-1719062-1240642760/solver-1719062-1240642760 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1719062-1240642760.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.83 1.82 1.48 3/64 20561
/proc/meminfo: memFree=1789368/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=5156 CPUtime=0
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 853 0 0 0 0 0 0 0 18 0 1 0 92309321 5279744 837 1992294400 4194304 6412682 548682068832 18446744073709551615 4271781 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 1289 842 201 541 0 739 0

[startup+0.0796451 s]
/proc/loadavg: 1.83 1.82 1.48 3/64 20561
/proc/meminfo: memFree=1789368/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=34588 CPUtime=0.07
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 6913 0 0 0 4 3 0 0 18 0 1 0 92309321 35418112 6897 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 8647 6897 219 541 0 8097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 34588

[startup+0.101647 s]
/proc/loadavg: 1.83 1.82 1.48 3/64 20561
/proc/meminfo: memFree=1789368/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=34984 CPUtime=0.09
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 7012 0 0 0 6 3 0 0 18 0 1 0 92309321 35823616 6996 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 8746 6996 219 541 0 8196 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34984

[startup+0.301668 s]
/proc/loadavg: 1.83 1.82 1.48 3/64 20561
/proc/meminfo: memFree=1789368/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=38024 CPUtime=0.29
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 7873 0 0 0 26 3 0 0 19 0 1 0 92309321 38936576 7857 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 9506 7857 219 541 0 8956 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38024

[startup+0.70171 s]
/proc/loadavg: 1.83 1.82 1.48 3/64 20561
/proc/meminfo: memFree=1789368/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=44240 CPUtime=0.69
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 9582 0 0 0 65 4 0 0 23 0 1 0 92309321 45301760 9566 1992294400 4194304 6412682 548682068832 18446744073709551615 4348189 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 11060 9566 219 541 0 10510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44240

[startup+1.5018 s]
/proc/loadavg: 1.83 1.82 1.48 2/65 20562
/proc/meminfo: memFree=1746928/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=56916 CPUtime=1.49
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 13395 0 0 0 142 7 0 0 25 0 1 0 92309321 58281984 12994 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 14229 12994 220 541 0 13679 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56916

[startup+3.10197 s]
/proc/loadavg: 1.83 1.82 1.48 2/65 20562
/proc/meminfo: memFree=1730480/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=80380 CPUtime=2.92
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 20495 0 0 0 282 10 0 0 25 0 1 0 92309321 82309120 19325 1992294400 4194304 6412682 548682068832 18446744073709551615 4279338 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 20095 19325 227 541 0 19545 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 80380

[startup+6.30131 s]
/proc/loadavg: 1.77 1.81 1.47 2/65 20562
/proc/meminfo: memFree=1686392/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=114496 CPUtime=6.12
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 27976 0 0 0 591 21 0 0 25 0 1 0 92309321 117243904 26806 1992294400 4194304 6412682 548682068832 18446744073709551615 4509044 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 28624 26806 248 541 0 28074 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 114496

[startup+12.702 s]
/proc/loadavg: 1.71 1.80 1.47 2/65 20562
/proc/meminfo: memFree=1665208/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=129516 CPUtime=12.52
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 31898 0 0 0 1227 25 0 0 25 0 1 0 92309321 132624384 30728 1992294400 4194304 6412682 548682068832 18446744073709551615 4564590 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 32379 30728 248 541 0 31829 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 129516

[startup+25.5014 s]
/proc/loadavg: 1.55 1.76 1.46 2/65 20562
/proc/meminfo: memFree=1664056/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=130256 CPUtime=25.31
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 32201 0 0 0 2478 53 0 0 25 0 1 0 92309321 133382144 31031 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 32564 31031 255 541 0 32014 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 130256

[startup+51.1011 s]
/proc/loadavg: 1.36 1.69 1.45 2/65 20562
/proc/meminfo: memFree=1664056/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=130256 CPUtime=50.91
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 32235 0 0 0 5032 59 0 0 25 0 1 0 92309321 133382144 31065 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 32564 31065 258 541 0 32014 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 130256

[startup+102.306 s]
/proc/loadavg: 1.15 1.58 1.42 2/65 20568
/proc/meminfo: memFree=1662704/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=130256 CPUtime=102.09
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 32350 0 0 0 10135 74 0 0 25 0 1 0 92309321 133382144 31180 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 32564 31180 258 541 0 32014 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 130256

[startup+162.301 s]
/proc/loadavg: 1.06 1.48 1.39 2/65 20568
/proc/meminfo: memFree=1661752/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=131240 CPUtime=162.07
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 32664 0 0 0 16094 113 0 0 25 0 1 0 92309321 134389760 31494 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 32810 31494 258 541 0 32260 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 131240

[startup+222.301 s]
/proc/loadavg: 1.02 1.39 1.37 2/65 20568
/proc/meminfo: memFree=1639928/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=155588 CPUtime=222.06
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 38266 0 0 0 22062 144 0 0 25 0 1 0 92309321 159322112 37096 1992294400 4194304 6412682 548682068832 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 38897 37096 258 541 0 38347 0
Current children cumulated CPU time (s) 222.06
Current children cumulated vsize (KiB) 155588

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.34 2/65 20568
/proc/meminfo: memFree=1633272/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=161404 CPUtime=282.04
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 39726 0 0 0 28003 201 0 0 25 0 1 0 92309321 165277696 38556 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 40351 38556 258 541 0 39801 0
Current children cumulated CPU time (s) 282.04
Current children cumulated vsize (KiB) 161404

[startup+342.301 s]
/proc/loadavg: 1.00 1.25 1.32 2/65 20568
/proc/meminfo: memFree=1606392/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=190520 CPUtime=342.02
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 46443 0 0 0 33937 265 0 0 25 0 1 0 92309321 195092480 45273 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 47630 45273 258 541 0 47080 0
Current children cumulated CPU time (s) 342.02
Current children cumulated vsize (KiB) 190520

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.29 2/65 20568
/proc/meminfo: memFree=1599352/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=197836 CPUtime=402
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 48184 0 0 0 39878 322 0 0 25 0 1 0 92309321 202584064 47014 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 49459 47014 258 541 0 48909 0
Current children cumulated CPU time (s) 402
Current children cumulated vsize (KiB) 197836

[startup+462.301 s]
/proc/loadavg: 1.00 1.16 1.27 2/65 20568
/proc/meminfo: memFree=1585016/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=212540 CPUtime=461.99
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 51760 0 0 0 45827 372 0 0 25 0 1 0 92309321 217640960 50590 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 53135 50590 258 541 0 52585 0
Current children cumulated CPU time (s) 461.99
Current children cumulated vsize (KiB) 212540

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.25 2/65 20568
/proc/meminfo: memFree=1557944/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=242740 CPUtime=521.97
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 58513 0 0 0 51772 425 0 0 25 0 1 0 92309321 248565760 57343 1992294400 4194304 6412682 548682068832 18446744073709551615 4359626 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 60685 57343 258 541 0 60135 0
Current children cumulated CPU time (s) 521.97
Current children cumulated vsize (KiB) 242740

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.24 2/65 20568
/proc/meminfo: memFree=1537784/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=266552 CPUtime=581.96
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 63532 0 0 0 57744 452 0 0 25 0 1 0 92309321 272949248 62362 1992294400 4194304 6412682 548682068832 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 66638 62362 258 541 0 66088 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 266552

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.22 2/65 20568
/proc/meminfo: memFree=1517816/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=289060 CPUtime=641.94
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 68511 0 0 0 63698 496 0 0 25 0 1 0 92309321 295997440 67341 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 72265 67341 258 541 0 71715 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 289060

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/65 20568
/proc/meminfo: memFree=1504568/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=301872 CPUtime=701.92
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 71839 0 0 0 69655 537 0 0 25 0 1 0 92309321 309116928 70669 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 75468 70669 258 541 0 74918 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 301872

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.18 2/65 20568
/proc/meminfo: memFree=1494264/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=312140 CPUtime=761.91
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 74386 0 0 0 75617 574 0 0 25 0 1 0 92309321 319631360 73216 1992294400 4194304 6412682 548682068832 18446744073709551615 4573611 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 78035 73216 258 541 0 77485 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 312140

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/65 20568
/proc/meminfo: memFree=1486072/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=322308 CPUtime=821.89
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 76558 0 0 0 81593 596 0 0 25 0 1 0 92309321 330043392 75388 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 80577 75388 258 541 0 80027 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 322308

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/65 20568
/proc/meminfo: memFree=1465336/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=343628 CPUtime=881.86
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 82482 0 0 0 87559 627 0 0 25 0 1 0 92309321 351875072 80453 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 85907 80453 258 541 0 85357 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 343628

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.15 2/65 20568
/proc/meminfo: memFree=1459832/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=348328 CPUtime=941.85
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 84003 0 0 0 93523 662 0 0 25 0 1 0 92309321 356687872 81974 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 87082 81974 258 541 0 86532 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 348328

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.14 2/65 20568
/proc/meminfo: memFree=1437240/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=369280 CPUtime=1001.83
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 89479 0 0 0 99503 680 0 0 25 0 1 0 92309321 378142720 87450 1992294400 4194304 6412682 548682068832 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 92320 87450 258 541 0 91770 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 369280

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/65 20568
/proc/meminfo: memFree=1440952/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=365312 CPUtime=1061.81
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 89479 0 0 0 105493 688 0 0 25 0 1 0 92309321 374079488 86461 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 91328 86461 258 541 0 90778 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 365312

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 20568
/proc/meminfo: memFree=1437880/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=370436 CPUtime=1121.8
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 90283 0 0 0 111456 724 0 0 25 0 1 0 92309321 379326464 87265 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 92609 87265 258 541 0 92059 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 370436

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20568
/proc/meminfo: memFree=1421240/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=390920 CPUtime=1181.78
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 94453 0 0 0 117436 742 0 0 25 0 1 0 92309321 400302080 91435 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 97730 91435 258 541 0 97180 0
Current children cumulated CPU time (s) 1181.78
Current children cumulated vsize (KiB) 390920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 20568
/proc/meminfo: memFree=1401272/2055920 swapFree=4181324/4192956
[pid=20561] ppid=20559 vsize=417136 CPUtime=1200.08
/proc/20561/stat : 20561 (kw) R 20559 20561 20245 0 -1 0 99409 0 0 0 119251 757 0 0 25 0 1 0 92309321 427147264 96391 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/20561/statm: 104284 96391 258 541 0 103734 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 417136

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.67
CPU time (s): 1200.15
CPU user time (s): 1192.52
CPU system time (s): 7.63384
CPU usage (%): 99.957
Max. virtual memory (cumulated for all children) (KiB): 417136

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

runsolver used 0.965853 second user time and 2.6006 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-25 08:59:21
IDJOB=1719062
IDBENCH=20577
IDSOLVER=501
FILE ID=node19/1719062-1240642760
PBS_JOBID= 9186470
Free space on /tmp= 66232 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq2.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719062-1240642760/watcher-1719062-1240642760 -o /tmp/evaluation-result-1719062-1240642760/solver-1719062-1240642760 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1719062-1240642760.cnf

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=108036569

node19.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.236
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.236
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:       1789848 kB
Buffers:         36216 kB
Cached:         154156 kB
SwapCached:       5332 kB
Active:          32020 kB
Inactive:       166168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789848 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:           12492 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            53860 kB
Committed_AS:   315064 kB
PageTables:       1452 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= 66228 MiB
End job on node19 at 2009-04-25 09:19:23