Trace number 1719218

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.23 1200.88

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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-1719218-1240644681/watcher-1719218-1240644681 -o /tmp/evaluation-result-1719218-1240644681/solver-1719218-1240644681 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1719218-1240644681.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.93 0.98 0.99 3/64 21521
/proc/meminfo: memFree=1685000/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=14732 CPUtime=0
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 1129 0 0 0 0 0 0 0 18 0 1 0 92502846 15085568 1113 1992294400 4194304 6412682 548682068832 18446744073709551615 4402299 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 3683 1121 192 541 0 3133 0

[startup+0.095053 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21521
/proc/meminfo: memFree=1685000/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=58392 CPUtime=0.08
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 12855 0 0 0 4 4 0 0 18 0 1 0 92502846 59793408 12839 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 14598 12844 208 541 0 14048 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 58392

[startup+0.101056 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21521
/proc/meminfo: memFree=1685000/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=60504 CPUtime=0.09
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 13533 0 0 0 5 4 0 0 18 0 1 0 92502846 61956096 13517 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 15126 13522 208 541 0 14576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 60504

[startup+0.301091 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21521
/proc/meminfo: memFree=1685000/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=245928 CPUtime=0.29
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 45712 0 0 0 11 18 0 0 19 0 1 0 92502846 251830272 45696 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 61482 45696 219 541 0 60932 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 245928

[startup+0.701161 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 21521
/proc/meminfo: memFree=1685000/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=252536 CPUtime=0.69
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 47552 0 0 0 49 20 0 0 23 0 1 0 92502846 258596864 47536 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 63134 47536 219 541 0 62584 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 252536

[startup+1.5013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 21522
/proc/meminfo: memFree=1491136/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=265352 CPUtime=1.49
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 51093 0 0 0 128 21 0 0 25 0 1 0 92502846 271720448 51077 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 66338 51077 219 541 0 65788 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 265352

[startup+3.10158 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21522
/proc/meminfo: memFree=1474560/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=290612 CPUtime=3.09
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 57997 0 0 0 283 26 0 0 25 0 1 0 92502846 297586688 57981 1992294400 4194304 6412682 548682068832 18446744073709551615 5554128 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 72653 57981 219 541 0 72103 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 290612

[startup+6.30114 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21522
/proc/meminfo: memFree=1418496/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=339800 CPUtime=6.29
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 71468 0 0 0 595 34 0 0 25 0 1 0 92502846 347955200 71452 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 84950 71452 219 541 0 84400 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 339800

[startup+12.7013 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21522
/proc/meminfo: memFree=1304192/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=442128 CPUtime=12.69
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 102158 0 0 0 1218 51 0 0 25 0 1 0 92502846 452739072 99069 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 110532 99069 220 541 0 109982 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 442128

[startup+25.5015 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21522
/proc/meminfo: memFree=1081600/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=641936 CPUtime=25.49
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 162297 0 0 0 2470 79 0 0 25 0 1 0 92502846 657342464 153063 1992294400 4194304 6412682 548682068832 18446744073709551615 4369593 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 160484 153063 220 541 0 159934 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 641936

[startup+51.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21522
/proc/meminfo: memFree=666304/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1089472 CPUtime=51.03
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 262199 0 0 0 4953 150 0 0 25 0 1 0 92502846 1115619328 252965 1992294400 4194304 6412682 548682068832 18446744073709551615 4509055 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 272368 252965 248 541 0 271818 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 1089472

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21522
/proc/meminfo: memFree=533760/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223284 CPUtime=102.21
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 294455 0 0 0 10058 163 0 0 25 0 1 0 92502846 1252642816 285221 1992294400 4194304 6412682 548682068832 18446744073709551615 4297261 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305821 285221 248 541 0 305271 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 1223284

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21522
/proc/meminfo: memFree=529920/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223284 CPUtime=162.18
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 295422 0 0 0 16022 196 0 0 25 0 1 0 92502846 1252642816 286188 1992294400 4194304 6412682 548682068832 18446744073709551615 4261019 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305821 286188 258 541 0 305271 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1223284

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21522
/proc/meminfo: memFree=529920/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223284 CPUtime=222.14
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 295423 0 0 0 22018 196 0 0 25 0 1 0 92502846 1252642816 286189 1992294400 4194304 6412682 548682068832 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305821 286189 258 541 0 305271 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 1223284

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21522
/proc/meminfo: memFree=529856/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223284 CPUtime=282.11
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 295428 0 0 0 28015 196 0 0 25 0 1 0 92502846 1252642816 286194 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305821 286194 258 541 0 305271 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 1223284

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=528640/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223284 CPUtime=342.08
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 295686 0 0 0 33978 230 0 0 25 0 1 0 92502846 1252642816 286452 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305821 286452 258 541 0 305271 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 1223284

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=527936/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223284 CPUtime=402.05
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 295874 0 0 0 39954 251 0 0 25 0 1 0 92502846 1252642816 286640 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305821 286640 258 541 0 305271 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 1223284

[startup+462.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 21524
/proc/meminfo: memFree=526784/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=462.02
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 296164 0 0 0 45858 344 0 0 25 0 1 0 92502846 1253298176 286930 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 286930 258 541 0 305431 0
Current children cumulated CPU time (s) 462.02
Current children cumulated vsize (KiB) 1223924

[startup+522.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 21524
/proc/meminfo: memFree=526656/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=521.99
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 296197 0 0 0 51826 373 0 0 25 0 1 0 92502846 1253298176 286963 1992294400 4194304 6412682 548682068832 18446744073709551615 5484944 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 286963 258 541 0 305431 0
Current children cumulated CPU time (s) 521.99
Current children cumulated vsize (KiB) 1223924

[startup+582.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 21524
/proc/meminfo: memFree=525952/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=581.96
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 296394 0 0 0 57741 455 0 0 25 0 1 0 92502846 1253298176 287160 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 287160 258 541 0 305431 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 1223924

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=525632/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=641.94
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 296481 0 0 0 63725 469 0 0 25 0 1 0 92502846 1253298176 287247 1992294400 4194304 6412682 548682068832 18446744073709551615 4332873 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 287247 258 541 0 305431 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 1223924

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=524480/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=701.9
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 296747 0 0 0 69609 581 0 0 25 0 1 0 92502846 1253298176 287513 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 287513 258 541 0 305431 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 1223924

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=524032/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=761.87
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 296838 0 0 0 75591 596 0 0 25 0 1 0 92502846 1253298176 287604 1992294400 4194304 6412682 548682068832 18446744073709551615 4573611 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 287604 258 541 0 305431 0
Current children cumulated CPU time (s) 761.87
Current children cumulated vsize (KiB) 1223924

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=523328/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=821.84
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 297026 0 0 0 81520 664 0 0 25 0 1 0 92502846 1253298176 287792 1992294400 4194304 6412682 548682068832 18446744073709551615 4417715 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 287792 258 541 0 305431 0
Current children cumulated CPU time (s) 821.84
Current children cumulated vsize (KiB) 1223924

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=521536/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=881.81
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 297475 0 0 0 87438 743 0 0 25 0 1 0 92502846 1253298176 288241 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 288241 258 541 0 305431 0
Current children cumulated CPU time (s) 881.81
Current children cumulated vsize (KiB) 1223924

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=520064/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1223924 CPUtime=941.77
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 297844 0 0 0 93407 770 0 0 25 0 1 0 92502846 1253298176 288610 1992294400 4194304 6412682 548682068832 18446744073709551615 4570497 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 305981 288610 258 541 0 305431 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 1223924

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=518016/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1224244 CPUtime=1001.74
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 298346 0 0 0 99336 838 0 0 25 0 1 0 92502846 1253625856 289112 1992294400 4194304 6412682 548682068832 18446744073709551615 4287183 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 306061 289112 258 541 0 305511 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 1224244

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=511872/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1224244 CPUtime=1061.71
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 299870 0 0 0 105236 935 0 0 25 0 1 0 92502846 1253625856 290636 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 306061 290636 258 541 0 305511 0
Current children cumulated CPU time (s) 1061.71
Current children cumulated vsize (KiB) 1224244

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=511232/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1224248 CPUtime=1121.68
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 300014 0 0 0 111160 1008 0 0 25 0 1 0 92502846 1253629952 290780 1992294400 4194304 6412682 548682068832 18446744073709551615 4286819 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 306062 290780 258 541 0 305512 0
Current children cumulated CPU time (s) 1121.68
Current children cumulated vsize (KiB) 1224248

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=511104/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1224248 CPUtime=1181.66
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 300035 0 0 0 117111 1055 0 0 25 0 1 0 92502846 1253629952 290801 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 306062 290801 258 541 0 305512 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 1224248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=511104/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=1224248 CPUtime=1200.05
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 0 300035 0 0 0 118950 1055 0 0 25 0 1 0 92502846 1253629952 290801 1992294400 4194304 6412682 548682068832 18446744073709551615 4573577 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 306062 290801 258 541 0 305512 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1224248

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 21524
/proc/meminfo: memFree=511104/2055920 swapFree=4192812/4192956
[pid=21521] ppid=21519 vsize=0 CPUtime=1200.15
/proc/21521/stat : 21521 (kw) R 21519 21521 21109 0 -1 1028 300035 0 0 0 118950 1065 0 0 25 0 1 0 92502846 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/21521/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.88
CPU time (s): 1200.23
CPU user time (s): 1189.5
CPU system time (s): 10.7274
CPU usage (%): 99.9458
Max. virtual memory (cumulated for all children) (KiB): 1224248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1189.5
system time used= 10.7274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300035
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= 3
involuntary context switches= 2897

runsolver used 1.05384 second user time and 3.32349 second system time

The end

Launcher Data

Begin job on node4 at 2009-04-25 09:31:29
IDJOB=1719218
IDBENCH=20580
IDSOLVER=501
FILE ID=node4/1719218-1240644681
PBS_JOBID= 9186453
Free space on /tmp= 66076 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719218-1240644681/watcher-1719218-1240644681 -o /tmp/evaluation-result-1719218-1240644681/solver-1719218-1240644681 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1719218-1240644681.cnf

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1475718209

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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.265
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:       1685416 kB
Buffers:         15624 kB
Cached:         274524 kB
SwapCached:        144 kB
Active:         146976 kB
Inactive:       157236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1685416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          134044 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            52236 kB
Committed_AS:   415616 kB
PageTables:       1468 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= 66064 MiB
End job on node4 at 2009-04-25 09:51:31