Trace number 1727462

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

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
MD5SUM41f1c0479c607ce4a810d6cbab59e2f9
Bench CategoryCRAFTED (crafted 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 variables49509
Number of clauses3649657
Sum of the clauses size7337555
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23644023
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 58
Number of clauses of size over 55618

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-1727462-1240725093/watcher-1727462-1240725093 -o /tmp/evaluation-result-1727462-1240725093/solver-1727462-1240725093 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1727462-1240725093.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.93 1.85 1.53 3/64 26369
/proc/meminfo: memFree=1395592/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=14732 CPUtime=0
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 1096 0 0 0 0 0 0 0 20 0 1 0 100543085 15085568 1080 1992294400 4194304 6412682 548682068848 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 3683 1088 192 541 0 3133 0

[startup+0.0184451 s]
/proc/loadavg: 1.93 1.85 1.53 3/64 26369
/proc/meminfo: memFree=1395592/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=14732 CPUtime=0.01
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 3302 0 0 0 0 1 0 0 20 0 1 0 100543085 15085568 3286 1992294400 4194304 6412682 548682068848 18446744073709551615 4402399 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 3683 3286 192 541 0 3133 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14732

[startup+0.101452 s]
/proc/loadavg: 1.93 1.85 1.53 3/64 26369
/proc/meminfo: memFree=1395592/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=78580 CPUtime=0.09
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 10314 0 0 0 5 4 0 0 20 0 1 0 100543085 80465920 10298 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 19645 10299 219 541 0 19095 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 78580

[startup+0.30147 s]
/proc/loadavg: 1.93 1.85 1.53 3/64 26369
/proc/meminfo: memFree=1395592/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=80956 CPUtime=0.29
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 10985 0 0 0 25 4 0 0 22 0 1 0 100543085 82898944 10969 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 20239 10969 219 541 0 19689 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80956

[startup+0.701511 s]
/proc/loadavg: 1.93 1.85 1.53 3/64 26369
/proc/meminfo: memFree=1395592/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=86104 CPUtime=0.69
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 12393 0 0 0 64 5 0 0 25 0 1 0 100543085 88170496 12377 1992294400 4194304 6412682 548682068848 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 21526 12377 219 541 0 20976 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 86104

[startup+1.50159 s]
/proc/loadavg: 1.93 1.85 1.53 2/65 26370
/proc/meminfo: memFree=1342400/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=96796 CPUtime=1.49
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 15385 0 0 0 142 7 0 0 25 0 1 0 100543085 99119104 15369 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 24232 15370 219 541 0 23682 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 96796

[startup+3.10175 s]
/proc/loadavg: 1.93 1.85 1.53 2/65 26370
/proc/meminfo: memFree=1325824/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=118576 CPUtime=3.09
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 21382 0 0 0 299 10 0 0 25 0 1 0 100543085 121421824 21366 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 29644 21366 219 541 0 29094 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 118576

[startup+6.30108 s]
/proc/loadavg: 1.93 1.86 1.53 2/65 26370
/proc/meminfo: memFree=1276160/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=162136 CPUtime=6.29
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 33412 0 0 0 612 17 0 0 25 0 1 0 100543085 166027264 33396 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 40534 33396 219 541 0 39984 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 162136

[startup+12.7017 s]
/proc/loadavg: 1.86 1.84 1.53 2/65 26370
/proc/meminfo: memFree=1171968/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=254680 CPUtime=12.68
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 61697 0 0 0 1238 30 0 0 25 0 1 0 100543085 260792320 58608 1992294400 4194304 6412682 548682068848 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 63670 58608 220 541 0 63120 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 254680

[startup+25.501 s]
/proc/loadavg: 1.67 1.80 1.52 2/65 26370
/proc/meminfo: memFree=1019584/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=385040 CPUtime=25.48
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 103251 0 0 0 2498 50 0 0 25 0 1 0 100543085 394280960 94017 1992294400 4194304 6412682 548682068848 18446744073709551615 4302248 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 96260 94017 229 541 0 95710 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 385040

[startup+51.1016 s]
/proc/loadavg: 1.44 1.73 1.51 2/65 26370
/proc/meminfo: memFree=799616/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=622392 CPUtime=51.06
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 156219 0 0 0 5027 79 0 0 25 0 1 0 100543085 637329408 146985 1992294400 4194304 6412682 548682068848 18446744073709551615 4565066 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 155598 146985 248 541 0 155048 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 622392

[startup+102.306 s]
/proc/loadavg: 1.19 1.62 1.48 2/65 26370
/proc/meminfo: memFree=785984/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=102.25
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159614 0 0 0 10136 89 0 0 25 0 1 0 100543085 650055680 150380 1992294400 4194304 6412682 548682068848 18446744073709551615 4297085 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150380 255 541 0 158155 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 634820

[startup+162.302 s]
/proc/loadavg: 1.07 1.50 1.44 2/65 26370
/proc/meminfo: memFree=785920/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=162.23
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159639 0 0 0 16131 92 0 0 25 0 1 0 100543085 650055680 150405 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150405 258 541 0 158155 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 634820

[startup+222.302 s]
/proc/loadavg: 1.02 1.41 1.41 2/65 26370
/proc/meminfo: memFree=785600/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=222.21
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159698 0 0 0 22118 103 0 0 25 0 1 0 100543085 650055680 150464 1992294400 4194304 6412682 548682068848 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150464 258 541 0 158155 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 634820

[startup+282.302 s]
/proc/loadavg: 1.01 1.33 1.38 2/65 26370
/proc/meminfo: memFree=785408/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=282.2
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159727 0 0 0 28110 110 0 0 25 0 1 0 100543085 650055680 150493 1992294400 4194304 6412682 548682068848 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150493 258 541 0 158155 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 634820

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.36 2/65 26370
/proc/meminfo: memFree=785216/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=342.18
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159774 0 0 0 34099 119 0 0 25 0 1 0 100543085 650055680 150540 1992294400 4194304 6412682 548682068848 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150540 258 541 0 158155 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 634820

[startup+402.301 s]
/proc/loadavg: 1.00 1.22 1.33 2/65 26370
/proc/meminfo: memFree=785024/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=402.16
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159808 0 0 0 40090 126 0 0 25 0 1 0 100543085 650055680 150574 1992294400 4194304 6412682 548682068848 18446744073709551615 4287607 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150574 258 541 0 158155 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 634820

[startup+462.301 s]
/proc/loadavg: 1.00 1.18 1.31 2/65 26370
/proc/meminfo: memFree=784960/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=462.14
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159832 0 0 0 46083 131 0 0 25 0 1 0 100543085 650055680 150598 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150598 258 541 0 158155 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 634820

[startup+522.301 s]
/proc/loadavg: 1.00 1.14 1.29 2/65 26370
/proc/meminfo: memFree=784896/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=522.12
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159876 0 0 0 52072 140 0 0 25 0 1 0 100543085 650055680 150642 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150642 258 541 0 158155 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 634820

[startup+582.301 s]
/proc/loadavg: 1.00 1.11 1.27 2/65 26376
/proc/meminfo: memFree=784704/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=582.11
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159923 0 0 0 58062 149 0 0 25 0 1 0 100543085 650055680 150689 1992294400 4194304 6412682 548682068848 18446744073709551615 4285830 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150689 258 541 0 158155 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 634820

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.25 2/65 26376
/proc/meminfo: memFree=784512/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=642.09
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159949 0 0 0 64057 152 0 0 25 0 1 0 100543085 650055680 150715 1992294400 4194304 6412682 548682068848 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150715 258 541 0 158155 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 634820

[startup+702.301 s]
/proc/loadavg: 1.00 1.07 1.23 2/65 26376
/proc/meminfo: memFree=784448/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=702.07
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 159976 0 0 0 70052 155 0 0 25 0 1 0 100543085 650055680 150742 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150742 258 541 0 158155 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 634820

[startup+762.306 s]
/proc/loadavg: 1.00 1.06 1.21 2/65 26376
/proc/meminfo: memFree=784256/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=762.06
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 160018 0 0 0 76047 159 0 0 25 0 1 0 100543085 650055680 150784 1992294400 4194304 6412682 548682068848 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150784 258 541 0 158155 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 634820

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.19 2/65 26376
/proc/meminfo: memFree=784128/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=822.04
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 160058 0 0 0 82041 163 0 0 25 0 1 0 100543085 650055680 150824 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150824 258 541 0 158155 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 634820

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.18 2/65 26376
/proc/meminfo: memFree=783936/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=882.02
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 160094 0 0 0 88035 167 0 0 25 0 1 0 100543085 650055680 150860 1992294400 4194304 6412682 548682068848 18446744073709551615 4328847 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 150860 258 541 0 158155 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 634820

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.17 2/65 26376
/proc/meminfo: memFree=783232/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=942.01
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 160283 0 0 0 94031 170 0 0 25 0 1 0 100543085 650055680 151049 1992294400 4194304 6412682 548682068848 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 151049 258 541 0 158155 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 634820

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.16 2/65 26376
/proc/meminfo: memFree=783040/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=1001.99
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 160320 0 0 0 100026 173 0 0 25 0 1 0 100543085 650055680 151086 1992294400 4194304 6412682 548682068848 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 151086 258 541 0 158155 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 634820

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.14 2/65 26376
/proc/meminfo: memFree=782976/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=634820 CPUtime=1061.97
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 160328 0 0 0 106024 173 0 0 25 0 1 0 100543085 650055680 151094 1992294400 4194304 6412682 548682068848 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 158705 151094 258 541 0 158155 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 634820

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.13 2/65 26376
/proc/meminfo: memFree=778048/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=639876 CPUtime=1121.95
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 161590 0 0 0 112019 176 0 0 25 0 1 0 100543085 655233024 152356 1992294400 4194304 6412682 548682068848 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 159969 152356 258 541 0 159419 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 639876

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 26376
/proc/meminfo: memFree=764544/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=654368 CPUtime=1181.94
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 164979 0 0 0 118012 182 0 0 25 0 1 0 100543085 670072832 155745 1992294400 4194304 6412682 548682068848 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 163592 155745 258 541 0 163042 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 654368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.12 2/65 26376
/proc/meminfo: memFree=762304/2055920 swapFree=4180920/4192956
[pid=26369] ppid=26367 vsize=656496 CPUtime=1200.04
/proc/26369/stat : 26369 (kw) R 26367 26369 26179 0 -1 0 165491 0 0 0 119821 183 0 0 25 0 1 0 100543085 672251904 156257 1992294400 4194304 6412682 548682068848 18446744073709551615 4359621 0 0 4096 0 0 0 0 17 1 0 0
/proc/26369/statm: 164124 156257 258 541 0 163574 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 656496

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.5
CPU time (s): 1200.15
CPU user time (s): 1198.22
CPU system time (s): 1.92971
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 656496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.22
system time used= 1.92971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165491
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= 2
involuntary context switches= 2025

runsolver used 1.00685 second user time and 3.37249 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-26 07:51:42
IDJOB=1727462
IDBENCH=24639
IDSOLVER=501
FILE ID=node27/1727462-1240725093
PBS_JOBID= 9186923
Free space on /tmp= 66200 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-FIFO.used-as.sat04-991.sat05-4192.reshuffled-07.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727462-1240725093/watcher-1727462-1240725093 -o /tmp/evaluation-result-1727462-1240725093/solver-1727462-1240725093 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1727462-1240725093.cnf

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

MD5SUM BENCH= 41f1c0479c607ce4a810d6cbab59e2f9
RANDOM SEED=1297878014

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1396072 kB
Buffers:         62400 kB
Cached:         510852 kB
SwapCached:       5156 kB
Active:         262744 kB
Inactive:       318672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1396072 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:           54500 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            64328 kB
Committed_AS:   355432 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66188 MiB
End job on node27 at 2009-04-26 08:11:44