Trace number 1578912

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.15 1200.67

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1115.23
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

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-1578912-1238902028/watcher-1578912-1238902028 -o /tmp/evaluation-result-1578912-1238902028/solver-1578912-1238902028 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/kw HOME/instance-1578912-1238902028.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/73 9741
/proc/meminfo: memFree=1627392/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=6032 CPUtime=0
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 1045 0 0 0 0 0 0 0 18 0 1 0 1042621502 6176768 1030 1992294400 4194304 6412682 548682068832 18446744073709551615 4263521 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 1508 1032 195 541 0 958 0

[startup+0.0499009 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 9741
/proc/meminfo: memFree=1627392/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=36044 CPUtime=0.04
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 6879 0 0 0 2 2 0 0 18 0 1 0 1042621502 36909056 6863 1992294400 4194304 6412682 548682068832 18446744073709551615 4280529 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 9011 6868 208 541 0 8461 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36044

[startup+0.101905 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 9741
/proc/meminfo: memFree=1627392/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=64436 CPUtime=0.09
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 13294 0 0 0 4 5 0 0 18 0 1 0 1042621502 65982464 13278 1992294400 4194304 6412682 548682068832 18446744073709551615 4280887 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 16109 13284 208 541 0 15559 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64436

[startup+0.301926 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 9741
/proc/meminfo: memFree=1627392/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=164668 CPUtime=0.3
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 37585 0 0 0 14 16 0 0 19 0 1 0 1042621502 168620032 37569 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 41167 37569 219 541 0 40617 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 164668

[startup+0.701968 s]
/proc/loadavg: 1.00 1.00 1.00 3/73 9741
/proc/meminfo: memFree=1627392/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=170608 CPUtime=0.7
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 39234 0 0 0 53 17 0 0 23 0 1 0 1042621502 174702592 39218 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 42652 39218 219 541 0 42102 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 170608

[startup+1.50105 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 9742
/proc/meminfo: memFree=1466744/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=180640 CPUtime=1.49
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 42067 0 0 0 131 18 0 0 25 0 1 0 1042621502 184975360 42051 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 45160 42051 219 541 0 44610 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 180640

[startup+3.10122 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 9742
/proc/meminfo: memFree=1452280/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=199816 CPUtime=3.09
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 48165 0 0 0 287 22 0 0 25 0 1 0 1042621502 204611584 47380 1992294400 4194304 6412682 548682068832 18446744073709551615 4778229 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 49954 47381 220 541 0 49404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 199816

[startup+6.30155 s]
/proc/loadavg: 1.16 1.03 1.01 2/74 9742
/proc/meminfo: memFree=1405368/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=239352 CPUtime=6.29
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 60755 0 0 0 601 28 0 0 25 0 1 0 1042621502 245096448 58433 1992294400 4194304 6412682 548682068832 18446744073709551615 4304428 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 59838 58433 223 541 0 59288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 239352

[startup+12.7012 s]
/proc/loadavg: 1.15 1.03 1.01 2/74 9742
/proc/meminfo: memFree=1324344/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=307740 CPUtime=12.69
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 77758 0 0 0 1203 66 0 0 25 0 1 0 1042621502 315125760 75436 1992294400 4194304 6412682 548682068832 18446744073709551615 4564944 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 76935 75436 248 541 0 76385 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 307740

[startup+25.5016 s]
/proc/loadavg: 1.11 1.03 1.01 2/74 9742
/proc/meminfo: memFree=1327800/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=300192 CPUtime=25.49
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 78054 0 0 0 2481 68 0 0 25 0 1 0 1042621502 307396608 73683 1992294400 4194304 6412682 548682068832 18446744073709551615 4301517 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 75048 73683 255 541 0 74498 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 300192

[startup+51.1012 s]
/proc/loadavg: 1.07 1.03 1.01 2/74 9742
/proc/meminfo: memFree=1327672/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=300192 CPUtime=51.05
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 78070 0 0 0 5034 71 0 0 25 0 1 0 1042621502 307396608 73699 1992294400 4194304 6412682 548682068832 18446744073709551615 4360410 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 75048 73699 255 541 0 74498 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 300192

[startup+102.307 s]
/proc/loadavg: 1.03 1.02 1.00 2/74 9742
/proc/meminfo: memFree=1327608/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=300192 CPUtime=102.23
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 78096 0 0 0 10148 75 0 0 25 0 1 0 1042621502 307396608 73725 1992294400 4194304 6412682 548682068832 18446744073709551615 4285802 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 75048 73725 255 541 0 74498 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 300192

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/74 9742
/proc/meminfo: memFree=1318456/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=308740 CPUtime=162.21
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 80375 0 0 0 16141 80 0 0 25 0 1 0 1042621502 316149760 76004 1992294400 4194304 6412682 548682068832 18446744073709551615 4285787 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 77185 76004 258 541 0 76635 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 308740

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 9742
/proc/meminfo: memFree=1308792/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=318504 CPUtime=222.18
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 82815 0 0 0 22135 83 0 0 25 0 1 0 1042621502 326148096 78444 1992294400 4194304 6412682 548682068832 18446744073709551615 5550983 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 79626 78444 258 541 0 79076 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 318504

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 9742
/proc/meminfo: memFree=1285176/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=342248 CPUtime=282.16
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 88776 0 0 0 28120 96 0 0 25 0 1 0 1042621502 350461952 84404 1992294400 4194304 6412682 548682068832 18446744073709551615 4333454 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 85562 84404 258 541 0 85012 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 342248

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 9742
/proc/meminfo: memFree=1265528/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=361652 CPUtime=342.13
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 93598 0 0 0 34110 103 0 0 25 0 1 0 1042621502 370331648 89226 1992294400 4194304 6412682 548682068832 18446744073709551615 5487243 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 90413 89226 258 541 0 89863 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 361652

[startup+402.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/74 9742
/proc/meminfo: memFree=1241848/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=385112 CPUtime=402.11
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 99486 0 0 0 40101 110 0 0 25 0 1 0 1042621502 394354688 95111 1992294400 4194304 6412682 548682068832 18446744073709551615 4570422 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 96278 95111 258 541 0 95728 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 385112

[startup+462.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/74 9742
/proc/meminfo: memFree=1235576/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=391260 CPUtime=462.08
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 101044 0 0 0 46096 112 0 0 25 0 1 0 1042621502 400650240 96669 1992294400 4194304 6412682 548682068832 18446744073709551615 4333454 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 97815 96669 258 541 0 97265 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 391260

[startup+522.302 s]
/proc/loadavg: 1.06 1.02 1.00 2/74 9742
/proc/meminfo: memFree=1211832/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=415768 CPUtime=522.05
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 107097 0 0 0 52085 120 0 0 25 0 1 0 1042621502 425746432 102722 1992294400 4194304 6412682 548682068832 18446744073709551615 4328868 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 103942 102722 258 541 0 103392 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 415768

[startup+582.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/74 9742
/proc/meminfo: memFree=1203192/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=423996 CPUtime=582.03
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 109147 0 0 0 58079 124 0 0 25 0 1 0 1042621502 434171904 104771 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 105999 104771 258 541 0 105449 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 423996

[startup+642.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/74 9742
/proc/meminfo: memFree=1203064/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=423996 CPUtime=642.01
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 109169 0 0 0 64073 128 0 0 25 0 1 0 1042621502 434171904 104793 1992294400 4194304 6412682 548682068832 18446744073709551615 4334394 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 105999 104793 258 541 0 105449 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 423996

[startup+702.301 s]
/proc/loadavg: 1.06 1.04 1.00 2/74 9742
/proc/meminfo: memFree=1199416/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=427416 CPUtime=701.98
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 110052 0 0 0 70067 131 0 0 25 0 1 0 1042621502 437673984 105676 1992294400 4194304 6412682 548682068832 18446744073709551615 4327399 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 106854 105676 258 541 0 106304 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 427416

[startup+762.307 s]
/proc/loadavg: 1.09 1.06 1.01 2/74 9742
/proc/meminfo: memFree=1193144/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=433564 CPUtime=761.96
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 111614 0 0 0 76062 134 0 0 25 0 1 0 1042621502 443969536 107238 1992294400 4194304 6412682 548682068832 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 108391 107238 258 541 0 107841 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 433564

[startup+822.302 s]
/proc/loadavg: 1.06 1.06 1.01 2/74 9742
/proc/meminfo: memFree=1188024/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=438840 CPUtime=821.92
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 112888 0 0 0 82054 138 0 0 25 0 1 0 1042621502 449372160 108512 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 109710 108512 258 541 0 109160 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 438840

[startup+882.301 s]
/proc/loadavg: 1.02 1.05 1.00 2/74 9742
/proc/meminfo: memFree=1188024/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=438840 CPUtime=881.9
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 112892 0 0 0 88049 141 0 0 25 0 1 0 1042621502 449372160 108516 1992294400 4194304 6412682 548682068832 18446744073709551615 4286786 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 109710 108516 258 541 0 109160 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 438840

[startup+942.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/74 9744
/proc/meminfo: memFree=1187896/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=438840 CPUtime=941.88
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 112894 0 0 0 94044 144 0 0 25 0 1 0 1042621502 449372160 108518 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 109710 108518 258 541 0 109160 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 438840

[startup+1002.3 s]
/proc/loadavg: 1.00 1.03 1.00 2/74 9744
/proc/meminfo: memFree=1187832/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=438840 CPUtime=1001.85
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 112901 0 0 0 100039 146 0 0 25 0 1 0 1042621502 449372160 108525 1992294400 4194304 6412682 548682068832 18446744073709551615 4286781 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 109710 108525 258 541 0 109160 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 438840

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/74 9744
/proc/meminfo: memFree=1187768/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=438840 CPUtime=1061.83
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 112954 0 0 0 106034 149 0 0 25 0 1 0 1042621502 449372160 108578 1992294400 4194304 6412682 548682068832 18446744073709551615 4285946 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 109710 108578 258 541 0 109160 0
Current children cumulated CPU time (s) 1061.83
Current children cumulated vsize (KiB) 438840

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 9744
/proc/meminfo: memFree=1187640/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=438840 CPUtime=1121.8
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 112988 0 0 0 112029 151 0 0 25 0 1 0 1042621502 449372160 108612 1992294400 4194304 6412682 548682068832 18446744073709551615 4285745 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 109710 108612 258 541 0 109160 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 438840

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 9744
/proc/meminfo: memFree=1178168/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=448304 CPUtime=1181.77
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 115330 0 0 0 118024 153 0 0 25 0 1 0 1042621502 459063296 110954 1992294400 4194304 6412682 548682068832 18446744073709551615 4417649 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 112076 110954 258 541 0 111526 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 448304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.01 1.00 2/74 9744
/proc/meminfo: memFree=1178168/2055920 swapFree=4172852/4192956
[pid=9741] ppid=9739 vsize=448304 CPUtime=1200.07
/proc/9741/stat : 9741 (kw) R 9739 9741 6379 0 -1 0 115334 0 0 0 119853 154 0 0 25 0 1 0 1042621502 459063296 110958 1992294400 4194304 6412682 548682068832 18446744073709551615 4286747 0 0 4096 0 0 0 0 17 0 0 0
/proc/9741/statm: 112076 110958 258 541 0 111526 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 448304

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.67
CPU time (s): 1200.15
CPU user time (s): 1198.54
CPU system time (s): 1.61076
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 448304

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

runsolver used 1.10283 second user time and 3.2745 second system time

The end

Launcher Data

Begin job on node79 at 2009-04-05 05:27:09
IDJOB=1578912
IDBENCH=70988
IDSOLVER=501
FILE ID=node79/1578912-1238902028
PBS_JOBID= 9086069
Free space on /tmp= 66524 MiB

SOLVER NAME= kw 2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= HOME/kw BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578912-1238902028/watcher-1578912-1238902028 -o /tmp/evaluation-result-1578912-1238902028/solver-1578912-1238902028 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/kw HOME/instance-1578912-1238902028.cnf

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=427265499

node79.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.232
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.232
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1627872 kB
Buffers:         42512 kB
Cached:         309708 kB
SwapCached:      11580 kB
Active:         156608 kB
Inactive:       208800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1627872 kB
SwapTotal:     4192956 kB
SwapFree:      4172852 kB
Dirty:           22832 kB
Writeback:           0 kB
Mapped:          19032 kB
Slab:            47740 kB
Committed_AS:  3159720 kB
PageTables:       2004 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= 66516 MiB
End job on node79 at 2009-04-05 05:47:12