Trace number 1519951

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.08 1200.52

General information on the benchmark

NameRANDOM/MEDIUM/5SAT/UNKNOWN/120/
unif-k5-r21.3-v120-c2556-S578339356-013.cnf
MD5SUM4003d88d5e738aebe7112be499f87bca
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of clauses2556
Sum of the clauses size12780
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 52556
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-1519951-1238250001/watcher-1519951-1238250001 -o /tmp/evaluation-result-1519951-1238250001/solver-1519951-1238250001 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519951-1238250001.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.02 0.99 0.94 3/73 7219
/proc/meminfo: memFree=1133952/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=2744 CPUtime=0
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 298 0 0 0 0 0 0 0 20 0 1 0 1097665069 2809856 282 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 686 282 216 541 0 136 0

[startup+0.0535981 s]
/proc/loadavg: 1.02 0.99 0.94 3/73 7219
/proc/meminfo: memFree=1133952/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=3088 CPUtime=0.05
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 446 0 0 0 5 0 0 0 20 0 1 0 1097665069 3162112 414 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 772 415 242 541 0 222 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 3088

[startup+0.101606 s]
/proc/loadavg: 1.02 0.99 0.94 3/73 7219
/proc/meminfo: memFree=1133952/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=3484 CPUtime=0.09
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 541 0 0 0 9 0 0 0 20 0 1 0 1097665069 3567616 509 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 871 509 242 541 0 321 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3484

[startup+0.301644 s]
/proc/loadavg: 1.02 0.99 0.94 3/73 7219
/proc/meminfo: memFree=1133952/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=4680 CPUtime=0.29
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 845 0 0 0 29 0 0 0 22 0 1 0 1097665069 4792320 813 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 1170 813 242 541 0 620 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4680

[startup+0.701721 s]
/proc/loadavg: 1.02 0.99 0.94 3/73 7219
/proc/meminfo: memFree=1133952/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=6448 CPUtime=0.69
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 1296 0 0 0 69 0 0 0 25 0 1 0 1097665069 6602752 1264 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 1612 1264 244 541 0 1062 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6448

[startup+1.50188 s]
/proc/loadavg: 1.02 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1128888/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=8132 CPUtime=1.49
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 1677 0 0 0 148 1 0 0 25 0 1 0 1097665069 8327168 1605 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 2033 1605 244 541 0 1483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8132

[startup+3.10118 s]
/proc/loadavg: 1.02 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1127608/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=9824 CPUtime=3.08
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 2155 0 0 0 306 2 0 0 25 0 1 0 1097665069 10059776 1986 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 2456 1986 248 541 0 1906 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9824

[startup+6.3028 s]
/proc/loadavg: 1.02 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1125304/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=12288 CPUtime=6.29
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 2836 0 0 0 624 5 0 0 25 0 1 0 1097665069 12582912 2538 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 3072 2538 248 541 0 2522 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12288

[startup+12.702 s]
/proc/loadavg: 1.01 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1121464/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=15932 CPUtime=12.68
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 3756 0 0 0 1260 8 0 0 25 0 1 0 1097665069 16314368 3288 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 3983 3288 248 541 0 3433 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15932

[startup+25.5015 s]
/proc/loadavg: 1.01 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1117048/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=20740 CPUtime=25.48
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 5073 0 0 0 2536 12 0 0 25 0 1 0 1097665069 21237760 4381 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 5185 4381 248 541 0 4635 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20740

[startup+51.1014 s]
/proc/loadavg: 1.01 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1110904/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=28576 CPUtime=51.08
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 6973 0 0 0 5091 17 0 0 25 0 1 0 1097665069 29261824 5984 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 7144 5984 248 541 0 6594 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 28576

