Trace number 1520201

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

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/75/
unif-k7-r89-v75-c6675-S803323266-025.cnf
MD5SUMa11d406e9a87b0625224174ce3b9eaa2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.372943
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56675

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:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1520201-1238272746/watcher-1520201-1238272746 -o /tmp/evaluation-result-1520201-1238272746/solver-1520201-1238272746 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520201-1238272746.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.97 0.98 0.98 3/65 9783
/proc/meminfo: memFree=1248232/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=2736 CPUtime=0
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 296 0 0 0 0 0 0 0 18 0 1 0 310995345 2801664 280 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 684 280 216 541 0 134 0

[startup+0.0235231 s]
/proc/loadavg: 0.97 0.98 0.98 3/65 9783
/proc/meminfo: memFree=1248232/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=3000 CPUtime=0.02
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 381 0 0 0 2 0 0 0 18 0 1 0 310995345 3072000 365 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 750 365 216 541 0 200 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3000

[startup+0.101533 s]
/proc/loadavg: 0.97 0.98 0.98 3/65 9783
/proc/meminfo: memFree=1248232/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=4044 CPUtime=0.09
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 653 0 0 0 9 0 0 0 18 0 1 0 310995345 4141056 637 1992294400 4194304 6412682 548682068864 18446744073709551615 4564679 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 1011 637 235 541 0 461 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4044

[startup+0.301557 s]
/proc/loadavg: 0.97 0.98 0.98 3/65 9783
/proc/meminfo: memFree=1248232/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=4044 CPUtime=0.29
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 653 0 0 0 29 0 0 0 19 0 1 0 310995345 4141056 637 1992294400 4194304 6412682 548682068864 18446744073709551615 4564586 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 1011 637 235 541 0 461 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4044

[startup+0.701606 s]
/proc/loadavg: 0.97 0.98 0.98 3/65 9783
/proc/meminfo: memFree=1248232/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=5656 CPUtime=0.69
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 1175 0 0 0 69 0 0 0 22 0 1 0 310995345 5791744 1048 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 1414 1048 242 541 0 864 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5656

[startup+1.50171 s]
/proc/loadavg: 0.97 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1243744/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=8484 CPUtime=1.49
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 1837 0 0 0 148 1 0 0 25 0 1 0 310995345 8687616 1670 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 2121 1670 242 541 0 1571 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8484

[startup+3.10191 s]
/proc/loadavg: 0.97 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1241440/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=10420 CPUtime=3.09
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 2363 0 0 0 306 3 0 0 25 0 1 0 310995345 10670080 2099 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 2605 2099 247 541 0 2055 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10420

[startup+6.30131 s]
/proc/loadavg: 0.97 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1238176/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=13344 CPUtime=6.29
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 3154 0 0 0 625 4 0 0 25 0 1 0 310995345 13664256 2761 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 3336 2761 247 541 0 2786 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13344

[startup+12.7011 s]
/proc/loadavg: 0.97 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1234720/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=17504 CPUtime=12.69
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 4195 0 0 0 1261 8 0 0 25 0 1 0 310995345 17924096 3632 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 4376 3632 247 541 0 3826 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17504

