Trace number 1519913

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

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/90/
unif-k5-r21.3-v90-c1917-S1305875336-097.cnf
MD5SUMb3cf2670d50b8679bd962b141ac1ad44
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark146.029
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses1917
Sum of the clauses size9585
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 51917
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-1519913-1238246370/watcher-1519913-1238246370 -o /tmp/evaluation-result-1519913-1238246370/solver-1519913-1238246370 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519913-1238246370.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/80 19088
/proc/meminfo: memFree=1515288/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=2780 CPUtime=0
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 295 0 0 0 0 0 0 0 18 0 1 0 1097300892 2846720 279 1992294400 4194304 6412682 548682068864 18446744073709551615 4304737 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 695 280 216 541 0 145 0

[startup+0.0434621 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 19088
/proc/meminfo: memFree=1515288/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=3016 CPUtime=0.04
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 403 0 0 0 4 0 0 0 18 0 1 0 1097300892 3088384 383 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 754 384 242 541 0 204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3016

[startup+0.101466 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 19088
/proc/meminfo: memFree=1515288/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=3412 CPUtime=0.09
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 513 0 0 0 9 0 0 0 18 0 1 0 1097300892 3493888 493 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 853 493 242 541 0 303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3412

[startup+0.301487 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 19088
/proc/meminfo: memFree=1515288/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=4640 CPUtime=0.29
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 814 0 0 0 29 0 0 0 19 0 1 0 1097300892 4751360 794 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 1160 794 242 541 0 610 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4640

[startup+0.701529 s]
/proc/loadavg: 0.99 0.97 0.99 3/80 19088
/proc/meminfo: memFree=1515288/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=6328 CPUtime=0.69
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 1195 0 0 0 68 1 0 0 22 0 1 0 1097300892 6479872 1175 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 1582 1175 242 541 0 1032 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6328

[startup+1.50161 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1510480/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=8028 CPUtime=1.49
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 1572 0 0 0 148 1 0 0 25 0 1 0 1097300892 8220672 1512 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 2007 1512 242 541 0 1457 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8028

[startup+3.10178 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1509328/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=9316 CPUtime=3.09
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 1977 0 0 0 307 2 0 0 25 0 1 0 1097300892 9539584 1820 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 2329 1820 248 541 0 1779 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9316

[startup+6.30111 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1507352/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=12000 CPUtime=6.29
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 2614 0 0 0 625 4 0 0 25 0 1 0 1097300892 12288000 2397 1992294400 4194304 6412682 548682068864 18446744073709551615 4296559 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 3000 2397 248 541 0 2450 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12000

[startup+12.7018 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1503896/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=14780 CPUtime=12.69
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 3453 0 0 0 1263 6 0 0 25 0 1 0 1097300892 15134720 2997 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 3695 2997 248 541 0 3145 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14780

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1499288/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=20340 CPUtime=25.49
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 4867 0 0 0 2537 12 0 0 25 0 1 0 1097300892 20828160 4187 1992294400 4194304 6412682 548682068864 18446744073709551615 4287189 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 5085 4187 248 541 0 4535 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 20340

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1493400/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=27384 CPUtime=51.07
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 6635 0 0 0 5089 18 0 0 25 0 1 0 1097300892 28041216 5658 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 6846 5658 248 541 0 6296 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 27384

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1485720/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=36416 CPUtime=102.27
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 9116 0 0 0 10199 28 0 0 25 0 1 0 1097300892 37289984 7507 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 9104 7507 248 541 0 8554 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 36416

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1479192/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=43660 CPUtime=162.25
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 11034 0 0 0 16188 37 0 0 25 0 1 0 1097300892 44707840 9148 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 10915 9148 248 541 0 10365 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 43660

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1472024/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=52644 CPUtime=222.24
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 13114 0 0 0 22178 46 0 0 25 0 1 0 1097300892 53907456 10910 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 13161 10910 248 541 0 12611 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 52644

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 3/81 19089
/proc/meminfo: memFree=1468248/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=56388 CPUtime=282.22
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 14441 0 0 0 28168 54 0 0 25 0 1 0 1097300892 57741312 11871 1992294400 4194304 6412682 548682068864 18446744073709551615 4419420 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 14097 11871 248 541 0 13547 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 56388

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1463448/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=62004 CPUtime=342.2
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 16050 0 0 0 34160 60 0 0 25 0 1 0 1097300892 63492096 13059 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 15501 13059 248 541 0 14951 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 62004

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1458008/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=68176 CPUtime=402.19
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 17496 0 0 0 40153 66 0 0 25 0 1 0 1097300892 69812224 14505 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 17044 14505 248 541 0 16494 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 68176

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1455896/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=69936 CPUtime=462.17
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 18406 0 0 0 46145 72 0 0 25 0 1 0 1097300892 71614464 14931 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 17484 14931 248 541 0 16934 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 69936

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1448344/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=78508 CPUtime=522.16
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 20311 0 0 0 52136 80 0 0 25 0 1 0 1097300892 80392192 16836 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 19627 16836 248 541 0 19077 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 78508

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1446168/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=80748 CPUtime=582.14
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 21384 0 0 0 58129 85 0 0 25 0 1 0 1097300892 82685952 17353 1992294400 4194304 6412682 548682068864 18446744073709551615 4287126 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 20187 17353 248 541 0 19637 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 80748

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1444760/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=82028 CPUtime=642.13
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 21728 0 0 0 64124 89 0 0 25 0 1 0 1097300892 83996672 17697 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 20507 17697 248 541 0 19957 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 82028

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1439128/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=87644 CPUtime=702.11
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 23133 0 0 0 70116 95 0 0 25 0 1 0 1097300892 89747456 19102 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 21911 19102 248 541 0 21361 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 87644

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1436504/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=93348 CPUtime=762.1
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 24417 0 0 0 76110 100 0 0 25 0 1 0 1097300892 95588352 19746 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 23337 19746 248 541 0 22787 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 93348

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1435544/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=94308 CPUtime=822.08
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 24651 0 0 0 82103 105 0 0 25 0 1 0 1097300892 96571392 19980 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 23577 19980 248 541 0 23027 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 94308

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1433560/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=96548 CPUtime=882.06
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 25128 0 0 0 88096 110 0 0 25 0 1 0 1097300892 98865152 20457 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 24137 20457 248 541 0 23587 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 96548

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1426392/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=104396 CPUtime=942.04
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 26934 0 0 0 94089 115 0 0 25 0 1 0 1097300892 106901504 22263 1992294400 4194304 6412682 548682068864 18446744073709551615 4286883 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 26099 22263 248 541 0 25549 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 104396

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1424664/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=106460 CPUtime=1002.04
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 28092 0 0 0 100083 121 0 0 25 0 1 0 1097300892 109015040 22685 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 26615 22685 248 541 0 26065 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 106460

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1423000/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=108380 CPUtime=1062.02
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 28506 0 0 0 106076 126 0 0 25 0 1 0 1097300892 110981120 23099 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 27095 23099 248 541 0 26545 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 108380

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1419864/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=112220 CPUtime=1122
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 29297 0 0 0 112071 129 0 0 25 0 1 0 1097300892 114913280 23890 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 28055 23890 248 541 0 27505 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 112220

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1416408/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=116060 CPUtime=1181.99
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 30143 0 0 0 118066 133 0 0 25 0 1 0 1097300892 118845440 24736 1992294400 4194304 6412682 548682068864 18446744073709551615 4286801 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 29015 24736 248 541 0 28465 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 116060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/81 19089
/proc/meminfo: memFree=1414936/2055912 swapFree=4170660/4192956
[pid=19088] ppid=19086 vsize=117980 CPUtime=1200.09
/proc/19088/stat : 19088 (kw) R 19086 19088 18801 0 -1 0 30495 0 0 0 119875 134 0 0 25 0 1 0 1097300892 120811520 25088 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/19088/statm: 29495 25088 248 541 0 28945 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 117980

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.12
CPU user time (s): 1198.76
CPU system time (s): 1.35979
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 117980

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

runsolver used 1.58776 second user time and 3.88141 second system time

The end

Launcher Data

Begin job on node78 at 2009-03-28 14:19:30
IDJOB=1519913
IDBENCH=70386
IDSOLVER=501
FILE ID=node78/1519913-1238246370
PBS_JOBID= 9060715
Free space on /tmp= 126872 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/90/unif-k5-r21.3-v90-c1917-S1305875336-097.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519913-1238246370/watcher-1519913-1238246370 -o /tmp/evaluation-result-1519913-1238246370/solver-1519913-1238246370 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519913-1238246370.cnf

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

MD5SUM BENCH= b3cf2670d50b8679bd962b141ac1ad44
RANDOM SEED=674525151

node78.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.214
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.214
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:      2055912 kB
MemFree:       1515704 kB
Buffers:         66060 kB
Cached:         387484 kB
SwapCached:       7768 kB
Active:         132192 kB
Inactive:       331748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1515704 kB
SwapTotal:     4192956 kB
SwapFree:      4170660 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:          16036 kB
Slab:            60368 kB
Committed_AS:  2476456 kB
PageTables:       2556 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126872 MiB
End job on node78 at 2009-03-28 14:39:32