[startup+102.306 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1102008/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=38192 CPUtime=102.26
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 9757 0 0 0 10200 26 0 0 25 0 1 0 1097665069 39108608 8136 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 9548 8136 248 541 0 8998 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38192

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1095160/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=46036 CPUtime=162.23
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 11782 0 0 0 16188 35 0 0 25 0 1 0 1097665069 47140864 9884 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 11509 9884 248 541 0 10959 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 46036

[startup+222.301 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1087672/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=55576 CPUtime=222.21
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 13906 0 0 0 22179 42 0 0 25 0 1 0 1097665069 56909824 11690 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 13894 11690 248 541 0 13344 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 55576

[startup+282.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1083640/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=59892 CPUtime=282.19
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 15268 0 0 0 28169 50 0 0 25 0 1 0 1097665069 61329408 12686 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 14973 12686 248 541 0 14423 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 59892

[startup+342.301 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1077560/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=66592 CPUtime=342.17
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 17198 0 0 0 34160 57 0 0 25 0 1 0 1097665069 68190208 14195 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 16648 14195 248 541 0 16098 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 66592

[startup+402.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1072184/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=72580 CPUtime=402.14
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 18606 0 0 0 40152 62 0 0 25 0 1 0 1097665069 74321920 15603 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 18145 15603 248 541 0 17595 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 72580

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1068664/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=76368 CPUtime=462.12
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 19914 0 0 0 46144 68 0 0 25 0 1 0 1097665069 78200832 16427 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 19092 16427 248 541 0 18542 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 76368

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1065336/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=81644 CPUtime=522.1
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 20958 0 0 0 52138 72 0 0 25 0 1 0 1097665069 83603456 17471 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 20411 17471 248 541 0 19861 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 81644

[startup+582.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1059896/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=86912 CPUtime=582.08
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 22667 0 0 0 58130 78 0 0 25 0 1 0 1097665069 88997888 18624 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 21728 18624 248 541 0 21178 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 86912

[startup+642.301 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1057592/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=89472 CPUtime=642.06
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 23249 0 0 0 64124 82 0 0 25 0 1 0 1097665069 91619328 19206 1992294400 4194304 6412682 548682068864 18446744073709551615 4287561 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 22368 19206 248 541 0 21818 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 89472

[startup+702.303 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1053560/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=93908 CPUtime=702.03
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 24260 0 0 0 70116 87 0 0 25 0 1 0 1097665069 96161792 20217 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 23477 20217 248 541 0 22927 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 93908

[startup+762.306 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1049208/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=101252 CPUtime=762.01
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 25967 0 0 0 76109 92 0 0 25 0 1 0 1097665069 103682048 21284 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 25313 21284 248 541 0 24763 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 101252

[startup+822.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1047736/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=103172 CPUtime=821.99
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 26338 0 0 0 82102 97 0 0 25 0 1 0 1097665069 105648128 21655 1992294400 4194304 6412682 548682068864 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 25793 21655 248 541 0 25243 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 103172

[startup+882.301 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1046712/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=104452 CPUtime=881.96
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 26589 0 0 0 88095 101 0 0 25 0 1 0 1097665069 106958848 21906 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 26113 21906 248 541 0 25563 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 104452

[startup+942.302 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1038840/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=113456 CPUtime=941.94
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 28566 0 0 0 94088 106 0 0 25 0 1 0 1097665069 116178944 23883 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 28364 23883 248 541 0 27814 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 113456

[startup+1002.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1036856/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=115148 CPUtime=1001.92
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 29756 0 0 0 100081 111 0 0 25 0 1 0 1097665069 117911552 24337 1992294400 4194304 6412682 548682068864 18446744073709551615 4286825 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 28787 24337 248 541 0 28237 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 115148

[startup+1062.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1035896/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=116108 CPUtime=1061.9
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 30020 0 0 0 106075 115 0 0 25 0 1 0 1097665069 118894592 24601 1992294400 4194304 6412682 548682068864 18446744073709551615 4287612 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 29027 24601 248 541 0 28477 0
Current children cumulated CPU time (s) 1061.9
Current children cumulated vsize (KiB) 116108

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1033976/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=118028 CPUtime=1121.87
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 30486 0 0 0 112069 118 0 0 25 0 1 0 1097665069 120860672 25067 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 29507 25067 248 541 0 28957 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 118028

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1030648/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=121868 CPUtime=1181.86
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 31311 0 0 0 118063 123 0 0 25 0 1 0 1097665069 124792832 25892 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 30467 25892 248 541 0 29917 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 121868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1029560/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=123148 CPUtime=1200.05
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 31566 0 0 0 119881 124 0 0 25 0 1 0 1097665069 126103552 26147 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 30787 26147 248 541 0 30237 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 123148

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: 1.00 0.99 0.94 2/74 7220
/proc/meminfo: memFree=1029560/2055920 swapFree=4173988/4192956
[pid=7219] ppid=7217 vsize=123148 CPUtime=1200.05
/proc/7219/stat : 7219 (kw) R 7217 7219 6828 0 -1 0 31566 0 0 0 119881 124 0 0 25 0 1 0 1097665069 126103552 26147 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/7219/statm: 30787 26147 248 541 0 30237 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 123148

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.08
CPU user time (s): 1198.82
CPU system time (s): 1.25981
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 123148

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

runsolver used 1.2898 second user time and 3.08853 second system time

The end

Launcher Data

Begin job on node76 at 2009-03-28 15:20:01
IDJOB=1519951
IDBENCH=70405
IDSOLVER=501
FILE ID=node76/1519951-1238250001
PBS_JOBID= 9060721
Free space on /tmp= 65808 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/5SAT/UNKNOWN/120/unif-k5-r21.3-v120-c2556-S578339356-013.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519951-1238250001/watcher-1519951-1238250001 -o /tmp/evaluation-result-1519951-1238250001/solver-1519951-1238250001 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519951-1238250001.cnf

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

MD5SUM BENCH= 4003d88d5e738aebe7112be499f87bca
RANDOM SEED=1018881438

node76.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1134368 kB
Buffers:         57628 kB
Cached:         780056 kB
SwapCached:      10684 kB
Active:         106196 kB
Inactive:       750568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1134368 kB
SwapTotal:     4192956 kB
SwapFree:      4173988 kB
Dirty:            2292 kB
Writeback:           0 kB
Mapped:          19044 kB
Slab:            49768 kB
Committed_AS:  2836648 kB
PageTables:       2048 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= 65804 MiB
End job on node76 at 2009-03-28 15:40:03