Trace number 1737401

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.1 1200.52

General information on the benchmark

NameCRAFTED/sgen/sat/
sgen1-sat-250-100.cnf
MD5SUM327600404ca46d59d12ad4e7ba1e4999
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark64.9541
Satisfiable
(Un)Satisfiability was proved
Number of variables250
Number of clauses600
Sum of the clauses size1500
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2500
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5100
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:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1737401-1240817495/watcher-1737401-1240817495 -o /tmp/evaluation-result-1737401-1240817495/solver-1737401-1240817495 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1737401-1240817495.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 1.00 3/64 2385
/proc/meminfo: memFree=1735872/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=2860 CPUtime=0
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 345 0 0 0 0 0 0 0 18 0 1 0 109783901 2928640 329 1992294400 4194304 6412682 548682068832 18446744073709551615 5509344 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 715 331 236 541 0 165 0

[startup+0.0676259 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2385
/proc/meminfo: memFree=1735872/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=3256 CPUtime=0.06
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 474 0 0 0 6 0 0 0 18 0 1 0 109783901 3334144 458 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 814 458 245 541 0 264 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3256

[startup+0.101632 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2385
/proc/meminfo: memFree=1735872/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=3520 CPUtime=0.09
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 539 0 0 0 9 0 0 0 18 0 1 0 109783901 3604480 523 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 880 523 245 541 0 330 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3520

[startup+0.301671 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2385
/proc/meminfo: memFree=1735872/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=4712 CPUtime=0.29
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 828 0 0 0 29 0 0 0 19 0 1 0 109783901 4825088 812 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 1178 812 245 541 0 628 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4712

[startup+0.701749 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2385
/proc/meminfo: memFree=1735872/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=6612 CPUtime=0.69
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 1274 0 0 0 68 1 0 0 23 0 1 0 109783901 6770688 1258 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 1653 1258 245 541 0 1103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6612

[startup+1.50191 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1730808/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=8884 CPUtime=1.49
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 1820 0 0 0 148 1 0 0 25 0 1 0 109783901 9097216 1804 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 2221 1804 245 541 0 1671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8884

[startup+3.10122 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1728312/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=10888 CPUtime=3.09
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 2297 0 0 0 307 2 0 0 25 0 1 0 109783901 11149312 2241 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 2722 2241 245 541 0 2172 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10888

[startup+6.30285 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1725880/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=13276 CPUtime=6.29
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 2940 0 0 0 625 4 0 0 25 0 1 0 109783901 13594624 2787 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 3319 2787 249 541 0 2769 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13276

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1721848/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=16920 CPUtime=12.69
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 3897 0 0 0 1263 6 0 0 25 0 1 0 109783901 17326080 3615 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 4230 3615 249 541 0 3680 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16920

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1717752/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=22132 CPUtime=25.48
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 5129 0 0 0 2539 9 0 0 25 0 1 0 109783901 22663168 4677 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 5533 4677 249 541 0 4983 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22132

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1712056/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=28816 CPUtime=51.07
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 6787 0 0 0 5093 14 0 0 25 0 1 0 109783901 29507584 6111 1992294400 4194304 6412682 548682068832 18446744073709551615 4286879 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 7204 6111 249 541 0 6654 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 28816

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1704248/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=38084 CPUtime=102.26
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 9003 0 0 0 10205 21 0 0 25 0 1 0 109783901 38998016 8031 1992294400 4194304 6412682 548682068832 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 9521 8031 249 541 0 8971 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38084

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1694904/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=48620 CPUtime=162.23
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 11701 0 0 0 16194 29 0 0 25 0 1 0 109783901 49786880 10338 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 12155 10338 249 541 0 11605 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 48620

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1689016/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=55268 CPUtime=222.21
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 13431 0 0 0 22185 36 0 0 25 0 1 0 109783901 56594432 11827 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 13817 11827 249 541 0 13267 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 55268

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1682744/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=63564 CPUtime=282.19
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 15226 0 0 0 28177 42 0 0 25 0 1 0 109783901 65089536 13622 1992294400 4194304 6412682 548682068832 18446744073709551615 4394629 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 15891 13623 249 541 0 15341 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 63564

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2386
/proc/meminfo: memFree=1679800/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=65500 CPUtime=342.17
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 15995 0 0 0 34170 47 0 0 25 0 1 0 109783901 67072000 14114 1992294400 4194304 6412682 548682068832 18446744073709551615 4286888 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 16375 14114 249 541 0 15825 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 65500

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1673848/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=73316 CPUtime=402.15
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 17770 0 0 0 40164 51 0 0 25 0 1 0 109783901 75075584 15571 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 18329 15571 249 541 0 17779 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 73316

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1670904/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=77156 CPUtime=462.13
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 18542 0 0 0 46158 55 0 0 25 0 1 0 109783901 79007744 16343 1992294400 4194304 6412682 548682068832 18446744073709551615 4286898 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 19289 16343 249 541 0 18739 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 77156

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1664440/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=84140 CPUtime=522.11
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 20430 0 0 0 52152 59 0 0 25 0 1 0 109783901 86159360 17865 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 21035 17865 249 541 0 20485 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 84140

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1663160/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=85960 CPUtime=582.09
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 20796 0 0 0 58146 63 0 0 25 0 1 0 109783901 88023040 18231 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 21490 18231 249 541 0 20940 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 85960

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1661560/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=87880 CPUtime=642.07
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 21180 0 0 0 64140 67 0 0 25 0 1 0 109783901 89989120 18615 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 21970 18615 249 541 0 21420 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 87880

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1654584/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=95076 CPUtime=702.05
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 22941 0 0 0 70133 72 0 0 25 0 1 0 109783901 97357824 20376 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 23769 20376 249 541 0 23219 0
Current children cumulated CPU time (s) 702.05
Current children cumulated vsize (KiB) 95076

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1653816/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=95892 CPUtime=762.03
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 23535 0 0 0 76128 75 0 0 25 0 1 0 109783901 98193408 20549 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 23973 20549 249 541 0 23423 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 95892

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1652408/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=97652 CPUtime=822.01
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 23875 0 0 0 82122 79 0 0 25 0 1 0 109783901 99995648 20889 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 24413 20889 249 541 0 23863 0
Current children cumulated CPU time (s) 822.01
Current children cumulated vsize (KiB) 97652

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1647928/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=102260 CPUtime=881.98
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 24995 0 0 0 88116 82 0 0 25 0 1 0 109783901 104714240 22009 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 25565 22009 249 541 0 25015 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 102260

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1642232/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=108400 CPUtime=941.97
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 26848 0 0 0 94111 86 0 0 25 0 1 0 109783901 111001600 23378 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 27100 23378 249 541 0 26550 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 108400

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1641656/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=109040 CPUtime=1001.94
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 27040 0 0 0 100105 89 0 0 25 0 1 0 109783901 111656960 23570 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 27260 23570 249 541 0 26710 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 109040

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1640760/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=109840 CPUtime=1061.92
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 27257 0 0 0 106100 92 0 0 25 0 1 0 109783901 112476160 23787 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 27460 23787 249 541 0 26910 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 109840

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1639096/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=111600 CPUtime=1121.9
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 27662 0 0 0 112094 96 0 0 25 0 1 0 109783901 114278400 24192 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 27900 24192 249 541 0 27350 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 111600

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1631160/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=120528 CPUtime=1181.88
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 29697 0 0 0 118087 101 0 0 25 0 1 0 109783901 123420672 26227 1992294400 4194304 6412682 548682068832 18446744073709551615 4287596 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 30132 26227 249 541 0 29582 0
Current children cumulated CPU time (s) 1181.88
Current children cumulated vsize (KiB) 120528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1629240/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=122768 CPUtime=1200.08
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 30121 0 0 0 119906 102 0 0 25 0 1 0 109783901 125714432 26651 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 30692 26651 249 541 0 30142 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 122768

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: 1.00 1.00 1.00 2/65 2388
/proc/meminfo: memFree=1629240/2055924 swapFree=4180788/4192956
[pid=2385] ppid=2383 vsize=122768 CPUtime=1200.08
/proc/2385/stat : 2385 (kw) R 2383 2385 1548 0 -1 0 30121 0 0 0 119906 102 0 0 25 0 1 0 109783901 125714432 26651 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 1 0 0
/proc/2385/statm: 30692 26651 249 541 0 30142 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 122768

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.06
CPU system time (s): 1.04184
CPU usage (%): 99.9651
Max. virtual memory (cumulated for all children) (KiB): 122768

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

runsolver used 0.996848 second user time and 2.33164 second system time

The end

Launcher Data

Begin job on node6 at 2009-04-27 09:31:35
IDJOB=1737401
IDBENCH=71788
IDSOLVER=501
FILE ID=node6/1737401-1240817495
PBS_JOBID= 9187455
Free space on /tmp= 66340 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/CRAFTED/sgen/sat/sgen1-sat-250-100.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1737401-1240817495/watcher-1737401-1240817495 -o /tmp/evaluation-result-1737401-1240817495/solver-1737401-1240817495 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1737401-1240817495.cnf

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

MD5SUM BENCH= 327600404ca46d59d12ad4e7ba1e4999
RANDOM SEED=1579987645

node6.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.281
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.281
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:      2055924 kB
MemFree:       1736352 kB
Buffers:         47616 kB
Cached:         199316 kB
SwapCached:       6028 kB
Active:         101812 kB
Inactive:       153608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1736352 kB
SwapTotal:     4192956 kB
SwapFree:      4180788 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            50156 kB
Committed_AS:   526564 kB
PageTables:       1452 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= 66336 MiB
End job on node6 at 2009-04-27 09:51:38