Trace number 1520399

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.62

General information on the benchmark

NameRANDOM/MEDIUM/3SAT/UNKNOWN/380/
unif-k3-r4.25-v380-c1615-S1807135406-059.cnf
MD5SUMcb595cd6bad1f0c5699baaa892a03467
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.7418
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses1615
Sum of the clauses size4845
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31615
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-1520399-1238291693/watcher-1520399-1238291693 -o /tmp/evaluation-result-1520399-1238291693/solver-1520399-1238291693 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1520399-1238291693.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.92 0.98 0.99 3/70 26446
/proc/meminfo: memFree=786792/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=2888 CPUtime=0
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 339 0 0 0 0 0 0 0 18 0 1 0 1101832561 2957312 323 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 722 323 219 541 0 172 0

[startup+0.0729599 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 26446
/proc/meminfo: memFree=786792/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=3280 CPUtime=0.07
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 481 0 0 0 7 0 0 0 18 0 1 0 1101832561 3358720 465 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 820 465 253 541 0 270 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3280

[startup+0.101962 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 26446
/proc/meminfo: memFree=786792/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=3412 CPUtime=0.09
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 523 0 0 0 9 0 0 0 18 0 1 0 1101832561 3493888 507 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 853 507 253 541 0 303 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3412

[startup+0.30198 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 26446
/proc/meminfo: memFree=786792/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=4352 CPUtime=0.3
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 757 0 0 0 29 1 0 0 19 0 1 0 1101832561 4456448 741 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 1088 741 253 541 0 538 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 4352

[startup+0.702021 s]
/proc/loadavg: 0.92 0.98 0.99 3/70 26446
/proc/meminfo: memFree=786792/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=5696 CPUtime=0.69
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 1087 0 0 0 68 1 0 0 23 0 1 0 1101832561 5832704 1071 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 1424 1071 253 541 0 874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5696

[startup+1.5011 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 26447
/proc/meminfo: memFree=782688/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=7360 CPUtime=1.49
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 1499 0 0 0 147 2 0 0 25 0 1 0 1101832561 7536640 1443 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 1840 1443 253 541 0 1290 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 7360

[startup+3.10126 s]
/proc/loadavg: 0.92 0.98 0.99 2/71 26447
/proc/meminfo: memFree=781344/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=8628 CPUtime=3.09
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 1821 0 0 0 307 2 0 0 25 0 1 0 1101832561 8835072 1720 1992294400 4194304 6412682 548682068864 18446744073709551615 4289376 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 2157 1720 256 541 0 1607 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 8628

[startup+6.30157 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 26447
/proc/meminfo: memFree=778720/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=10640 CPUtime=6.29
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 2425 0 0 0 625 4 0 0 25 0 1 0 1101832561 10895360 2212 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 2660 2212 256 541 0 2110 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10640

[startup+12.7012 s]
/proc/loadavg: 0.93 0.98 0.99 2/71 26447
/proc/meminfo: memFree=776160/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=14040 CPUtime=12.68
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 3242 0 0 0 1261 7 0 0 25 0 1 0 1101832561 14376960 2881 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 3510 2881 256 541 0 2960 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 14040

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/71 26447
/proc/meminfo: memFree=772448/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=17768 CPUtime=25.47
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 4355 0 0 0 2536 11 0 0 25 0 1 0 1101832561 18194432 3799 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 4442 3799 256 541 0 3892 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 17768

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/71 26447
/proc/meminfo: memFree=767072/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=24332 CPUtime=51.08
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 6108 0 0 0 5091 17 0 0 25 0 1 0 1101832561 24915968 5135 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 6083 5135 256 541 0 5533 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24332

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/71 26447
/proc/meminfo: memFree=758560/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=33360 CPUtime=102.24
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 8575 0 0 0 10199 25 0 0 25 0 1 0 1101832561 34160640 7211 1992294400 4194304 6412682 548682068864 18446744073709551615 4289239 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 8340 7211 256 541 0 7790 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 33360

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 26447
/proc/meminfo: memFree=751520/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=41248 CPUtime=162.21
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 10862 0 0 0 16188 33 0 0 25 0 1 0 1101832561 42237952 8980 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 10312 8980 256 541 0 9762 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 41248

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 26447
/proc/meminfo: memFree=745568/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=49192 CPUtime=222.19
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 12662 0 0 0 22179 40 0 0 25 0 1 0 1101832561 50372608 10462 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 12298 10462 256 541 0 11748 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 49192

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 26447
/proc/meminfo: memFree=741344/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=53984 CPUtime=282.16
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 14071 0 0 0 28170 46 0 0 25 0 1 0 1101832561 55279616 11505 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 13496 11505 256 541 0 12946 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 53984

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 26447
/proc/meminfo: memFree=735392/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=59792 CPUtime=342.13
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 15973 0 0 0 34161 52 0 0 25 0 1 0 1101832561 61227008 12986 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 14948 12986 256 541 0 14398 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 59792

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/71 26453
/proc/meminfo: memFree=731680/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=64136 CPUtime=402.11
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 16941 0 0 0 40153 58 0 0 25 0 1 0 1101832561 65675264 13954 1992294400 4194304 6412682 548682068864 18446744073709551615 4333023 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 16034 13954 256 541 0 15484 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 64136

[startup+462.302 s]
/proc/loadavg: 1.09 1.01 1.00 2/71 26933
/proc/meminfo: memFree=726936/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=69404 CPUtime=462.07
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 18453 0 0 0 46142 65 0 0 25 0 1 0 1101832561 71069696 14982 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 17351 14982 256 541 0 16801 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 69404

[startup+522.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/71 26933
/proc/meminfo: memFree=722328/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=74912 CPUtime=522.05
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 19681 0 0 0 52131 74 0 0 25 0 1 0 1101832561 76709888 16210 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 18728 16210 256 541 0 18178 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 74912

[startup+582.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/71 26933
/proc/meminfo: memFree=719896/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=76796 CPUtime=582.02
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 20815 0 0 0 58124 78 0 0 25 0 1 0 1101832561 78639104 16788 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 19199 16788 256 541 0 18649 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 76796

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=717592/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=79200 CPUtime=642
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 21394 0 0 0 64117 83 0 0 25 0 1 0 1101832561 81100800 17367 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 19800 17367 256 541 0 19250 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 79200

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=710232/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=89464 CPUtime=701.98
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 23840 0 0 0 70110 88 0 0 25 0 1 0 1101832561 91611136 19173 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 22366 19173 256 541 0 21816 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 89464

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=709280/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=90896 CPUtime=761.96
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 24118 0 0 0 76103 93 0 0 25 0 1 0 1101832561 93077504 19451 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 22724 19451 256 541 0 22174 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 90896

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=708064/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=92176 CPUtime=821.92
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 24437 0 0 0 82094 98 0 0 25 0 1 0 1101832561 94388224 19770 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 23044 19770 256 541 0 22494 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 92176

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=700704/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=100584 CPUtime=881.9
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 26266 0 0 0 88087 103 0 0 25 0 1 0 1101832561 102998016 21599 1992294400 4194304 6412682 548682068864 18446744073709551615 4286911 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 25146 21599 256 541 0 24596 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 100584

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=698208/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=102992 CPUtime=941.87
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 27621 0 0 0 94078 109 0 0 25 0 1 0 1101832561 105463808 22218 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 25748 22218 256 541 0 25198 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 102992

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=695520/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=106832 CPUtime=1001.84
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 28290 0 0 0 100070 114 0 0 25 0 1 0 1101832561 109395968 22887 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 26708 22887 256 541 0 26158 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 106832

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=694240/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=106832 CPUtime=1061.82
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 28614 0 0 0 106063 119 0 0 25 0 1 0 1101832561 109395968 23211 1992294400 4194304 6412682 548682068864 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 26708 23211 256 541 0 26158 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 106832

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=687840/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=113560 CPUtime=1121.79
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 30213 0 0 0 112054 125 0 0 25 0 1 0 1101832561 116285440 24810 1992294400 4194304 6412682 548682068864 18446744073709551615 4289321 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 28390 24810 256 541 0 27840 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 113560

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=684704/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=117400 CPUtime=1181.76
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 31822 0 0 0 118046 130 0 0 25 0 1 0 1101832561 120217600 25573 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 29350 25573 256 541 0 28800 0
Current children cumulated CPU time (s) 1181.76
Current children cumulated vsize (KiB) 117400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 26933
/proc/meminfo: memFree=684704/2055920 swapFree=4173156/4192956
[pid=26446] ppid=26444 vsize=117400 CPUtime=1200.06
/proc/26446/stat : 26446 (kw) R 26444 26446 26165 0 -1 0 31823 0 0 0 119875 131 0 0 25 0 1 0 1101832561 120217600 25574 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 0 0 0
/proc/26446/statm: 29350 25574 256 541 0 28800 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 117400

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.62
CPU time (s): 1200.09
CPU user time (s): 1198.76
CPU system time (s): 1.3318
CPU usage (%): 99.9556
Max. virtual memory (cumulated for all children) (KiB): 120784

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

runsolver used 1.05784 second user time and 3.35249 second system time

The end

Launcher Data

Begin job on node36 at 2009-03-29 03:54:53
IDJOB=1520399
IDBENCH=70629
IDSOLVER=501
FILE ID=node36/1520399-1238291693
PBS_JOBID= 9060920
Free space on /tmp= 66412 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/MEDIUM/3SAT/UNKNOWN/380/unif-k3-r4.25-v380-c1615-S1807135406-059.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1520399-1238291693/watcher-1520399-1238291693 -o /tmp/evaluation-result-1520399-1238291693/solver-1520399-1238291693 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1520399-1238291693.cnf

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

MD5SUM BENCH= cb595cd6bad1f0c5699baaa892a03467
RANDOM SEED=2006878194

node36.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:        787208 kB
Buffers:        104784 kB
Cached:        1062196 kB
SwapCached:       9216 kB
Active:         237252 kB
Inactive:       940404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        787208 kB
SwapTotal:     4192956 kB
SwapFree:      4173156 kB
Dirty:            2260 kB
Writeback:           0 kB
Mapped:          16252 kB
Slab:            76372 kB
Committed_AS:  2915512 kB
PageTables:       1876 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= 66408 MiB
End job on node36 at 2009-03-29 04:14:56