Trace number 1519663

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.05 1200.44

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/180/
unif-k7-r85-v180-c15300-S1295462378-089.cnf
MD5SUM680f1c08894c7336e339abedaa2a15cb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1103.04
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses15300
Sum of the clauses size107100
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 515300

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-1519663-1238233005/watcher-1519663-1238233005 -o /tmp/evaluation-result-1519663-1238233005/solver-1519663-1238233005 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519663-1238233005.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: 1.00 1.00 1.00 3/64 25135
/proc/meminfo: memFree=902712/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=2780 CPUtime=0
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 313 0 0 0 0 0 0 0 18 0 1 0 1095965674 2846720 297 1992294400 4194304 6412682 548682068864 18446744073709551615 4304622 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 695 297 216 541 0 145 0

[startup+0.083582 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25135
/proc/meminfo: memFree=902712/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=3968 CPUtime=0.07
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 620 0 0 0 7 0 0 0 18 0 1 0 1095965674 4063232 604 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 992 604 216 541 0 442 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3968

[startup+0.101583 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25135
/proc/meminfo: memFree=902712/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=4364 CPUtime=0.09
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 726 0 0 0 9 0 0 0 18 0 1 0 1095965674 4468736 710 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 1091 710 216 541 0 541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4364

[startup+0.301613 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25135
/proc/meminfo: memFree=902712/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=5684 CPUtime=0.29
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 1063 0 0 0 29 0 0 0 19 0 1 0 1095965674 5820416 1047 1992294400 4194304 6412682 548682068864 18446744073709551615 4522371 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 1421 1047 235 541 0 871 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5684

[startup+0.701671 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25135
/proc/meminfo: memFree=902712/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=5684 CPUtime=0.69
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 1063 0 0 0 69 0 0 0 22 0 1 0 1095965674 5820416 1047 1992294400 4194304 6412682 548682068864 18446744073709551615 4564590 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 1421 1047 235 541 0 871 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5684

[startup+1.50179 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=899120/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=8472 CPUtime=1.49
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 2027 0 0 0 148 1 0 0 25 0 1 0 1095965674 8675328 1764 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 2118 1764 244 541 0 1568 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8472

[startup+3.10302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=894064/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=12724 CPUtime=3.09
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 3082 0 0 0 306 3 0 0 25 0 1 0 1095965674 13029376 2779 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 3181 2779 247 541 0 2631 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12724

[startup+6.30149 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=890296/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=16000 CPUtime=6.29
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 3987 0 0 0 624 5 0 0 25 0 1 0 1095965674 16384000 3527 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 4000 3527 247 541 0 3450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16000

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=885112/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=21944 CPUtime=12.69
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 5466 0 0 0 1261 8 0 0 25 0 1 0 1095965674 22470656 4858 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 5486 4858 247 541 0 4936 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21944

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=877176/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=29824 CPUtime=25.48
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 7581 0 0 0 2533 15 0 0 25 0 1 0 1095965674 30539776 6658 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 7456 6658 247 541 0 6906 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29824

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=866744/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=40876 CPUtime=51.08
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 10532 0 0 0 5084 24 0 0 25 0 1 0 1095965674 41857024 9130 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 10219 9130 247 541 0 9669 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 40876

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=849080/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=60184 CPUtime=102.26
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 15665 0 0 0 10189 37 0 0 25 0 1 0 1095965674 61628416 13536 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 15046 13536 247 541 0 14496 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 60184

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=835256/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=76776 CPUtime=162.24
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 19498 0 0 0 16174 50 0 0 25 0 1 0 1095965674 78618624 17051 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 19194 17051 247 541 0 18644 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 76776

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=823608/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=89324 CPUtime=222.22
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 23112 0 0 0 22161 61 0 0 25 0 1 0 1095965674 91467776 19878 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 22331 19878 247 541 0 21781 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 89324

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=812408/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=101800 CPUtime=282.2
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 25915 0 0 0 28149 71 0 0 25 0 1 0 1095965674 104243200 22681 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 25450 22681 247 541 0 24900 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 101800

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=808696/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=105956 CPUtime=342.17
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 27333 0 0 0 34138 79 0 0 25 0 1 0 1095965674 108498944 23615 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 26489 23615 247 541 0 25939 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 105956

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=795896/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=120096 CPUtime=402.15
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 31035 0 0 0 40126 89 0 0 25 0 1 0 1095965674 122978304 26761 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 30024 26761 247 541 0 29474 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 120096

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=790264/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=126176 CPUtime=462.14
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 32481 0 0 0 46119 95 0 0 25 0 1 0 1095965674 129204224 28207 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 31544 28207 247 541 0 30994 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 126176

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=781560/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=138012 CPUtime=522.12
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 35244 0 0 0 52108 104 0 0 25 0 1 0 1095965674 141324288 30330 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 34503 30330 247 541 0 33953 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 138012

[startup+582.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=780472/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=139132 CPUtime=582.1
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 35521 0 0 0 58100 110 0 0 25 0 1 0 1095965674 142471168 30607 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 34783 30607 247 541 0 34233 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 139132

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=765688/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=154816 CPUtime=642.08
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 39906 0 0 0 64088 120 0 0 25 0 1 0 1095965674 158531584 34256 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 38704 34256 247 541 0 38154 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 154816

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=763832/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=156896 CPUtime=702.06
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 40398 0 0 0 70080 126 0 0 25 0 1 0 1095965674 160661504 34748 1992294400 4194304 6412682 548682068864 18446744073709551615 4286926 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 39224 34748 247 541 0 38674 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 156896

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=759544/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=162336 CPUtime=762.05
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 41465 0 0 0 76072 133 0 0 25 0 1 0 1095965674 166232064 35815 1992294400 4194304 6412682 548682068864 18446744073709551615 4287118 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 40584 35815 247 541 0 40034 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 162336

[startup+822.301 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 25136
/proc/meminfo: memFree=750136/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=172076 CPUtime=822.02
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 43847 0 0 0 82062 140 0 0 25 0 1 0 1095965674 176205824 38197 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 43019 38197 247 541 0 42469 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 172076

[startup+882.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 25136
/proc/meminfo: memFree=744376/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=178236 CPUtime=882.01
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 46082 0 0 0 88052 149 0 0 25 0 1 0 1095965674 182513664 39586 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 44559 39586 247 541 0 44009 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 178236

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=742840/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=180156 CPUtime=941.99
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 46476 0 0 0 94044 155 0 0 25 0 1 0 1095965674 184479744 39980 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 45039 39980 247 541 0 44489 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 180156

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=741432/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=181756 CPUtime=1001.96
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 46813 0 0 0 100036 160 0 0 25 0 1 0 1095965674 186118144 40317 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 45439 40317 247 541 0 44889 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 181756

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=733560/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=190544 CPUtime=1061.94
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 48829 0 0 0 106028 166 0 0 25 0 1 0 1095965674 195117056 42333 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 47636 42333 247 541 0 47086 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 190544

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=721848/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=202728 CPUtime=1121.93
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 52618 0 0 0 112020 173 0 0 25 0 1 0 1095965674 207593472 45149 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 50682 45149 247 541 0 50132 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 202728

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=721400/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=203432 CPUtime=1181.9
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 52791 0 0 0 118012 178 0 0 25 0 1 0 1095965674 208314368 45322 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 50858 45322 247 541 0 50308 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 203432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25136
/proc/meminfo: memFree=720888/2055920 swapFree=4175464/4192956
[pid=25135] ppid=25133 vsize=204072 CPUtime=1200.01
/proc/25135/stat : 25135 (kw) R 25133 25135 24725 0 -1 0 52917 0 0 0 119821 180 0 0 25 0 1 0 1095965674 208969728 45448 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25135/statm: 51018 45448 247 541 0 50468 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 204072

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.44
CPU time (s): 1200.05
CPU user time (s): 1198.21
CPU system time (s): 1.83272
CPU usage (%): 99.9675
Max. virtual memory (cumulated for all children) (KiB): 206620

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

runsolver used 0.975851 second user time and 2.57561 second system time

The end

Launcher Data

Begin job on node30 at 2009-03-28 10:36:45
IDJOB=1519663
IDBENCH=70261
IDSOLVER=501
FILE ID=node30/1519663-1238233005
PBS_JOBID= 9060613
Free space on /tmp= 66316 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/180/unif-k7-r85-v180-c15300-S1295462378-089.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519663-1238233005/watcher-1519663-1238233005 -o /tmp/evaluation-result-1519663-1238233005/solver-1519663-1238233005 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519663-1238233005.cnf

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

MD5SUM BENCH= 680f1c08894c7336e339abedaa2a15cb
RANDOM SEED=1155874032

node30.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.260
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	: 5931.00
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.260
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:        903128 kB
Buffers:         80524 kB
Cached:         982884 kB
SwapCached:      11400 kB
Active:         105420 kB
Inactive:       971408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        903128 kB
SwapTotal:     4192956 kB
SwapFree:      4175464 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:          18748 kB
Slab:            62048 kB
Committed_AS:  2986912 kB
PageTables:       1368 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= 66312 MiB
End job on node30 at 2009-03-28 10:56:47