Trace number 1579952

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.19 1200.49

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark565.218
Satisfiable
(Un)Satisfiability was proved
Number of variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1579952-1238912833/watcher-1579952-1238912833 -o /tmp/evaluation-result-1579952-1238912833/solver-1579952-1238912833 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1579952-1238912833.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 25787
/proc/meminfo: memFree=1362856/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=5516 CPUtime=0
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 998 0 0 0 0 0 0 0 18 0 1 0 1163945498 5648384 982 1992294400 4194304 6412682 548682068864 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 1379 982 192 541 0 829 0

[startup+0.0801969 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25787
/proc/meminfo: memFree=1362856/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=50076 CPUtime=0.07
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 10833 0 0 0 4 3 0 0 18 0 1 0 1163945498 51277824 10817 1992294400 4194304 6412682 548682068864 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 12519 10823 208 541 0 11969 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 50076

[startup+0.101199 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25787
/proc/meminfo: memFree=1362856/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=63012 CPUtime=0.09
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 14350 0 0 0 4 5 0 0 18 0 1 0 1163945498 64524288 14334 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 15753 14340 208 541 0 15203 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63012

[startup+0.301215 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25787
/proc/meminfo: memFree=1362856/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=107152 CPUtime=0.29
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 24175 0 0 0 19 10 0 0 19 0 1 0 1163945498 109723648 24159 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 26788 24159 219 541 0 26238 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 107152

[startup+0.70125 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 25787
/proc/meminfo: memFree=1362856/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=112300 CPUtime=0.69
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 25637 0 0 0 59 10 0 0 23 0 1 0 1163945498 114995200 25621 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 28075 25621 219 541 0 27525 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112300

[startup+1.50132 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1256992/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=121804 CPUtime=1.49
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 28291 0 0 0 137 12 0 0 25 0 1 0 1163945498 124727296 28275 1992294400 4194304 6412682 548682068864 18446744073709551615 5487182 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 30451 28276 219 541 0 29901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 121804

[startup+3.10146 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1243040/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=140584 CPUtime=3.08
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 34299 0 0 0 292 16 0 0 25 0 1 0 1163945498 143958016 33514 1992294400 4194304 6412682 548682068864 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 35146 33514 220 541 0 34596 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 140584

[startup+6.30174 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1211048/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=190804 CPUtime=6.28
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 48212 0 0 0 605 23 0 0 25 0 1 0 1163945498 195383296 46472 1992294400 4194304 6412682 548682068864 18446744073709551615 4564767 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 47701 46472 239 541 0 47151 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 190804

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1165232/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=198640 CPUtime=12.68
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 51609 0 0 0 1221 47 0 0 25 0 1 0 1163945498 203407360 48596 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 49660 48596 255 541 0 49110 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 198640

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1165104/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=198640 CPUtime=25.47
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 51629 0 0 0 2499 48 0 0 25 0 1 0 1163945498 203407360 48616 1992294400 4194304 6412682 548682068864 18446744073709551615 4298047 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 49660 48616 255 541 0 49110 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 198640

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1165104/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=198640 CPUtime=51.07
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 51649 0 0 0 5054 53 0 0 25 0 1 0 1163945498 203407360 48636 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 49660 48636 255 541 0 49110 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 198640

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1163888/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=199760 CPUtime=102.26
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 51968 0 0 0 10168 58 0 0 25 0 1 0 1163945498 204554240 48955 1992294400 4194304 6412682 548682068864 18446744073709551615 4574659 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 49940 48955 258 541 0 49390 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 199760

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1135920/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=227172 CPUtime=162.24
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 58956 0 0 0 16149 75 0 0 25 0 1 0 1163945498 232624128 55943 1992294400 4194304 6412682 548682068864 18446744073709551615 4289991 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 56793 55943 258 541 0 56243 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 227172

[startup+222.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 25788
/proc/meminfo: memFree=1132016/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=230992 CPUtime=222.23
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 59911 0 0 0 22147 76 0 0 25 0 1 0 1163945498 236535808 56898 1992294400 4194304 6412682 548682068864 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 57748 56898 258 541 0 57198 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 230992

[startup+282.302 s]
/proc/loadavg: 1.08 1.03 1.00 2/65 25788
/proc/meminfo: memFree=1119280/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=243656 CPUtime=282.22
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 63081 0 0 0 28133 89 0 0 25 0 1 0 1163945498 249503744 60068 1992294400 4194304 6412682 548682068864 18446744073709551615 4417182 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 60914 60068 258 541 0 60364 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 243656

[startup+342.301 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 25788
/proc/meminfo: memFree=1111408/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=251428 CPUtime=342.2
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 65027 0 0 0 34126 94 0 0 25 0 1 0 1163945498 257462272 62014 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 62857 62014 258 541 0 62307 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 251428

[startup+402.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/65 25788
/proc/meminfo: memFree=1095216/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=267600 CPUtime=402.18
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 69072 0 0 0 40115 103 0 0 25 0 1 0 1163945498 274022400 66059 1992294400 4194304 6412682 548682068864 18446744073709551615 4333454 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 66900 66059 258 541 0 66350 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 267600

[startup+462.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 25788
/proc/meminfo: memFree=1070512/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=292312 CPUtime=462.17
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 75221 0 0 0 46100 117 0 0 25 0 1 0 1163945498 299327488 72208 1992294400 4194304 6412682 548682068864 18446744073709551615 4417127 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 73078 72208 258 541 0 72528 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 292312

[startup+522.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25788
/proc/meminfo: memFree=1065008/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=297936 CPUtime=522.16
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 76639 0 0 0 52095 121 0 0 25 0 1 0 1163945498 305086464 73626 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 74484 73626 258 541 0 73934 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 297936

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 25788
/proc/meminfo: memFree=1042672/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=320388 CPUtime=582.14
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 82213 0 0 0 58082 132 0 0 25 0 1 0 1163945498 328077312 79200 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 80097 79200 258 541 0 79547 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 320388

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=1036336/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=326580 CPUtime=642.13
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 83781 0 0 0 64074 139 0 0 25 0 1 0 1163945498 334417920 80768 1992294400 4194304 6412682 548682068864 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 81645 80768 258 541 0 81095 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 326580

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=994096/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=369432 CPUtime=702.11
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 94328 0 0 0 70056 155 0 0 25 0 1 0 1163945498 378298368 91315 1992294400 4194304 6412682 548682068864 18446744073709551615 4285790 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 92358 91315 258 541 0 91808 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 369432

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=992432/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=371000 CPUtime=762.1
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 94732 0 0 0 76052 158 0 0 25 0 1 0 1163945498 379904000 91719 1992294400 4194304 6412682 548682068864 18446744073709551615 5485348 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 92750 91719 258 541 0 92200 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 371000

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25788
/proc/meminfo: memFree=982064/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=381584 CPUtime=822.09
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 97426 0 0 0 82046 163 0 0 25 0 1 0 1163945498 390742016 94413 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 95396 94413 258 541 0 94846 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 381584

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25790
/proc/meminfo: memFree=939248/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=424808 CPUtime=882.07
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 108004 0 0 0 88029 178 0 0 25 0 1 0 1163945498 435003392 104991 1992294400 4194304 6412682 548682068864 18446744073709551615 4286755 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 106202 104991 258 541 0 105652 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 424808

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25790
/proc/meminfo: memFree=927280/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=436800 CPUtime=942.06
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 110987 0 0 0 94021 185 0 0 25 0 1 0 1163945498 447283200 107974 1992294400 4194304 6412682 548682068864 18446744073709551615 4334446 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 109200 107974 258 541 0 108650 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 436800

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25790
/proc/meminfo: memFree=926960/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=436800 CPUtime=1002.03
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 111057 0 0 0 100015 188 0 0 25 0 1 0 1163945498 447283200 108044 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 109200 108044 258 541 0 108650 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 436800

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25790
/proc/meminfo: memFree=894448/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=470712 CPUtime=1062.02
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 119357 0 0 0 106003 199 0 0 25 0 1 0 1163945498 482009088 116344 1992294400 4194304 6412682 548682068864 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 117678 116344 258 541 0 117128 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 470712

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25790
/proc/meminfo: memFree=846448/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=519208 CPUtime=1122.01
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 131142 0 0 0 111992 209 0 0 25 0 1 0 1163945498 531668992 128129 1992294400 4194304 6412682 548682068864 18446744073709551615 4289388 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 129802 128129 258 541 0 129252 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 519208

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25790
/proc/meminfo: memFree=846384/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=519208 CPUtime=1182
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 131158 0 0 0 117986 214 0 0 25 0 1 0 1163945498 531668992 128145 1992294400 4194304 6412682 548682068864 18446744073709551615 4285804 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 129802 128145 258 541 0 129252 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 519208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 25790
/proc/meminfo: memFree=846192/2055920 swapFree=4176708/4192956
[pid=25787] ppid=25785 vsize=519208 CPUtime=1200.1
/proc/25787/stat : 25787 (kw) R 25785 25787 25688 0 -1 0 131200 0 0 0 119795 215 0 0 25 0 1 0 1163945498 531668992 128187 1992294400 4194304 6412682 548682068864 18446744073709551615 4426148 0 0 4096 0 0 0 0 17 1 0 0
/proc/25787/statm: 129802 128187 258 541 0 129252 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 519208

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.49
CPU time (s): 1200.19
CPU user time (s): 1197.95
CPU system time (s): 2.23566
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 519208

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

runsolver used 0.925859 second user time and 2.66959 second system time

The end

Launcher Data

Begin job on node50 at 2009-04-05 08:27:14
IDJOB=1579952
IDBENCH=71008
IDSOLVER=501
FILE ID=node50/1579952-1238912833
PBS_JOBID= 9101375
Free space on /tmp= 66508 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-15-5p0.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579952-1238912833/watcher-1579952-1238912833 -o /tmp/evaluation-result-1579952-1238912833/solver-1579952-1238912833 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1579952-1238912833.cnf

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=395737148

node50.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.238
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.238
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:       1363272 kB
Buffers:         67620 kB
Cached:         556876 kB
SwapCached:      10624 kB
Active:         346468 kB
Inactive:       290024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1363272 kB
SwapTotal:     4192956 kB
SwapFree:      4176708 kB
Dirty:           17148 kB
Writeback:           0 kB
Mapped:          17156 kB
Slab:            42096 kB
Committed_AS:  3583476 kB
PageTables:       1456 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= 66504 MiB
End job on node50 at 2009-04-05 08:47:16