[startup+25.5017 s]
/proc/loadavg: 0.98 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1229216/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=23488 CPUtime=25.48
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 5848 0 0 0 2536 12 0 0 25 0 1 0 310995345 24051712 4923 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 5872 4923 247 541 0 5322 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23488

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1222496/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=32444 CPUtime=51.07
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 7961 0 0 0 5088 19 0 0 25 0 1 0 310995345 33222656 6695 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 8111 6695 247 541 0 7561 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32444

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1210208/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=46204 CPUtime=102.27
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 11629 0 0 0 10194 33 0 0 25 0 1 0 310995345 47312896 9636 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 11551 9636 247 541 0 11001 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46204

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1202912/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=55640 CPUtime=162.24
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 13776 0 0 0 16181 43 0 0 25 0 1 0 310995345 56975360 11465 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 13910 11465 247 541 0 13360 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 55640

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1194656/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=64564 CPUtime=222.23
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 16190 0 0 0 22171 52 0 0 25 0 1 0 310995345 66113536 13513 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 16141 13513 247 541 0 15591 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 64564

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1189088/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=70728 CPUtime=282.21
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 17988 0 0 0 28161 60 0 0 25 0 1 0 310995345 72425472 14890 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 17682 14890 247 541 0 17132 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 70728

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1181088/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=80120 CPUtime=342.18
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 20467 0 0 0 34151 67 0 0 25 0 1 0 310995345 82042880 16885 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 20030 16885 247 541 0 19480 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 80120

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1176416/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=86068 CPUtime=402.17
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 21898 0 0 0 40142 75 0 0 25 0 1 0 310995345 88133632 18316 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 21517 18316 247 541 0 20967 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 86068

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1171104/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=91188 CPUtime=462.15
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 23511 0 0 0 46134 81 0 0 25 0 1 0 310995345 93376512 19373 1992294400 4194304 6412682 548682068864 18446744073709551615 4287162 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 22797 19373 247 541 0 22247 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 91188

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1167712/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=95028 CPUtime=522.14
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 24393 0 0 0 52127 87 0 0 25 0 1 0 310995345 97308672 20255 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 23757 20255 247 541 0 23207 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 95028

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1162080/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=103496 CPUtime=582.11
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 26439 0 0 0 58117 94 0 0 25 0 1 0 310995345 105979904 21661 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 25874 21661 247 541 0 25324 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 103496

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1159264/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=107656 CPUtime=642.1
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 27132 0 0 0 64110 100 0 0 25 0 1 0 310995345 110239744 22354 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 26914 22354 247 541 0 26364 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 107656

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1156448/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=111496 CPUtime=702.08
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 27919 0 0 0 70103 105 0 0 25 0 1 0 310995345 114171904 23141 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 27874 23141 247 541 0 27324 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 111496

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1148704/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=120456 CPUtime=762.06
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 30432 0 0 0 76095 111 0 0 25 0 1 0 310995345 123346944 24918 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 30114 24918 247 541 0 29564 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 120456

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1147616/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=121736 CPUtime=822.04
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 30733 0 0 0 82088 116 0 0 25 0 1 0 310995345 124657664 25219 1992294400 4194304 6412682 548682068864 18446744073709551615 4287192 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 30434 25219 247 541 0 29884 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 121736

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1145312/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=124296 CPUtime=882.02
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 31323 0 0 0 88081 121 0 0 25 0 1 0 310995345 127279104 25809 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 31074 25809 247 541 0 30524 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 124296

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1140192/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=130056 CPUtime=942
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 32598 0 0 0 94074 126 0 0 25 0 1 0 310995345 133177344 27084 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 32514 27084 247 541 0 31964 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 130056

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9784
/proc/meminfo: memFree=1135072/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=135564 CPUtime=1001.99
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 33876 0 0 0 100069 130 0 0 25 0 1 0 310995345 138817536 28362 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 33891 28362 247 541 0 33341 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 135564

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9786
/proc/meminfo: memFree=1132704/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=138560 CPUtime=1061.97
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 35293 0 0 0 106062 135 0 0 25 0 1 0 310995345 141885440 28933 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 34640 28933 247 541 0 34090 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 138560

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9786
/proc/meminfo: memFree=1131232/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=140480 CPUtime=1121.95
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 35655 0 0 0 112055 140 0 0 25 0 1 0 310995345 143851520 29295 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 35120 29295 247 541 0 34570 0
Current children cumulated CPU time (s) 1121.95
Current children cumulated vsize (KiB) 140480

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9786
/proc/meminfo: memFree=1130080/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=141760 CPUtime=1181.94
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 35953 0 0 0 118049 145 0 0 25 0 1 0 310995345 145162240 29593 1992294400 4194304 6412682 548682068864 18446744073709551615 4287710 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 35440 29593 247 541 0 34890 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 141760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.98 2/66 9786
/proc/meminfo: memFree=1129952/2055920 swapFree=4191900/4192956
[pid=9783] ppid=9781 vsize=141760 CPUtime=1200.03
/proc/9783/stat : 9783 (kw) R 9781 9783 9599 0 -1 0 35993 0 0 0 119857 146 0 0 25 0 1 0 310995345 145162240 29633 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9783/statm: 35440 29633 247 541 0 34890 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 141760

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.43
CPU time (s): 1200.06
CPU user time (s): 1198.58
CPU system time (s): 1.48477
CPU usage (%): 99.9696
Max. virtual memory (cumulated for all children) (KiB): 141760

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

runsolver used 1.07284 second user time and 3.3035 second system time

The end

Launcher Data

Begin job on node54 at 2009-03-28 21:39:06
IDJOB=1520201
IDBENCH=70530
IDSOLVER=501
FILE ID=node54/1520201-1238272746
PBS_JOBID= 9060853
Free space on /tmp= 66492 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/75/unif-k7-r89-v75-c6675-S803323266-025.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520201-1238272746/watcher-1520201-1238272746 -o /tmp/evaluation-result-1520201-1238272746/solver-1520201-1238272746 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520201-1238272746.cnf

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

MD5SUM BENCH= a11d406e9a87b0625224174ce3b9eaa2
RANDOM SEED=491318861

node54.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.232
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.232
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:       1248648 kB
Buffers:         79988 kB
Cached:         632664 kB
SwapCached:        260 kB
Active:         148944 kB
Inactive:       578868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1248648 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          23728 kB
Slab:            65328 kB
Committed_AS:   821080 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node54 at 2009-03-28 21:59:08