Trace number 1727197

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-20UNSAT 797.131 797.522

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

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
797.00/797.48	c 790.87 seconds
797.00/797.48	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1727197-1240722110/watcher-1727197-1240722110 -o /tmp/evaluation-result-1727197-1240722110/solver-1727197-1240722110 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1727197-1240722110.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: 0.93 0.98 0.99 3/65 20280
/proc/meminfo: memFree=1495768/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=5516 CPUtime=0
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 1012 0 0 0 0 0 0 0 18 0 1 0 100240777 5648384 996 1992294400 4194304 6412682 548682068864 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 1379 999 195 541 0 829 0

[startup+0.030327 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 20280
/proc/meminfo: memFree=1495768/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=31064 CPUtime=0.02
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 4577 0 0 0 0 2 0 0 18 0 1 0 100240777 31809536 4561 1992294400 4194304 6412682 548682068864 18446744073709551615 4919602 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 7766 4561 219 541 0 7216 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31064

[startup+0.101339 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 20280
/proc/meminfo: memFree=1495768/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=31856 CPUtime=0.09
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 4834 0 0 0 7 2 0 0 18 0 1 0 100240777 32620544 4818 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 7964 4818 219 541 0 7414 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31856

[startup+0.301373 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 20280
/proc/meminfo: memFree=1495768/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=34496 CPUtime=0.29
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 5575 0 0 0 27 2 0 0 19 0 1 0 100240777 35323904 5559 1992294400 4194304 6412682 548682068864 18446744073709551615 4764560 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 8624 5559 219 541 0 8074 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34496

[startup+0.701446 s]
/proc/loadavg: 0.93 0.98 0.99 3/65 20280
/proc/meminfo: memFree=1495768/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=40304 CPUtime=0.69
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 7178 0 0 0 66 3 0 0 23 0 1 0 100240777 41271296 7162 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 10076 7162 219 541 0 9526 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40304

[startup+1.50159 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 20281
/proc/meminfo: memFree=1462992/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=51920 CPUtime=1.49
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 10375 0 0 0 144 5 0 0 25 0 1 0 100240777 53166080 10359 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 12980 10359 219 541 0 12430 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 51920

[startup+3.10188 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 20281
/proc/meminfo: memFree=1440208/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=76376 CPUtime=3.09
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 17821 0 0 0 300 9 0 0 25 0 1 0 100240777 78209024 17036 1992294400 4194304 6412682 548682068864 18446744073709551615 4284093 0 0 4096 0 0 0 0 17 1 0 0
/proc/20280/statm: 19094 17036 220 541 0 18544 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76376

[startup+6.30144 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 20281
/proc/meminfo: memFree=1388304/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=124844 CPUtime=6.28
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 32563 0 0 0 612 16 0 0 25 0 1 0 100240777 127840256 30241 1992294400 4194304 6412682 548682068864 18446744073709551615 5499110 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 31211 30241 229 541 0 30661 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 124844

[startup+12.7016 s]
/proc/loadavg: 1.09 1.02 1.01 2/66 20281
/proc/meminfo: memFree=1303128/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=202176 CPUtime=12.67
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 50020 0 0 0 1240 27 0 0 25 0 1 0 100240777 207028224 47698 1992294400 4194304 6412682 548682068864 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 50544 47698 248 541 0 49994 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 202176

[startup+25.5019 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 20281
/proc/meminfo: memFree=1282264/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=220928 CPUtime=25.47
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55131 0 0 0 2517 30 0 0 25 0 1 0 100240777 226230272 52809 1992294400 4194304 6412682 548682068864 18446744073709551615 4264595 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55232 52809 248 541 0 54682 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 220928

[startup+51.1014 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 20281
/proc/meminfo: memFree=1281880/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221160 CPUtime=51.06
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55256 0 0 0 5072 34 0 0 25 0 1 0 100240777 226467840 52934 1992294400 4194304 6412682 548682068864 18446744073709551615 4304428 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55290 52934 255 541 0 54740 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 221160

[startup+102.306 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 20281
/proc/meminfo: memFree=1281560/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221160 CPUtime=102.23
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55358 0 0 0 10179 44 0 0 25 0 1 0 100240777 226467840 53036 1992294400 4194304 6412682 548682068864 18446744073709551615 4297261 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55290 53036 258 541 0 54740 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 221160

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20281
/proc/meminfo: memFree=1281112/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221160 CPUtime=162.21
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55488 0 0 0 16169 52 0 0 25 0 1 0 100240777 226467840 53166 1992294400 4194304 6412682 548682068864 18446744073709551615 4296488 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55290 53166 258 541 0 54740 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 221160

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20281
/proc/meminfo: memFree=1280984/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221160 CPUtime=222.18
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55488 0 0 0 22161 57 0 0 25 0 1 0 100240777 226467840 53166 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55290 53166 258 541 0 54740 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 221160

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20281
/proc/meminfo: memFree=1280856/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221160 CPUtime=282.15
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55521 0 0 0 28152 63 0 0 25 0 1 0 100240777 226467840 53199 1992294400 4194304 6412682 548682068864 18446744073709551615 4357912 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55290 53199 258 541 0 54740 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 221160

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20281
/proc/meminfo: memFree=1280728/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221160 CPUtime=342.13
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55559 0 0 0 34144 69 0 0 25 0 1 0 100240777 226467840 53237 1992294400 4194304 6412682 548682068864 18446744073709551615 4360304 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55290 53237 258 541 0 54740 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 221160

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20281
/proc/meminfo: memFree=1280664/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221160 CPUtime=402.1
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55560 0 0 0 40136 74 0 0 25 0 1 0 100240777 226467840 53238 1992294400 4194304 6412682 548682068864 18446744073709551615 4327399 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55290 53238 258 541 0 54740 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 221160

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20281
/proc/meminfo: memFree=1280152/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=221580 CPUtime=462.06
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 55696 0 0 0 46128 78 0 0 25 0 1 0 100240777 226897920 53374 1992294400 4194304 6412682 548682068864 18446744073709551615 4425356 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 55395 53374 258 541 0 54845 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 221580

[startup+522.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 20281
/proc/meminfo: memFree=1277464/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=224520 CPUtime=522.04
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 56364 0 0 0 52120 84 0 0 25 0 1 0 100240777 229908480 54042 1992294400 4194304 6412682 548682068864 18446744073709551615 4333363 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 56130 54042 258 541 0 55580 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 224520

[startup+582.301 s]
/proc/loadavg: 1.08 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1267672/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=234588 CPUtime=582.02
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 58830 0 0 0 58109 93 0 0 25 0 1 0 100240777 240218112 56508 1992294400 4194304 6412682 548682068864 18446744073709551615 4285749 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 58647 56508 258 541 0 58097 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 234588

[startup+642.302 s]
/proc/loadavg: 1.09 1.04 1.00 2/66 20281
/proc/meminfo: memFree=1262104/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=240336 CPUtime=641.98
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 60190 0 0 0 64101 97 0 0 25 0 1 0 100240777 246104064 57868 1992294400 4194304 6412682 548682068864 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 60084 57868 258 541 0 59534 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 240336

[startup+702.302 s]
/proc/loadavg: 1.08 1.04 1.00 2/66 20281
/proc/meminfo: memFree=1261912/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=240336 CPUtime=701.95
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 60214 0 0 0 70095 100 0 0 25 0 1 0 100240777 246104064 57892 1992294400 4194304 6412682 548682068864 18446744073709551615 4359621 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 60084 57892 258 541 0 59534 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 240336

[startup+762.305 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1251352/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=251212 CPUtime=761.93
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 62868 0 0 0 76086 107 0 0 25 0 1 0 100240777 257241088 60546 1992294400 4194304 6412682 548682068864 18446744073709551615 4286811 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 62803 60546 258 541 0 62253 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 251212

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

[startup+767.901 s]
/proc/loadavg: 1.03 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1250520/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=252140 CPUtime=767.52
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 63091 0 0 0 76645 107 0 0 25 0 1 0 100240777 258191360 60769 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 63035 60769 258 541 0 62485 0
Current children cumulated CPU time (s) 767.52
Current children cumulated vsize (KiB) 252140

[startup+780.701 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1247704/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=255272 CPUtime=780.3
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 63843 0 0 0 77922 108 0 0 25 0 1 0 100240777 261398528 61521 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 63818 61521 258 541 0 63268 0
Current children cumulated CPU time (s) 780.3
Current children cumulated vsize (KiB) 255272

[startup+787.103 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1246296/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=256620 CPUtime=786.71
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 64156 0 0 0 78562 109 0 0 25 0 1 0 100240777 262778880 61834 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 64155 61834 258 541 0 63605 0
Current children cumulated CPU time (s) 786.71
Current children cumulated vsize (KiB) 256620

[startup+793.502 s]
/proc/loadavg: 1.02 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1245016/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=257992 CPUtime=793.1
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 64482 0 0 0 79201 109 0 0 25 0 1 0 100240777 264183808 62160 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 64498 62160 258 541 0 63948 0
Current children cumulated CPU time (s) 793.1
Current children cumulated vsize (KiB) 257992

[startup+795.101 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1244824/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=257992 CPUtime=794.7
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 64498 0 0 0 79361 109 0 0 25 0 1 0 100240777 264183808 62176 1992294400 4194304 6412682 548682068864 18446744073709551615 4304692 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 64498 62176 258 541 0 63948 0
Current children cumulated CPU time (s) 794.7
Current children cumulated vsize (KiB) 257992

[startup+796.701 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1244824/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=257992 CPUtime=796.3
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 64498 0 0 0 79521 109 0 0 25 0 1 0 100240777 264183808 62176 1992294400 4194304 6412682 548682068864 18446744073709551615 4304471 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 64498 62176 258 541 0 63948 0
Current children cumulated CPU time (s) 796.3
Current children cumulated vsize (KiB) 257992

[startup+797.102 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1244824/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=257992 CPUtime=796.7
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 0 64498 0 0 0 79561 109 0 0 25 0 1 0 100240777 264183808 62176 1992294400 4194304 6412682 548682068864 18446744073709551615 4304772 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 64498 62176 258 541 0 63948 0
Current children cumulated CPU time (s) 796.7
Current children cumulated vsize (KiB) 257992

[startup+797.505 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 20281
/proc/meminfo: memFree=1244824/2055920 swapFree=4192952/4192956
[pid=20280] ppid=20278 vsize=0 CPUtime=797.1
/proc/20280/stat : 20280 (kw) R 20278 20280 20243 0 -1 4 64505 0 0 0 79599 111 0 0 25 0 1 0 100240777 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/20280/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 797.1
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 797.522
CPU time (s): 797.131
CPU user time (s): 795.995
CPU system time (s): 1.13583
CPU usage (%): 99.951
Max. virtual memory (cumulated for all children) (KiB): 257992

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

runsolver used 0.901862 second user time and 1.93171 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-26 07:01:53
IDJOB=1727197
IDBENCH=24632
IDSOLVER=501
FILE ID=node89/1727197-1240722110
PBS_JOBID= 9186934
Free space on /tmp= 66368 MiB

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

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=65809850

node89.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1496184 kB
Buffers:         55324 kB
Cached:         413056 kB
SwapCached:          4 kB
Active:         208728 kB
Inactive:       273396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1496184 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           18256 kB
Writeback:           0 kB
Mapped:          23456 kB
Slab:            63572 kB
Committed_AS:   304568 kB
PageTables:       1372 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= 66364 MiB
End job on node89 at 2009-04-26 07:15:10