Trace number 1520065

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.13 1200.53

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/60/
unif-k7-r89-v60-c5340-S1318210982-002.cnf
MD5SUM7e88818ba4d3f0eeeb0b87f01ea89e01
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark769.355
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

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-1520065-1238259727/watcher-1520065-1238259727 -o /tmp/evaluation-result-1520065-1238259727/solver-1520065-1238259727 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520065-1238259727.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.92 0.98 0.99 3/72 3296
/proc/meminfo: memFree=1686256/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=2772 CPUtime=0
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 293 0 0 0 0 0 0 0 18 0 1 0 1098633869 2838528 277 1992294400 4194304 6412682 548682068864 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 693 277 216 541 0 143 0

[startup+0.0582149 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 3296
/proc/meminfo: memFree=1686256/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=3696 CPUtime=0.05
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 577 0 0 0 5 0 0 0 18 0 1 0 1098633869 3784704 561 1992294400 4194304 6412682 548682068864 18446744073709551615 4564963 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 924 561 235 541 0 374 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3696

[startup+0.102221 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 3296
/proc/meminfo: memFree=1686256/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=3696 CPUtime=0.09
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 577 0 0 0 9 0 0 0 18 0 1 0 1098633869 3784704 561 1992294400 4194304 6412682 548682068864 18446744073709551615 4264210 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 924 561 235 541 0 374 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3696

[startup+0.301258 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 3296
/proc/meminfo: memFree=1686256/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=3604 CPUtime=0.29
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 624 0 0 0 29 0 0 0 19 0 1 0 1098633869 3690496 527 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 901 527 242 541 0 351 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3604

[startup+0.702342 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 3296
/proc/meminfo: memFree=1686256/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=5928 CPUtime=0.69
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 1171 0 0 0 69 0 0 0 22 0 1 0 1098633869 6070272 1074 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 1482 1074 242 541 0 932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5928

[startup+1.50148 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1681704/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=8208 CPUtime=1.5
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 1730 0 0 0 149 1 0 0 25 0 1 0 1098633869 8404992 1593 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 2052 1593 242 541 0 1502 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 8208

[startup+3.10177 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1679912/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=10020 CPUtime=3.09
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 2219 0 0 0 307 2 0 0 25 0 1 0 1098633869 10260480 1985 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 2505 1985 247 541 0 1955 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10020

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1677032/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=12612 CPUtime=6.29
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 2953 0 0 0 625 4 0 0 25 0 1 0 1098633869 12914688 2590 1992294400 4194304 6412682 548682068864 18446744073709551615 4286837 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 3153 2590 247 541 0 2603 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12612

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1673512/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=17520 CPUtime=12.68
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 4049 0 0 0 1262 6 0 0 25 0 1 0 1098633869 17940480 3516 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 4380 3516 247 541 0 3830 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17520

[startup+25.5018 s]
/proc/loadavg: 0.95 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1668328/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=22860 CPUtime=25.49
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 5553 0 0 0 2538 11 0 0 25 0 1 0 1098633869 23408640 4658 1992294400 4194304 6412682 548682068864 18446744073709551615 4286794 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 5715 4658 247 541 0 5165 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22860

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1661288/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=31440 CPUtime=51.07
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 7753 0 0 0 5090 17 0 0 25 0 1 0 1098633869 32194560 6517 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 7860 6517 247 541 0 7310 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31440

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1650600/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=43376 CPUtime=102.26
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 11041 0 0 0 10198 28 0 0 25 0 1 0 1098633869 44417024 9078 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 10844 9078 247 541 0 10294 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 43376

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1643112/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=53452 CPUtime=162.24
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 13226 0 0 0 16187 37 0 0 25 0 1 0 1098633869 54734848 10945 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 13363 10945 247 541 0 12813 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 53452

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1636520/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=61668 CPUtime=222.21
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 15220 0 0 0 22176 45 0 0 25 0 1 0 1098633869 63148032 12573 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 15417 12573 247 541 0 14867 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 61668

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1631784/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=67772 CPUtime=282.2
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 16988 0 0 0 28168 52 0 0 25 0 1 0 1098633869 69398528 13920 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 16943 13920 247 541 0 16393 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 67772

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1624808/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=74756 CPUtime=342.18
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 19034 0 0 0 34158 60 0 0 25 0 1 0 1098633869 76550144 15482 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 18689 15482 247 541 0 18139 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 74756

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1621032/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=79036 CPUtime=402.16
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 20013 0 0 0 40148 68 0 0 25 0 1 0 1098633869 80932864 16461 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 19759 16461 247 541 0 19209 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 79036

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1613800/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=86428 CPUtime=462.13
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 22314 0 0 0 46137 76 0 0 25 0 1 0 1098633869 88502272 18206 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 21607 18206 247 541 0 21057 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 86428

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1610216/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=90268 CPUtime=522.12
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 23224 0 0 0 52131 81 0 0 25 0 1 0 1098633869 92434432 19116 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 22567 19116 247 541 0 22017 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 90268

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1604200/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=99044 CPUtime=582.09
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 25293 0 0 0 58122 87 0 0 25 0 1 0 1098633869 101421056 20545 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 24761 20545 247 541 0 24211 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 99044

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1602792/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=100964 CPUtime=642.09
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 25689 0 0 0 64114 95 0 0 25 0 1 0 1098633869 103387136 20941 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 25241 20941 247 541 0 24691 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 100964

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1600360/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=104164 CPUtime=702.06
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 26302 0 0 0 70105 101 0 0 25 0 1 0 1098633869 106663936 21554 1992294400 4194304 6412682 548682068864 18446744073709551615 4363058 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 26041 21554 247 541 0 25491 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 104164

[startup+762.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1590952/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=115684 CPUtime=762.04
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 29349 0 0 0 76095 109 0 0 25 0 1 0 1098633869 118460416 23865 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 28921 23865 247 541 0 28371 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 115684

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1589800/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=116964 CPUtime=822.01
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 29667 0 0 0 82087 114 0 0 25 0 1 0 1098633869 119771136 24183 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 29241 24183 247 541 0 28691 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 116964

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1587240/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=119524 CPUtime=882
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 30301 0 0 0 88080 120 0 0 25 0 1 0 1098633869 122392576 24817 1992294400 4194304 6412682 548682068864 18446744073709551615 4286801 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 29881 24817 247 541 0 29331 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 119524

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1583528/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=124644 CPUtime=941.97
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 31256 0 0 0 94072 125 0 0 25 0 1 0 1098633869 127635456 25772 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 31161 25772 247 541 0 30611 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 124644

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1578856/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=128912 CPUtime=1001.95
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 32405 0 0 0 100065 130 0 0 25 0 1 0 1098633869 132005888 26921 1992294400 4194304 6412682 548682068864 18446744073709551615 4287585 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 32228 26921 247 541 0 31678 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 128912

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1577576/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=130116 CPUtime=1061.93
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 33591 0 0 0 106058 135 0 0 25 0 1 0 1098633869 133238784 27261 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 32529 27261 247 541 0 31979 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 130116

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1576552/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=130756 CPUtime=1121.91
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 33827 0 0 0 112052 139 0 0 25 0 1 0 1098633869 133894144 27497 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 32689 27497 247 541 0 32139 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 130756

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1572648/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=135876 CPUtime=1181.9
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 34789 0 0 0 118046 144 0 0 25 0 1 0 1098633869 139137024 28459 1992294400 4194304 6412682 548682068864 18446744073709551615 4286790 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 33969 28459 247 541 0 33419 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 135876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1572520/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=135876 CPUtime=1200.09
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 34817 0 0 0 119864 145 0 0 25 0 1 0 1098633869 139137024 28487 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 33969 28487 247 541 0 33419 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 135876

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/73 3297
/proc/meminfo: memFree=1572520/2055920 swapFree=4174692/4192956
[pid=3296] ppid=3294 vsize=135876 CPUtime=1200.09
/proc/3296/stat : 3296 (kw) R 3294 3296 2964 0 -1 0 34817 0 0 0 119864 145 0 0 25 0 1 0 1098633869 139137024 28487 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/3296/statm: 33969 28487 247 541 0 33419 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 135876

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.13
CPU user time (s): 1198.65
CPU system time (s): 1.47578
CPU usage (%): 99.9667
Max. virtual memory (cumulated for all children) (KiB): 135876

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

runsolver used 1.06084 second user time and 3.31549 second system time

The end

Launcher Data

Begin job on node67 at 2009-03-28 18:02:07
IDJOB=1520065
IDBENCH=70462
IDSOLVER=501
FILE ID=node67/1520065-1238259727
PBS_JOBID= 9060803
Free space on /tmp= 66376 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/60/unif-k7-r89-v60-c5340-S1318210982-002.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520065-1238259727/watcher-1520065-1238259727 -o /tmp/evaluation-result-1520065-1238259727/solver-1520065-1238259727 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520065-1238259727.cnf

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

MD5SUM BENCH= 7e88818ba4d3f0eeeb0b87f01ea89e01
RANDOM SEED=637392716

node67.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.265
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.265
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:       1686736 kB
Buffers:         51276 kB
Cached:         250416 kB
SwapCached:       9680 kB
Active:         105968 kB
Inactive:       206932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686736 kB
SwapTotal:     4192956 kB
SwapFree:      4174692 kB
Dirty:            2384 kB
Writeback:           0 kB
Mapped:          16820 kB
Slab:            41332 kB
Committed_AS:  3057720 kB
PageTables:       2052 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= 66372 MiB
End job on node67 at 2009-03-28 18:22:10