Trace number 1520125

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.09 1200.53

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/UNKNOWN/75/
unif-k7-r89-v75-c6675-S2058039218-006.cnf
MD5SUM89d430115ed57f7d5b6a0f9a2181e3b8
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 variables75
Number of clauses6675
Sum of the clauses size46725
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56675

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-1520125-1238265747/watcher-1520125-1238265747 -o /tmp/evaluation-result-1520125-1238265747/solver-1520125-1238265747 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520125-1238265747.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.98 0.99 3/64 9039
/proc/meminfo: memFree=1096248/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=2736 CPUtime=0
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 295 0 0 0 0 0 0 0 18 0 1 0 1099241520 2801664 279 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 684 279 216 541 0 134 0

[startup+0.0457059 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9039
/proc/meminfo: memFree=1096248/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=3396 CPUtime=0.04
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 487 0 0 0 4 0 0 0 18 0 1 0 1099241520 3477504 471 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 849 471 216 541 0 299 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 3396

[startup+0.101715 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9039
/proc/meminfo: memFree=1096248/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=4028 CPUtime=0.09
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 652 0 0 0 9 0 0 0 18 0 1 0 1099241520 4124672 636 1992294400 4194304 6412682 548682068864 18446744073709551615 4564736 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 1007 636 235 541 0 457 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4028

[startup+0.301749 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9039
/proc/meminfo: memFree=1096248/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=4028 CPUtime=0.29
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 652 0 0 0 29 0 0 0 19 0 1 0 1099241520 4124672 636 1992294400 4194304 6412682 548682068864 18446744073709551615 4264210 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 1007 636 235 541 0 457 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4028

[startup+0.70182 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 9039
/proc/meminfo: memFree=1096248/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=5668 CPUtime=0.69
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 1167 0 0 0 69 0 0 0 22 0 1 0 1099241520 5804032 1038 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 1417 1038 242 541 0 867 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5668

[startup+1.50196 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1091760/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=8424 CPUtime=1.49
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 1822 0 0 0 148 1 0 0 25 0 1 0 1099241520 8626176 1653 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 2106 1653 242 541 0 1556 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8424

[startup+3.10124 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1089392/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=10480 CPUtime=3.08
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 2357 0 0 0 306 2 0 0 25 0 1 0 1099241520 10731520 2143 1992294400 4194304 6412682 548682068864 18446744073709551615 4296628 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 2620 2143 247 541 0 2070 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10480

[startup+6.3018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1087024/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=13228 CPUtime=6.29
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 3129 0 0 0 624 5 0 0 25 0 1 0 1099241520 13545472 2734 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 3307 2734 247 541 0 2757 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13228

[startup+12.7019 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1082800/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=17536 CPUtime=12.69
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 4161 0 0 0 1261 8 0 0 25 0 1 0 1099241520 17956864 3596 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 4384 3596 247 541 0 3834 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17536

[startup+25.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1077104/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=23604 CPUtime=25.48
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 5885 0 0 0 2536 12 0 0 25 0 1 0 1099241520 24170496 4958 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 5901 4958 247 541 0 5351 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23604

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1070384/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=32496 CPUtime=51.07
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 8028 0 0 0 5087 20 0 0 25 0 1 0 1099241520 33275904 6760 1992294400 4194304 6412682 548682068864 18446744073709551615 4287621 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 8124 6760 247 541 0 7574 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32496

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1058800/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=45432 CPUtime=102.26
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 11520 0 0 0 10194 32 0 0 25 0 1 0 1099241520 46522368 9525 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 11358 9525 247 541 0 10808 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 45432

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1050800/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=55756 CPUtime=162.23
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 13819 0 0 0 16182 41 0 0 25 0 1 0 1099241520 57094144 11506 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 13939 11506 247 541 0 13389 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 55756

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1042928/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=64720 CPUtime=222.21
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 16147 0 0 0 22170 51 0 0 25 0 1 0 1099241520 66273280 13468 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 16180 13468 247 541 0 15630 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 64720

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1037104/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=71184 CPUtime=282.19
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 18015 0 0 0 28160 59 0 0 25 0 1 0 1099241520 72892416 14915 1992294400 4194304 6412682 548682068864 18446744073709551615 5277714 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 17796 14915 247 541 0 17246 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 71184

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1030256/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=79824 CPUtime=342.17
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 20211 0 0 0 34150 67 0 0 25 0 1 0 1099241520 81739776 16627 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 19956 16627 247 541 0 19406 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 79824

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1024880/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=86476 CPUtime=402.15
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 21549 0 0 0 40139 76 0 0 25 0 1 0 1099241520 88551424 17965 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 21619 17965 247 541 0 21069 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 86476

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1020016/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=91816 CPUtime=462.12
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 23314 0 0 0 46129 83 0 0 25 0 1 0 1099241520 94019584 19174 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 22954 19174 247 541 0 22404 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 91816

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1016688/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=94376 CPUtime=522.1
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 24145 0 0 0 52121 89 0 0 25 0 1 0 1099241520 96641024 20005 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 23594 20005 247 541 0 23044 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 94376

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1010544/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=102904 CPUtime=582.09
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 26320 0 0 0 58112 97 0 0 25 0 1 0 1099241520 105373696 21540 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 25726 21540 247 541 0 25176 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 102904

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1009008/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=104504 CPUtime=642.06
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 26687 0 0 0 64105 101 0 0 25 0 1 0 1099241520 107012096 21907 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 26126 21907 247 541 0 25576 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 104504

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=1003440/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=110872 CPUtime=702.04
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 28084 0 0 0 70098 106 0 0 25 0 1 0 1099241520 113532928 23304 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 27718 23304 247 541 0 27168 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 110872

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=998640/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=115064 CPUtime=762.02
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 29984 0 0 0 76090 112 0 0 25 0 1 0 1099241520 117825536 24468 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 28766 24468 247 541 0 28216 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 115064

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=996656/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=117712 CPUtime=822
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 30509 0 0 0 82082 118 0 0 25 0 1 0 1099241520 120537088 24993 1992294400 4194304 6412682 548682068864 18446744073709551615 5277709 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 29428 24993 247 541 0 28878 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 117712

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=993520/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=120912 CPUtime=881.97
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 31286 0 0 0 88074 123 0 0 25 0 1 0 1099241520 123813888 25770 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 30228 25770 247 541 0 29678 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 120912

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=987120/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=128592 CPUtime=941.96
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 32890 0 0 0 94068 128 0 0 25 0 1 0 1099241520 131678208 27374 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 32148 27374 247 541 0 31598 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 128592

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=978480/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=139148 CPUtime=1001.94
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 35028 0 0 0 100062 132 0 0 25 0 1 0 1099241520 142487552 29512 1992294400 4194304 6412682 548682068864 18446744073709551615 4296577 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 34787 29512 247 541 0 34237 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 139148

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9040
/proc/meminfo: memFree=981552/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=136120 CPUtime=1061.91
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 35113 0 0 0 106054 137 0 0 25 0 1 0 1099241520 139386880 28751 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 34030 28751 247 541 0 33480 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 136120

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9046
/proc/meminfo: memFree=978416/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=140600 CPUtime=1121.89
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 35874 0 0 0 112047 142 0 0 25 0 1 0 1099241520 143974400 29512 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 35150 29512 247 541 0 34600 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 140600

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9046
/proc/meminfo: memFree=976368/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=143160 CPUtime=1181.87
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 36402 0 0 0 118041 146 0 0 25 0 1 0 1099241520 146595840 30040 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 35790 30040 247 541 0 35240 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 143160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 9046
/proc/meminfo: memFree=975664/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=143800 CPUtime=1200.06
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 36565 0 0 0 119858 148 0 0 25 0 1 0 1099241520 147251200 30203 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 35950 30203 247 541 0 35400 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 143800

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: 0.99 0.98 0.99 2/65 9046
/proc/meminfo: memFree=975664/2055920 swapFree=4174136/4192956
[pid=9039] ppid=9037 vsize=143800 CPUtime=1200.06
/proc/9039/stat : 9039 (kw) R 9037 9039 8660 0 -1 0 36565 0 0 0 119858 148 0 0 25 0 1 0 1099241520 147251200 30203 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/9039/statm: 35950 30203 247 541 0 35400 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 143800

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.53
CPU time (s): 1200.09
CPU user time (s): 1198.59
CPU system time (s): 1.50377
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 143800

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

runsolver used 0.876866 second user time and 2.6006 second system time

The end

Launcher Data

Begin job on node4 at 2009-03-28 19:42:27
IDJOB=1520125
IDBENCH=70492
IDSOLVER=501
FILE ID=node4/1520125-1238265747
PBS_JOBID= 9060814
Free space on /tmp= 65244 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/UNKNOWN/75/unif-k7-r89-v75-c6675-S2058039218-006.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520125-1238265747/watcher-1520125-1238265747 -o /tmp/evaluation-result-1520125-1238265747/solver-1520125-1238265747 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520125-1238265747.cnf

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

MD5SUM BENCH= 89d430115ed57f7d5b6a0f9a2181e3b8
RANDOM SEED=124189576

node4.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.277
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.277
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:       1096728 kB
Buffers:         86132 kB
Cached:         775828 kB
SwapCached:      12656 kB
Active:         155788 kB
Inactive:       720264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1096728 kB
SwapTotal:     4192956 kB
SwapFree:      4174136 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:          19696 kB
Slab:            69120 kB
Committed_AS:  2744328 kB
PageTables:       1480 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= 65244 MiB
End job on node4 at 2009-03-28 20:02:30