Trace number 1519947

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.1 1200.42

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/100/
unif-k5-r21.3-v100-c2130-S1357790788-074.cnf
MD5SUMd4efa5a6235ae8f332b85eb028bc13f2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark808.478
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-1519947-1238249851/watcher-1519947-1238249851 -o /tmp/evaluation-result-1519947-1238249851/solver-1519947-1238249851 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519947-1238249851.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.99 3/64 1651
/proc/meminfo: memFree=752120/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=2732 CPUtime=0
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 293 0 0 0 0 0 0 0 18 0 1 0 1097652040 2797568 277 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 683 277 216 541 0 133 0

[startup+0.098096 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1651
/proc/meminfo: memFree=752120/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=3436 CPUtime=0.09
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 509 0 0 0 9 0 0 0 18 0 1 0 1097652040 3518464 485 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 859 485 242 541 0 309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3436

[startup+0.101095 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1651
/proc/meminfo: memFree=752120/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=3436 CPUtime=0.09
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 516 0 0 0 9 0 0 0 18 0 1 0 1097652040 3518464 492 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 859 492 242 541 0 309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3436

[startup+0.301118 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1651
/proc/meminfo: memFree=752120/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=4640 CPUtime=0.29
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 814 0 0 0 29 0 0 0 19 0 1 0 1097652040 4751360 790 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 1160 790 242 541 0 610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4640

[startup+0.701166 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 1651
/proc/meminfo: memFree=752120/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=6296 CPUtime=0.69
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 1209 0 0 0 68 1 0 0 22 0 1 0 1097652040 6447104 1185 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 1574 1185 242 541 0 1024 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6296

[startup+1.50126 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=747184/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=8000 CPUtime=1.49
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 1616 0 0 0 148 1 0 0 25 0 1 0 1097652040 8192000 1552 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 2000 1552 242 541 0 1450 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8000

[startup+3.10245 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=746096/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=9324 CPUtime=3.09
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 2033 0 0 0 307 2 0 0 25 0 1 0 1097652040 9547776 1872 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 2331 1872 248 541 0 1781 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9324

[startup+6.30183 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=743856/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=11724 CPUtime=6.29
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 2683 0 0 0 625 4 0 0 25 0 1 0 1097652040 12005376 2393 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 2931 2393 248 541 0 2381 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11724

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=740344/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=15620 CPUtime=12.69
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 3588 0 0 0 1262 7 0 0 25 0 1 0 1097652040 15994880 3128 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 3905 3128 248 541 0 3355 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15620

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=736184/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=20092 CPUtime=25.48
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 4839 0 0 0 2537 11 0 0 25 0 1 0 1097652040 20574208 4155 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 5023 4155 248 541 0 4473 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20092

[startup+51.1011 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=729528/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=29516 CPUtime=51.07
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 7063 0 0 0 5090 17 0 0 25 0 1 0 1097652040 30224384 6082 1992294400 4194304 6412682 548682068864 18446744073709551615 4264611 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 7379 6082 248 541 0 6829 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29516

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=721272/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=37756 CPUtime=102.27
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 9468 0 0 0 10199 28 0 0 25 0 1 0 1097652040 38662144 7855 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 9439 7855 248 541 0 8889 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 37756

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=714360/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=45316 CPUtime=162.25
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 11551 0 0 0 16186 39 0 0 25 0 1 0 1097652040 46403584 9661 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 11329 9661 248 541 0 10779 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 45316

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=706616/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=55736 CPUtime=222.23
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 13710 0 0 0 22174 49 0 0 25 0 1 0 1097652040 57073664 11502 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 13934 11502 248 541 0 13384 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 55736

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=703928/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=58728 CPUtime=282.22
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 14760 0 0 0 28166 56 0 0 25 0 1 0 1097652040 60137472 12186 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 14682 12186 248 541 0 14132 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 58728

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=698552/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=64560 CPUtime=342.2
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 16511 0 0 0 34157 63 0 0 25 0 1 0 1097652040 66109440 13516 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 16140 13516 248 541 0 15590 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 64560

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=693880/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=69728 CPUtime=402.18
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 17718 0 0 0 40149 69 0 0 25 0 1 0 1097652040 71401472 14723 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 17432 14723 248 541 0 16882 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 69728

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=691384/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=72100 CPUtime=462.16
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 18795 0 0 0 46141 75 0 0 25 0 1 0 1097652040 73830400 15316 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 18025 15316 248 541 0 17475 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 72100

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=685112/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=79132 CPUtime=522.15
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 20356 0 0 0 52132 83 0 0 25 0 1 0 1097652040 81031168 16877 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 19783 16877 248 541 0 19233 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 79132

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=682360/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=81692 CPUtime=582.13
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 21586 0 0 0 58124 89 0 0 25 0 1 0 1097652040 83652608 17551 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 20423 17551 248 541 0 19873 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 81692

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=678584/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=86812 CPUtime=642.12
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 22530 0 0 0 64117 95 0 0 25 0 1 0 1097652040 88895488 18495 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 21703 18495 248 541 0 21153 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 86812

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=673144/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=94400 CPUtime=702.1
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 24468 0 0 0 70110 100 0 0 25 0 1 0 1097652040 96665600 19793 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 23600 19793 248 541 0 23050 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 94400

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=671224/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=97280 CPUtime=762.09
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 25005 0 0 0 76103 106 0 0 25 0 1 0 1097652040 99614720 20330 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 24320 20330 248 541 0 23770 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 97280

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=670520/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=97920 CPUtime=822.07
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 25179 0 0 0 82097 110 0 0 25 0 1 0 1097652040 100270080 20504 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 24480 20504 248 541 0 23930 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 97920

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=664632/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=104400 CPUtime=882.05
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 26640 0 0 0 88090 115 0 0 25 0 1 0 1097652040 106905600 21965 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 26100 21965 248 541 0 25550 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 104400

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=659640/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=109556 CPUtime=942.04
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 28619 0 0 0 94082 122 0 0 25 0 1 0 1097652040 112185344 23208 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 27389 23208 248 541 0 26839 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 109556

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=658744/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=110516 CPUtime=1002.02
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 28836 0 0 0 100074 128 0 0 25 0 1 0 1097652040 113168384 23425 1992294400 4194304 6412682 548682068864 18446744073709551615 4287571 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 27629 23425 248 541 0 27079 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 110516

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=656632/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=113076 CPUtime=1062
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 29379 0 0 0 106068 132 0 0 25 0 1 0 1097652040 115789824 23968 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 28269 23968 248 541 0 27719 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 113076

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=654968/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=114356 CPUtime=1121.98
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 29769 0 0 0 112063 135 0 0 25 0 1 0 1097652040 117100544 24358 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 28589 24358 248 541 0 28039 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 114356

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=651064/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=118704 CPUtime=1181.97
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 30780 0 0 0 118058 139 0 0 25 0 1 0 1097652040 121552896 25369 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 29676 25369 248 541 0 29126 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 118704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 1652
/proc/meminfo: memFree=649464/2055920 swapFree=4178472/4192956
[pid=1651] ppid=1649 vsize=120244 CPUtime=1200.07
/proc/1651/stat : 1651 (kw) R 1649 1651 1260 0 -1 0 31146 0 0 0 119867 140 0 0 25 0 1 0 1097652040 123129856 25735 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/1651/statm: 30061 25735 248 541 0 29511 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 120244

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.42
CPU time (s): 1200.1
CPU user time (s): 1198.67
CPU system time (s): 1.42278
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 120244

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

runsolver used 0.818875 second user time and 2.57861 second system time

The end

Launcher Data

Begin job on node1 at 2009-03-28 15:17:31
IDJOB=1519947
IDBENCH=70403
IDSOLVER=501
FILE ID=node1/1519947-1238249851
PBS_JOBID= 9060676
Free space on /tmp= 66084 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/100/unif-k5-r21.3-v100-c2130-S1357790788-074.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519947-1238249851/watcher-1519947-1238249851 -o /tmp/evaluation-result-1519947-1238249851/solver-1519947-1238249851 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519947-1238249851.cnf

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

MD5SUM BENCH= d4efa5a6235ae8f332b85eb028bc13f2
RANDOM SEED=1484159933

node1.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.229
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.229
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:        752536 kB
Buffers:         90332 kB
Cached:        1112436 kB
SwapCached:       8380 kB
Active:         129748 kB
Inactive:      1083120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        752536 kB
SwapTotal:     4192956 kB
SwapFree:      4178472 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          15816 kB
Slab:            76452 kB
Committed_AS:  2882684 kB
PageTables:       1440 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= 66084 MiB
End job on node1 at 2009-03-28 15:37:33