Trace number 1519827

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.13 1200.45

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/4000/
unif-k3-r4.2-v4000-c16800-S139794312-098.cnf
MD5SUM94f2ca8c39053ec6a521a994d8a70291
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.79227
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of clauses16800
Sum of the clauses size50400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 316800
Number of clauses of size 40
Number of clauses of size 50
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-1519827-1238237872/watcher-1519827-1238237872 -o /tmp/evaluation-result-1519827-1238237872/solver-1519827-1238237872 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519827-1238237872.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.91 0.97 0.99 3/81 27701
/proc/meminfo: memFree=1568392/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=4972 CPUtime=0
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 841 0 0 0 0 0 0 0 20 0 1 0 1096451502 5091328 825 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 1243 825 219 541 0 693 0

[startup+0.075409 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27701
/proc/meminfo: memFree=1568392/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=5632 CPUtime=0.07
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 1040 0 0 0 7 0 0 0 20 0 1 0 1096451502 5767168 1024 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 1408 1024 219 541 0 858 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5632

[startup+0.101411 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27701
/proc/meminfo: memFree=1568392/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=6884 CPUtime=0.09
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 1361 0 0 0 9 0 0 0 20 0 1 0 1096451502 7049216 1345 1992294400 4194304 6412682 548682068864 18446744073709551615 4564771 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 1721 1345 238 541 0 1171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6884

[startup+0.301433 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27701
/proc/meminfo: memFree=1568392/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=7016 CPUtime=0.29
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 1388 0 0 0 29 0 0 0 22 0 1 0 1096451502 7184384 1372 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 1754 1372 253 541 0 1204 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7016

[startup+0.701478 s]
/proc/loadavg: 0.91 0.97 0.99 3/81 27701
/proc/meminfo: memFree=1568392/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=8200 CPUtime=0.69
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 1686 0 0 0 68 1 0 0 25 0 1 0 1096451502 8396800 1670 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 2050 1670 253 541 0 1500 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8200

[startup+1.50157 s]
/proc/loadavg: 0.91 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1561600/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=10828 CPUtime=1.49
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 2368 0 0 0 148 1 0 0 25 0 1 0 1096451502 11087872 2352 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 2707 2352 253 541 0 2157 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10828

[startup+3.10174 s]
/proc/loadavg: 0.91 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1557952/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=15464 CPUtime=3.09
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 3524 0 0 0 306 3 0 0 25 0 1 0 1096451502 15835136 3508 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 3866 3508 253 541 0 3316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15464

[startup+6.3011 s]
/proc/loadavg: 0.92 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1552320/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=19512 CPUtime=6.29
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 4582 0 0 0 625 4 0 0 25 0 1 0 1096451502 19980288 4481 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 4878 4481 256 541 0 4328 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19512

[startup+12.7018 s]
/proc/loadavg: 0.93 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1546120/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=24132 CPUtime=12.69
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 5870 0 0 0 1262 7 0 0 25 0 1 0 1096451502 24711168 5657 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 6033 5657 256 541 0 5483 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24132

[startup+25.5012 s]
/proc/loadavg: 0.94 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1537608/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=33640 CPUtime=25.48
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 8329 0 0 0 2536 12 0 0 25 0 1 0 1096451502 34447360 7968 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 8410 7968 256 541 0 7860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33640

[startup+51.1011 s]
/proc/loadavg: 0.96 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1525000/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=46496 CPUtime=51.07
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 11893 0 0 0 5088 19 0 0 25 0 1 0 1096451502 47611904 11217 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 11624 11217 256 541 0 11074 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 46496

[startup+102.307 s]
/proc/loadavg: 0.98 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1501832/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=69160 CPUtime=102.27
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 17955 0 0 0 10191 36 0 0 25 0 1 0 1096451502 70819840 16801 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 17290 16801 256 541 0 16740 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 69160

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27702
/proc/meminfo: memFree=1480456/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=90932 CPUtime=162.24
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 23868 0 0 0 16173 51 0 0 25 0 1 0 1096451502 93114368 22264 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 22733 22264 256 541 0 22183 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 90932

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1462792/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=108612 CPUtime=222.22
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 28609 0 0 0 22158 64 0 0 25 0 1 0 1096451502 111218688 26410 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 27153 26410 256 541 0 26603 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 108612

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1448968/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=122264 CPUtime=282.21
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 32426 0 0 0 28145 76 0 0 25 0 1 0 1096451502 125198336 29861 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 30566 29861 256 541 0 30016 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 122264

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1430728/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=140428 CPUtime=342.19
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 37401 0 0 0 34131 88 0 0 25 0 1 0 1096451502 143798272 34415 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 35107 34415 256 541 0 34557 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 140428

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1421832/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=150076 CPUtime=402.18
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 39799 0 0 0 40119 99 0 0 25 0 1 0 1096451502 153677824 36813 1992294400 4194304 6412682 548682068864 18446744073709551615 4287557 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 37519 36813 256 541 0 36969 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 150076

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1408520/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=162576 CPUtime=462.16
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 43427 0 0 0 46106 110 0 0 25 0 1 0 1096451502 166477824 39957 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 40644 39957 256 541 0 40094 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 162576

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1388616/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=183560 CPUtime=522.15
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 48572 0 0 0 52092 123 0 0 25 0 1 0 1096451502 187965440 45102 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 45890 45102 256 541 0 45340 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 183560

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1378824/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=192592 CPUtime=582.13
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 51399 0 0 0 58081 132 0 0 25 0 1 0 1096451502 197214208 47373 1992294400 4194304 6412682 548682068864 18446744073709551615 4286890 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 48148 47373 256 541 0 47598 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 192592

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1376200/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=195252 CPUtime=642.12
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 52087 0 0 0 64072 140 0 0 25 0 1 0 1096451502 199938048 48061 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 48813 48061 256 541 0 48263 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 195252

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1355144/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=218536 CPUtime=702.1
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 57923 0 0 0 70058 152 0 0 25 0 1 0 1096451502 223780864 53257 1992294400 4194304 6412682 548682068864 18446744073709551615 4286926 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 54634 53257 256 541 0 54084 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 218536

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1355144/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=218536 CPUtime=762.09
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 57926 0 0 0 76051 158 0 0 25 0 1 0 1096451502 223780864 53260 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 54634 53260 256 541 0 54084 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 218536

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1350280/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=223864 CPUtime=822.06
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 59239 0 0 0 82042 164 0 0 25 0 1 0 1096451502 229236736 54573 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 55966 54573 256 541 0 55416 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 223864

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1325960/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=248220 CPUtime=882.05
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 65243 0 0 0 88031 174 0 0 25 0 1 0 1096451502 254177280 60577 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 62055 60577 256 541 0 61505 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 248220

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1324616/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=249276 CPUtime=942.04
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 66255 0 0 0 94022 182 0 0 25 0 1 0 1096451502 255258624 60853 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 62319 60853 256 541 0 61769 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 249276

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1324616/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=249276 CPUtime=1002.02
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 66269 0 0 0 100015 187 0 0 25 0 1 0 1096451502 255258624 60867 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 62319 60867 256 541 0 61769 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 249276

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1322568/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=251688 CPUtime=1062.01
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 66880 0 0 0 106008 193 0 0 25 0 1 0 1096451502 257728512 61478 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 62922 61478 256 541 0 62372 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 251688

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1299656/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=274296 CPUtime=1121.99
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 72555 0 0 0 111995 204 0 0 25 0 1 0 1096451502 280879104 67153 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 68574 67153 256 541 0 68024 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 274296

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1292360/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=281328 CPUtime=1181.97
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 75146 0 0 0 117987 210 0 0 25 0 1 0 1096451502 288079872 68898 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 70332 68898 256 541 0 69782 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 281328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/82 27708
/proc/meminfo: memFree=1292360/2055920 swapFree=4176448/4192956
[pid=27701] ppid=27699 vsize=281328 CPUtime=1200.07
/proc/27701/stat : 27701 (kw) R 27699 27701 27632 0 -1 0 75152 0 0 0 119796 211 0 0 25 0 1 0 1096451502 288079872 68904 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/27701/statm: 70332 68904 256 541 0 69782 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 281328

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.45
CPU time (s): 1200.13
CPU user time (s): 1197.97
CPU system time (s): 2.15867
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 284712

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

runsolver used 1.57976 second user time and 3.89041 second system time

The end

Launcher Data

Begin job on node86 at 2009-03-28 11:57:52
IDJOB=1519827
IDBENCH=70343
IDSOLVER=501
FILE ID=node86/1519827-1238237872
PBS_JOBID= 9060693
Free space on /tmp= 66460 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/4000/unif-k3-r4.2-v4000-c16800-S139794312-098.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519827-1238237872/watcher-1519827-1238237872 -o /tmp/evaluation-result-1519827-1238237872/solver-1519827-1238237872 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519827-1238237872.cnf

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

MD5SUM BENCH= 94f2ca8c39053ec6a521a994d8a70291
RANDOM SEED=712112269

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1568872 kB
Buffers:         53168 kB
Cached:         340988 kB
SwapCached:       8880 kB
Active:         160364 kB
Inactive:       247764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1568872 kB
SwapTotal:     4192956 kB
SwapFree:      4176448 kB
Dirty:            2532 kB
Writeback:           0 kB
Mapped:          19116 kB
Slab:            63096 kB
Committed_AS:  2724848 kB
PageTables:       2684 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= 66460 MiB
End job on node86 at 2009-03-28 12:17:55