Trace number 1519873

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.11 1200.47

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/12000/
unif-k3-r4.2-v12000-c50400-S56507352-034.cnf
MD5SUM3489273d9d670dd6da5e410852c60205
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark530.094
Satisfiable
(Un)Satisfiability was proved
Number of variables12000
Number of clauses50400
Sum of the clauses size151200
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 350400
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-1519873-1238242649/watcher-1519873-1238242649 -o /tmp/evaluation-result-1519873-1238242649/solver-1519873-1238242649 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1519873-1238242649.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.96 0.99 0.99 3/64 11109
/proc/meminfo: memFree=1071264/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=4484 CPUtime=0
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 721 0 0 0 0 0 0 0 18 0 1 0 862856375 4591616 705 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 1121 709 208 541 0 571 0

[startup+0.0883731 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 11109
/proc/meminfo: memFree=1071264/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=10604 CPUtime=0.08
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 2176 0 0 0 7 1 0 0 18 0 1 0 862856375 10858496 2160 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 2651 2160 219 541 0 2101 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10604

[startup+0.101373 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 11109
/proc/meminfo: memFree=1071264/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=10604 CPUtime=0.1
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 2210 0 0 0 9 1 0 0 18 0 1 0 862856375 10858496 2194 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 2651 2194 219 541 0 2101 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10604

[startup+0.301403 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 11109
/proc/meminfo: memFree=1071264/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=13488 CPUtime=0.29
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 3029 0 0 0 28 1 0 0 19 0 1 0 862856375 13811712 2943 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 3372 2948 229 541 0 2822 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13488

[startup+0.701462 s]
/proc/loadavg: 0.96 0.99 0.99 3/64 11109
/proc/meminfo: memFree=1071264/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=15628 CPUtime=0.69
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 3610 0 0 0 67 2 0 0 22 0 1 0 862856375 16003072 3429 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 3907 3429 253 541 0 3357 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15628

[startup+1.50158 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 11110
/proc/meminfo: memFree=1058264/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=15628 CPUtime=1.49
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 3621 0 0 0 146 3 0 0 25 0 1 0 862856375 16003072 3440 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 3907 3440 253 541 0 3357 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15628

[startup+3.10181 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 11110
/proc/meminfo: memFree=1057176/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=18664 CPUtime=3.1
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 4401 0 0 0 306 4 0 0 25 0 1 0 862856375 19111936 4220 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 4666 4220 253 541 0 4116 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 18664

[startup+6.30128 s]
/proc/loadavg: 0.96 0.99 0.99 2/65 11110
/proc/meminfo: memFree=1050264/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=25136 CPUtime=6.29
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 6045 0 0 0 623 6 0 0 25 0 1 0 862856375 25739264 5864 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 6284 5864 253 541 0 5734 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25136

[startup+12.7022 s]
/proc/loadavg: 0.97 0.99 0.99 2/65 11110
/proc/meminfo: memFree=1040920/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=32704 CPUtime=12.69
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 7895 0 0 0 1260 9 0 0 25 0 1 0 862856375 33488896 7714 1992294400 4194304 6412682 548682068864 18446744073709551615 4359626 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 8176 7714 253 541 0 7626 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32704

[startup+25.5011 s]
/proc/loadavg: 0.97 0.99 0.99 2/65 11110
/proc/meminfo: memFree=1034008/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=39796 CPUtime=25.48
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 9635 0 0 0 2534 14 0 0 25 0 1 0 862856375 40751104 9454 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 9949 9454 256 541 0 9399 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 39796

[startup+51.1019 s]
/proc/loadavg: 0.98 0.99 0.99 2/65 11110
/proc/meminfo: memFree=1020184/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=53520 CPUtime=51.08
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 13093 0 0 0 5086 22 0 0 25 0 1 0 862856375 54804480 12912 1992294400 4194304 6412682 548682068864 18446744073709551615 4419354 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 13380 12912 256 541 0 12830 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 53520

[startup+102.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=994968/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=78636 CPUtime=102.26
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 19556 0 0 0 10188 38 0 0 25 0 1 0 862856375 80523264 19151 1992294400 4194304 6412682 548682068864 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 19659 19151 256 541 0 19109 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 78636

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=976536/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=96920 CPUtime=162.24
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 24450 0 0 0 16174 50 0 0 25 0 1 0 862856375 99246080 23749 1992294400 4194304 6412682 548682068864 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 24230 23749 256 541 0 23680 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 96920

[startup+222.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=945176/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=128724 CPUtime=222.22
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 32656 0 0 0 22157 65 0 0 25 0 1 0 862856375 131813376 31564 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 32181 31564 256 541 0 31631 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 128724

[startup+282.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=926744/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=147088 CPUtime=282.21
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 37508 0 0 0 28144 77 0 0 25 0 1 0 862856375 150618112 36175 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 36772 36175 256 541 0 36222 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 147088

[startup+342.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=906776/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=166784 CPUtime=342.19
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 42740 0 0 0 34129 90 0 0 25 0 1 0 862856375 170786816 41130 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 41696 41130 256 541 0 41146 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 166784

[startup+402.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=887960/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=185404 CPUtime=402.17
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 47752 0 0 0 40115 102 0 0 25 0 1 0 862856375 189853696 45824 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 46351 45824 256 541 0 45801 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 185404

[startup+462.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=862744/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=210372 CPUtime=462.15
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 54407 0 0 0 46100 115 0 0 25 0 1 0 862856375 215420928 52113 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 52593 52113 256 541 0 52043 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 210372

[startup+522.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=862424/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=210936 CPUtime=522.14
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 54525 0 0 0 52091 123 0 0 25 0 1 0 862856375 215998464 52231 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 52734 52231 256 541 0 52184 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 210936

[startup+582.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=832280/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=242240 CPUtime=582.12
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 62432 0 0 0 58074 138 0 0 25 0 1 0 862856375 248053760 59717 1992294400 4194304 6412682 548682068864 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 60560 59717 256 541 0 60010 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 242240

[startup+642.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=829592/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=245012 CPUtime=642.1
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 63131 0 0 0 64066 144 0 0 25 0 1 0 862856375 250892288 60416 1992294400 4194304 6412682 548682068864 18446744073709551615 4286815 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 61253 60416 256 541 0 60703 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 245012

[startup+702.302 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=795288/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=278836 CPUtime=702.08
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 72139 0 0 0 70049 159 0 0 25 0 1 0 862856375 285528064 68940 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 69709 68940 256 541 0 69159 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 278836

[startup+762.305 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=795288/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=278836 CPUtime=762.07
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 72139 0 0 0 76043 164 0 0 25 0 1 0 862856375 285528064 68940 1992294400 4194304 6412682 548682068864 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 69709 68940 256 541 0 69159 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 278836

[startup+822.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=753688/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=321148 CPUtime=822.05
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 82727 0 0 0 82025 180 0 0 25 0 1 0 862856375 328855552 79528 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 80287 79528 256 541 0 79737 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 321148

[startup+882.301 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=740696/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=333116 CPUtime=882.03
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 86300 0 0 0 88015 188 0 0 25 0 1 0 862856375 341110784 82545 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 83279 82545 256 541 0 82729 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 333116

[startup+942.303 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=740760/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=333116 CPUtime=942.02
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 86300 0 0 0 94008 194 0 0 25 0 1 0 862856375 341110784 82545 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 83279 82545 256 541 0 82729 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 333116

[startup+1002.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=717400/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=356492 CPUtime=1001.99
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 92210 0 0 0 99993 206 0 0 25 0 1 0 862856375 365047808 88455 1992294400 4194304 6412682 548682068864 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 89123 88455 256 541 0 88573 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 356492

[startup+1062.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=696536/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=376864 CPUtime=1061.97
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 97956 0 0 0 105980 217 0 0 25 0 1 0 862856375 385908736 93561 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 94216 93561 256 541 0 93666 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 376864

[startup+1122.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=696600/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=376864 CPUtime=1121.96
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 97956 0 0 0 111975 221 0 0 25 0 1 0 862856375 385908736 93561 1992294400 4194304 6412682 548682068864 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 94216 93561 256 541 0 93666 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 376864

[startup+1182.3 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=696600/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=376864 CPUtime=1181.94
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 97956 0 0 0 117968 226 0 0 25 0 1 0 862856375 385908736 93561 1992294400 4194304 6412682 548682068864 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 94216 93561 256 541 0 93666 0
Current children cumulated CPU time (s) 1181.94
Current children cumulated vsize (KiB) 376864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.99 0.99 2/65 11110
/proc/meminfo: memFree=693144/2055920 swapFree=4178260/4192956
[pid=11109] ppid=11107 vsize=380296 CPUtime=1200.04
/proc/11109/stat : 11109 (kw) R 11107 11109 10916 0 -1 0 98840 0 0 0 119776 228 0 0 25 0 1 0 862856375 389423104 94445 1992294400 4194304 6412682 548682068864 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/11109/statm: 95074 94445 256 541 0 94524 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 380296

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.47
CPU time (s): 1200.11
CPU user time (s): 1197.76
CPU system time (s): 2.34564
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 380296

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

runsolver used 0.889864 second user time and 2.6556 second system time

The end

Launcher Data

Begin job on node39 at 2009-03-28 13:17:29
IDJOB=1519873
IDBENCH=70366
IDSOLVER=501
FILE ID=node39/1519873-1238242649
PBS_JOBID= 9060683
Free space on /tmp= 66228 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/12000/unif-k3-r4.2-v12000-c50400-S56507352-034.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519873-1238242649/watcher-1519873-1238242649 -o /tmp/evaluation-result-1519873-1238242649/solver-1519873-1238242649 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1519873-1238242649.cnf

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

MD5SUM BENCH= 3489273d9d670dd6da5e410852c60205
RANDOM SEED=1519900874

node39.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.285
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.285
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:       1071744 kB
Buffers:         85108 kB
Cached:         803984 kB
SwapCached:       8168 kB
Active:          32932 kB
Inactive:       866144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1071744 kB
SwapTotal:     4192956 kB
SwapFree:      4178260 kB
Dirty:            3164 kB
Writeback:           0 kB
Mapped:          16692 kB
Slab:            71400 kB
Committed_AS:  2188264 kB
PageTables:       1188 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= 66224 MiB
End job on node39 at 2009-03-28 13:37:31