Trace number 1519543

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

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S315403000-060.cnf
MD5SUM5bdd8d21d4edc82016dc7031e101a675
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.8655
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
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 516000
Number of clauses of size over 50

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-1519543-1238230593/watcher-1519543-1238230593 -o /tmp/evaluation-result-1519543-1238230593/solver-1519543-1238230593 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519543-1238230593.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.99 0.97 0.96 3/64 24823
/proc/meminfo: memFree=966944/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=3128 CPUtime=0
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 403 0 0 0 0 0 0 0 18 0 1 0 1095721385 3203072 387 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 782 387 219 541 0 232 0

[startup+0.0736969 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 24823
/proc/meminfo: memFree=966944/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=4052 CPUtime=0.06
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 635 0 0 0 6 0 0 0 18 0 1 0 1095721385 4149248 619 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 1013 619 219 541 0 463 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 4052

[startup+0.101699 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 24823
/proc/meminfo: memFree=966944/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=4448 CPUtime=0.09
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 756 0 0 0 9 0 0 0 18 0 1 0 1095721385 4554752 740 1992294400 4194304 6412682 548682068864 18446744073709551615 4298788 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 1112 740 229 541 0 562 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4448

[startup+0.301717 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 24823
/proc/meminfo: memFree=966944/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=5264 CPUtime=0.29
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 1260 0 0 0 29 0 0 0 19 0 1 0 1095721385 5390336 961 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 1316 961 245 541 0 766 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5264

[startup+0.701751 s]
/proc/loadavg: 0.99 0.97 0.96 3/64 24823
/proc/meminfo: memFree=966944/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=7508 CPUtime=0.69
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 1824 0 0 0 68 1 0 0 23 0 1 0 1095721385 7688192 1525 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 1877 1525 245 541 0 1327 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7508

[startup+1.50182 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=960280/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=11360 CPUtime=1.49
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 2775 0 0 0 148 1 0 0 25 0 1 0 1095721385 11632640 2476 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 2840 2476 245 541 0 2290 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11360

[startup+3.10197 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=955344/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=15876 CPUtime=3.09
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 3947 0 0 0 306 3 0 0 25 0 1 0 1095721385 16257024 3608 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 3969 3608 245 541 0 3419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15876

[startup+6.30126 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=950672/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=20500 CPUtime=6.28
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 5187 0 0 0 624 4 0 0 25 0 1 0 1095721385 20992000 4751 1992294400 4194304 6412682 548682068864 18446744073709551615 4417161 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 5125 4751 248 541 0 4575 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20500

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=943072/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=25668 CPUtime=12.69
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 6639 0 0 0 1262 7 0 0 25 0 1 0 1095721385 26284032 6074 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 6417 6074 248 541 0 5867 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25668

[startup+25.502 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=931936/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=37124 CPUtime=25.48
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 9710 0 0 0 2535 13 0 0 25 0 1 0 1095721385 38014976 8871 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 9281 8871 248 541 0 8731 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37124

[startup+51.1013 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=915616/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=54052 CPUtime=51.07
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 14228 0 0 0 5082 25 0 0 25 0 1 0 1095721385 55349248 12973 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 13513 12973 248 541 0 12963 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 54052

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=892064/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=78324 CPUtime=102.27
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 20558 0 0 0 10187 40 0 0 25 0 1 0 1095721385 80203776 18912 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 19581 18912 248 541 0 19031 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 78324

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=872992/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=98280 CPUtime=162.25
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 25932 0 0 0 16171 54 0 0 25 0 1 0 1095721385 100638720 23768 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 24570 23768 248 541 0 24020 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 98280

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24824
/proc/meminfo: memFree=851872/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=120288 CPUtime=222.24
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 31704 0 0 0 22153 71 0 0 25 0 1 0 1095721385 123174912 28856 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 30072 28856 248 541 0 29522 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 120288

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=835168/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=137412 CPUtime=282.22
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 36284 0 0 0 28137 85 0 0 25 0 1 0 1095721385 140709888 33015 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 34353 33015 248 541 0 33803 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 137412

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=825888/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=147300 CPUtime=342.2
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 38672 0 0 0 34125 95 0 0 25 0 1 0 1095721385 150835200 35403 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 36825 35403 248 541 0 36275 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 147300

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=815520/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=157996 CPUtime=402.19
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 41720 0 0 0 40113 106 0 0 25 0 1 0 1095721385 161787904 37967 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 39499 37967 248 541 0 38949 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 157996

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=793696/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=180796 CPUtime=462.17
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 47647 0 0 0 46099 118 0 0 25 0 1 0 1095721385 185135104 43338 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 45199 43338 248 541 0 44649 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 180796

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=792608/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=182068 CPUtime=522.16
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 47993 0 0 0 52092 124 0 0 25 0 1 0 1095721385 186437632 43684 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 45517 43684 248 541 0 44967 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 182068

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=776032/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=199464 CPUtime=582.14
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 52179 0 0 0 58081 133 0 0 25 0 1 0 1095721385 204251136 47870 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 49866 47870 248 541 0 49316 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 199464

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=768608/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=209272 CPUtime=642.13
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 54591 0 0 0 64071 142 0 0 25 0 1 0 1095721385 214294528 49642 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 52318 49642 248 541 0 51768 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 209272

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=767520/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=210504 CPUtime=702.12
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 54866 0 0 0 70065 147 0 0 25 0 1 0 1095721385 215556096 49917 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 52626 49917 248 541 0 52076 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 210504

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=745248/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=233344 CPUtime=762.1
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 60417 0 0 0 76052 158 0 0 25 0 1 0 1095721385 238944256 55468 1992294400 4194304 6412682 548682068864 18446744073709551615 4287583 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 58336 55468 248 541 0 57786 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 233344

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=739296/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=239528 CPUtime=822.09
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 62629 0 0 0 82042 167 0 0 25 0 1 0 1095721385 245276672 56944 1992294400 4194304 6412682 548682068864 18446744073709551615 4287153 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 59882 56944 248 541 0 59332 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 239528

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=738016/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=241000 CPUtime=882.07
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 62951 0 0 0 88035 172 0 0 25 0 1 0 1095721385 246784000 57266 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 60250 57266 248 541 0 59700 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 241000

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.96 2/65 24830
/proc/meminfo: memFree=732320/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=247076 CPUtime=942.06
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 64436 0 0 0 94028 178 0 0 25 0 1 0 1095721385 253005824 58751 1992294400 4194304 6412682 548682068864 18446744073709551615 4362361 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 61769 58751 248 541 0 61219 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 247076

[startup+1002.3 s]
/proc/loadavg: 1.10 1.00 0.97 2/65 24830
/proc/meminfo: memFree=710688/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=268736 CPUtime=1002.04
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 69777 0 0 0 100014 190 0 0 25 0 1 0 1095721385 275185664 64092 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 67184 64092 248 541 0 66634 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 268736

[startup+1062.3 s]
/proc/loadavg: 1.10 1.02 0.98 2/65 24830
/proc/meminfo: memFree=705952/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=273148 CPUtime=1062.03
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 71768 0 0 0 106005 198 0 0 25 0 1 0 1095721385 279703552 65237 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 68287 65237 248 541 0 67737 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 273148

[startup+1122.3 s]
/proc/loadavg: 1.03 1.01 0.98 2/65 24830
/proc/meminfo: memFree=705760/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=273148 CPUtime=1122.01
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 71824 0 0 0 111999 202 0 0 25 0 1 0 1095721385 279703552 65293 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 68287 65293 248 541 0 67737 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 273148

[startup+1182.3 s]
/proc/loadavg: 1.01 1.00 0.98 2/65 24830
/proc/meminfo: memFree=705120/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=273976 CPUtime=1182
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 71973 0 0 0 117992 208 0 0 25 0 1 0 1095721385 280551424 65442 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 68494 65442 248 541 0 67944 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 273976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.01 1.00 0.98 2/65 24830
/proc/meminfo: memFree=704736/2055920 swapFree=4176708/4192956
[pid=24823] ppid=24821 vsize=274296 CPUtime=1200.1
/proc/24823/stat : 24823 (kw) R 24821 24823 24539 0 -1 0 72061 0 0 0 119801 209 0 0 25 0 1 0 1095721385 280879104 65530 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/24823/statm: 68574 65530 248 541 0 68024 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 274296

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.45
CPU time (s): 1200.15
CPU user time (s): 1198.01
CPU system time (s): 2.13967
CPU usage (%): 99.9754
Max. virtual memory (cumulated for all children) (KiB): 276532

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

runsolver used 0.903862 second user time and 2.6386 second system time

The end

Launcher Data

Begin job on node51 at 2009-03-28 09:56:33
IDJOB=1519543
IDBENCH=70201
IDSOLVER=501
FILE ID=node51/1519543-1238230593
PBS_JOBID= 9060600
Free space on /tmp= 65232 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S315403000-060.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519543-1238230593/watcher-1519543-1238230593 -o /tmp/evaluation-result-1519543-1238230593/solver-1519543-1238230593 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519543-1238230593.cnf

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

MD5SUM BENCH= 5bdd8d21d4edc82016dc7031e101a675
RANDOM SEED=858879219

node51.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.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	: 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.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:        967360 kB
Buffers:         59400 kB
Cached:         942852 kB
SwapCached:       9996 kB
Active:          89564 kB
Inactive:       924112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        967360 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:            2620 kB
Writeback:           0 kB
Mapped:          17084 kB
Slab:            60904 kB
Committed_AS:  2910208 kB
PageTables:       1400 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= 65228 MiB
End job on node51 at 2009-03-28 10:16:36