Trace number 1519521

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
kw 2009-03-20? (TO) 1200.12 1200.46

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/1000/
unif-k5-r20-v1000-c20000-S1850138369-006.cnf
MD5SUMede25cb155c6cf4ca4d7600faec2bb41
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark146.905
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses20000
Sum of the clauses size100000
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 520000
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-1519521-1238229579/watcher-1519521-1238229579 -o /tmp/evaluation-result-1519521-1238229579/solver-1519521-1238229579 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519521-1238229579.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 0.98 3/64 13120
/proc/meminfo: memFree=862160/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=3272 CPUtime=0
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 428 0 0 0 0 0 0 0 18 0 1 0 1095623783 3350528 412 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 818 412 219 541 0 268 0

[startup+0.02527 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 13120
/proc/meminfo: memFree=862160/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=3536 CPUtime=0.02
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 477 0 0 0 2 0 0 0 18 0 1 0 1095623783 3620864 461 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 884 461 219 541 0 334 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3536

[startup+0.101278 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 13120
/proc/meminfo: memFree=862160/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=4460 CPUtime=0.09
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 754 0 0 0 9 0 0 0 18 0 1 0 1095623783 4567040 738 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 1115 738 219 541 0 565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4460

[startup+0.301297 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 13120
/proc/meminfo: memFree=862160/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=5456 CPUtime=0.29
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 1374 0 0 0 29 0 0 0 19 0 1 0 1095623783 5586944 999 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 1364 999 245 541 0 814 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5456

[startup+0.701335 s]
/proc/loadavg: 1.00 1.00 0.98 3/64 13120
/proc/meminfo: memFree=862160/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=7692 CPUtime=0.69
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 1943 0 0 0 69 0 0 0 22 0 1 0 1095623783 7876608 1568 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 1923 1568 245 541 0 1373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7692

[startup+1.50141 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13121
/proc/meminfo: memFree=855240/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=11640 CPUtime=1.49
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 2945 0 0 0 148 1 0 0 25 0 1 0 1095623783 11919360 2570 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 2910 2570 245 541 0 2360 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11640

[startup+3.10157 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13121
/proc/meminfo: memFree=849992/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=18020 CPUtime=3.09
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 4556 0 0 0 306 3 0 0 25 0 1 0 1095623783 18452480 4141 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 4505 4141 245 541 0 3955 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18020

[startup+6.30188 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13121
/proc/meminfo: memFree=843528/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=20940 CPUtime=6.29
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 5344 0 0 0 624 5 0 0 25 0 1 0 1095623783 21442560 4884 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 5235 4884 248 541 0 4685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20940

[startup+12.7015 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13121
/proc/meminfo: memFree=836680/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=28876 CPUtime=12.69
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 7509 0 0 0 1259 10 0 0 25 0 1 0 1095623783 29569024 6868 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 7219 6868 248 541 0 6669 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28876

[startup+25.5017 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13121
/proc/meminfo: memFree=826248/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=39024 CPUtime=25.48
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 10149 0 0 0 2533 15 0 0 25 0 1 0 1095623783 39960576 9338 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 9756 9338 248 541 0 9206 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39024

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13121
/proc/meminfo: memFree=809288/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=56108 CPUtime=51.08
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 14808 0 0 0 5084 24 0 0 25 0 1 0 1095623783 57454592 13635 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 14027 13635 248 541 0 13477 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 56108

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13123
/proc/meminfo: memFree=782280/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=82940 CPUtime=102.26
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 21871 0 0 0 10187 39 0 0 25 0 1 0 1095623783 84930560 20149 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 20735 20149 248 541 0 20185 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 82940

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.98 2/65 13123
/proc/meminfo: memFree=762184/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=103828 CPUtime=162.25
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 27522 0 0 0 16168 57 0 0 25 0 1 0 1095623783 106319872 25282 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 25957 25282 248 541 0 25407 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 103828

[startup+222.302 s]
/proc/loadavg: 1.03 1.01 0.98 2/65 13123
/proc/meminfo: memFree=731016/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=137484 CPUtime=222.23
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 35823 0 0 0 22152 71 0 0 25 0 1 0 1095623783 140783616 33265 1992294400 4194304 6412682 548682068864 18446744073709551615 4296571 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 34371 33265 248 541 0 33821 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 137484

[startup+282.302 s]
/proc/loadavg: 1.19 1.05 1.00 2/65 13123
/proc/meminfo: memFree=714312/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=153808 CPUtime=282.21
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 40153 0 0 0 28136 85 0 0 25 0 1 0 1095623783 157499392 37229 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 38452 37229 248 541 0 37902 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 153808

[startup+342.301 s]
/proc/loadavg: 1.07 1.04 1.00 2/65 13123
/proc/meminfo: memFree=704136/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=163552 CPUtime=342.2
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 42989 0 0 0 34125 95 0 0 25 0 1 0 1095623783 167477248 39644 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 40888 39644 248 541 0 40338 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 163552

[startup+402.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 13123
/proc/meminfo: memFree=688648/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=179244 CPUtime=402.18
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 47282 0 0 0 40112 106 0 0 25 0 1 0 1095623783 183545856 43453 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 44811 43453 248 541 0 44261 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 179244

[startup+462.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 13123
/proc/meminfo: memFree=665352/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=204072 CPUtime=462.16
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 53156 0 0 0 46098 118 0 0 25 0 1 0 1095623783 208969728 49327 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 51018 49327 248 541 0 50468 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 204072

[startup+522.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 13123
/proc/meminfo: memFree=662984/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=206104 CPUtime=522.14
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 54234 0 0 0 52089 125 0 0 25 0 1 0 1095623783 211050496 49849 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 51526 49849 248 541 0 50976 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 206104

[startup+582.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 13123
/proc/meminfo: memFree=645640/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=224164 CPUtime=582.13
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 58621 0 0 0 58077 136 0 0 25 0 1 0 1095623783 229543936 54236 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 56041 54236 248 541 0 55491 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 224164

[startup+642.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 13123
/proc/meminfo: memFree=636744/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=235288 CPUtime=642.11
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 61386 0 0 0 64066 145 0 0 25 0 1 0 1095623783 240934912 56361 1992294400 4194304 6412682 548682068864 18446744073709551615 4286849 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 58822 56361 248 541 0 58272 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 235288

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=635720/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=236636 CPUtime=702.09
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 61677 0 0 0 70059 150 0 0 25 0 1 0 1095623783 242315264 56652 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 59159 56652 248 541 0 58609 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 236636

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=607368/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=265828 CPUtime=762.09
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 68747 0 0 0 76044 165 0 0 25 0 1 0 1095623783 272207872 63722 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 66457 63722 248 541 0 65907 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 265828

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=602440/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=270776 CPUtime=822.06
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 70692 0 0 0 82035 171 0 0 25 0 1 0 1095623783 277274624 64931 1992294400 4194304 6412682 548682068864 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 67694 64931 248 541 0 67144 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 270776

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=601928/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=270964 CPUtime=882.05
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 70817 0 0 0 88027 178 0 0 25 0 1 0 1095623783 277467136 65056 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 67741 65056 248 541 0 67191 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 270964

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=593224/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=280536 CPUtime=942.03
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 73063 0 0 0 94018 185 0 0 25 0 1 0 1095623783 287268864 67302 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 70134 67302 248 541 0 69584 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 280536

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=566024/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=308056 CPUtime=1002.01
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 79818 0 0 0 100002 199 0 0 25 0 1 0 1095623783 315449344 74057 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 77014 74057 248 541 0 76464 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 308056

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=565512/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=308192 CPUtime=1062
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 80729 0 0 0 105995 205 0 0 25 0 1 0 1095623783 315588608 74122 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 77048 74122 248 541 0 76498 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 308192

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=565384/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=308192 CPUtime=1121.98
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 80784 0 0 0 111990 208 0 0 25 0 1 0 1095623783 315588608 74177 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 77048 74177 248 541 0 76498 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 308192

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=565192/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=308192 CPUtime=1181.97
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 80847 0 0 0 117984 213 0 0 25 0 1 0 1095623783 315588608 74240 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 77048 74240 248 541 0 76498 0
Current children cumulated CPU time (s) 1181.97
Current children cumulated vsize (KiB) 308192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13123
/proc/meminfo: memFree=558216/2055920 swapFree=4178100/4192956
[pid=13120] ppid=13118 vsize=315792 CPUtime=1200.06
/proc/13120/stat : 13120 (kw) R 13118 13120 12842 0 -1 0 82577 0 0 0 119790 216 0 0 25 0 1 0 1095623783 323371008 75970 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/13120/statm: 78948 75970 248 541 0 78398 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 315792

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.46
CPU time (s): 1200.12
CPU user time (s): 1197.91
CPU system time (s): 2.21466
CPU usage (%): 99.9724
Max. virtual memory (cumulated for all children) (KiB): 315792

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

runsolver used 1.01385 second user time and 2.84457 second system time

The end

Launcher Data

Begin job on node18 at 2009-03-28 09:39:39
IDJOB=1519521
IDBENCH=70190
IDSOLVER=501
FILE ID=node18/1519521-1238229579
PBS_JOBID= 9060632
Free space on /tmp= 66196 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/1000/unif-k5-r20-v1000-c20000-S1850138369-006.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519521-1238229579/watcher-1519521-1238229579 -o /tmp/evaluation-result-1519521-1238229579/solver-1519521-1238229579 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519521-1238229579.cnf

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

MD5SUM BENCH= ede25cb155c6cf4ca4d7600faec2bb41
RANDOM SEED=125845615

node18.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        862576 kB
Buffers:         81912 kB
Cached:        1020740 kB
SwapCached:       8808 kB
Active:          92576 kB
Inactive:      1022528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        862576 kB
SwapTotal:     4192956 kB
SwapFree:      4178100 kB
Dirty:            2704 kB
Writeback:           0 kB
Mapped:          16304 kB
Slab:            64348 kB
Committed_AS:  2943796 kB
PageTables:       1376 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= 66196 MiB
End job on node18 at 2009-03-28 09:59:41