Trace number 1721381

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
CircUs 2009-03-23? (TO) 1200.1 1200.42

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_12_UNSAT.cnf
MD5SUMecc4810d82e30597ea8451526243ec09
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 variables2522
Number of clauses243459
Sum of the clauses size726523
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24164
Number of clauses of size 3239264
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

2.59/2.65	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
2.59/2.65	c Eliminate time :       2.38 

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-1721381-1240666153/watcher-1721381-1240666153 -o /tmp/evaluation-result-1721381-1240666153/solver-1721381-1240666153 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1721381-1240666153.cnf -t 1200 

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.85 0.97 0.99 3/64 4130
/proc/meminfo: memFree=1770184/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=3488 CPUtime=0
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 216 0 0 0 0 0 0 0 18 0 1 120000 94642272 3571712 201 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 872 201 70 173 0 697 0

[startup+0.028472 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4130
/proc/meminfo: memFree=1770184/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=4848 CPUtime=0.02
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 558 0 0 0 2 0 0 0 18 0 1 120000 94642272 4964352 543 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 1212 544 70 173 0 1037 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4848

[startup+0.101479 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4130
/proc/meminfo: memFree=1770184/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=8796 CPUtime=0.09
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 1665 0 0 0 9 0 0 0 18 0 1 120000 94642272 9007104 1552 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 2199 1552 70 173 0 2024 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8796

[startup+0.301499 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4130
/proc/meminfo: memFree=1770184/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=18032 CPUtime=0.29
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 4313 0 0 0 27 2 0 0 19 0 1 120000 94642272 18464768 4070 1992294400 134512640 135224549 4294956224 18446744073709551615 134570472 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 4508 4070 74 173 0 4333 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18032

[startup+0.701543 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 4130
/proc/meminfo: memFree=1770184/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=18032 CPUtime=0.69
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 4313 0 0 0 67 2 0 0 23 0 1 120000 94642272 18464768 4070 1992294400 134512640 135224549 4294956224 18446744073709551615 134570573 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 4508 4070 74 173 0 4333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18032

[startup+1.50163 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1754112/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=18032 CPUtime=1.49
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 4313 0 0 0 147 2 0 0 25 0 1 120000 94642272 18464768 4070 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 4508 4070 74 173 0 4333 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18032

[startup+3.1018 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1753984/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=18824 CPUtime=3.09
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 4512 0 0 0 307 2 0 0 25 0 1 120000 94642272 19275776 4269 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 4706 4269 89 173 0 4531 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18824

[startup+6.30215 s]
/proc/loadavg: 0.86 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1751112/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=21332 CPUtime=6.29
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 5134 0 0 0 626 3 0 0 25 0 1 120000 94642272 21843968 4891 1992294400 134512640 135224549 4294956224 18446744073709551615 134595301 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 5333 4891 89 173 0 5158 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21332

[startup+12.7018 s]
/proc/loadavg: 0.87 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1750536/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=21596 CPUtime=12.68
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 5209 0 0 0 1265 3 0 0 25 0 1 120000 94642272 22114304 4966 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 5399 4966 89 173 0 5224 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21596

[startup+25.5012 s]
/proc/loadavg: 0.90 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1747592/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=24560 CPUtime=25.49
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 5911 0 0 0 2545 4 0 0 25 0 1 120000 94642272 25149440 5668 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 6140 5668 89 173 0 5965 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24560

[startup+51.102 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1744072/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=27992 CPUtime=51.08
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 6796 0 0 0 5103 5 0 0 25 0 1 120000 94642272 28663808 6553 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 6998 6553 89 173 0 6823 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 27992

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1737416/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=34652 CPUtime=102.27
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 8445 0 0 0 10220 7 0 0 25 0 1 120000 94642272 35483648 8202 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 8663 8202 89 173 0 8488 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 34652

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1733000/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=39024 CPUtime=162.25
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 9535 0 0 0 16217 8 0 0 25 0 1 120000 94642272 39960576 9292 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 9756 9292 89 173 0 9581 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 39024

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1728136/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=44028 CPUtime=222.23
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 10745 0 0 0 22214 9 0 0 25 0 1 120000 94642272 45084672 10502 1992294400 134512640 135224549 4294956224 18446744073709551615 134587779 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 11007 10502 89 173 0 10832 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 44028

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1725256/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=46944 CPUtime=282.22
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 11466 0 0 0 28212 10 0 0 25 0 1 120000 94642272 48070656 11223 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 11736 11223 89 173 0 11561 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 46944

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1721480/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=50644 CPUtime=342.2
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 12400 0 0 0 34209 11 0 0 25 0 1 120000 94642272 51859456 12157 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 12661 12157 89 173 0 12486 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 50644

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1718408/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=53688 CPUtime=402.19
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 13161 0 0 0 40207 12 0 0 25 0 1 120000 94642272 54976512 12918 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 13422 12918 89 173 0 13247 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 53688

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1713992/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=58048 CPUtime=462.17
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 14246 0 0 0 46204 13 0 0 25 0 1 120000 94642272 59441152 14003 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 14512 14003 89 173 0 14337 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 58048

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1710472/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=61672 CPUtime=522.15
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 15133 0 0 0 52201 14 0 0 25 0 1 120000 94642272 63152128 14890 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 15418 14890 89 173 0 15243 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 61672

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4131
/proc/meminfo: memFree=1707656/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=64576 CPUtime=582.14
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 15868 0 0 0 58199 15 0 0 25 0 1 120000 94642272 66125824 15625 1992294400 134512640 135224549 4294956224 18446744073709551615 134720856 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 16144 15625 89 173 0 15969 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 64576

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1707272/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=64576 CPUtime=642.13
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 15870 0 0 0 64197 16 0 0 25 0 1 120000 94642272 66125824 15627 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 16144 15627 89 173 0 15969 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 64576

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1703944/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=68420 CPUtime=702.11
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 16857 0 0 0 70194 17 0 0 25 0 1 120000 94642272 70062080 16485 1992294400 134512640 135224549 4294956224 18446744073709551615 134619989 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 17105 16485 89 173 0 16930 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 68420

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1703880/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=68420 CPUtime=762.1
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 16858 0 0 0 76193 17 0 0 25 0 1 120000 94642272 70062080 16486 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 17105 16486 89 173 0 16930 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 68420

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1697480/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=74900 CPUtime=822.08
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 18457 0 0 0 82189 19 0 0 25 0 1 120000 94642272 76697600 18085 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 18725 18085 89 173 0 18550 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 74900

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1697416/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=74900 CPUtime=882.06
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 18459 0 0 0 88187 19 0 0 25 0 1 120000 94642272 76697600 18087 1992294400 134512640 135224549 4294956224 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 18725 18087 89 173 0 18550 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 74900

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1690696/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=81924 CPUtime=942.04
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 20202 0 0 0 94183 21 0 0 25 0 1 120000 94642272 83890176 19830 1992294400 134512640 135224549 4294956224 18446744073709551615 134631742 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 20481 19830 89 173 0 20306 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 81924

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1690376/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=81924 CPUtime=1002.03
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 20203 0 0 0 100181 22 0 0 25 0 1 120000 94642272 83890176 19831 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 20481 19831 89 173 0 20306 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 81924

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1690376/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=81924 CPUtime=1062.01
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 20205 0 0 0 106179 22 0 0 25 0 1 120000 94642272 83890176 19833 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 20481 19833 89 173 0 20306 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 81924

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1684872/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=87484 CPUtime=1121.99
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 21589 0 0 0 112176 23 0 0 25 0 1 120000 94642272 89583616 21217 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 21871 21217 89 173 0 21696 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 87484

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1684744/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=87484 CPUtime=1181.98
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 21590 0 0 0 118175 23 0 0 25 0 1 120000 94642272 89583616 21218 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 21871 21218 89 173 0 21696 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 87484



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 4133
/proc/meminfo: memFree=1684744/2055920 swapFree=4191900/4192956
[pid=4130] ppid=4128 vsize=87484 CPUtime=1200.08
/proc/4130/stat : 4130 (CirCUs) R 4128 4130 4093 0 -1 4194304 21591 0 0 0 119985 23 0 0 25 0 1 100 94642272 89583616 21219 1992294400 134512640 135224549 4294956224 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/4130/statm: 21871 21219 89 173 0 21696 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 87484

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.42
CPU time (s): 1200.1
CPU user time (s): 1199.85
CPU system time (s): 0.253961
CPU usage (%): 99.9737
Max. virtual memory (cumulated for all children) (KiB): 87484

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

runsolver used 0.72289 second user time and 2.6496 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-25 15:29:14
IDJOB=1721381
IDBENCH=71068
IDSOLVER=544
FILE ID=node64/1721381-1240666153
PBS_JOBID= 9186628
Free space on /tmp= 66164 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_12_UNSAT.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1721381-1240666153/watcher-1721381-1240666153 -o /tmp/evaluation-result-1721381-1240666153/solver-1721381-1240666153 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1721381-1240666153.cnf -t 1200

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

MD5SUM BENCH= ecc4810d82e30597ea8451526243ec09
RANDOM SEED=83611606

node64.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.218
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.218
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:       1770600 kB
Buffers:         21368 kB
Cached:         195372 kB
SwapCached:        384 kB
Active:          72824 kB
Inactive:       157712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770600 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            5156 kB
Writeback:           0 kB
Mapped:          22172 kB
Slab:            40500 kB
Committed_AS:   259512 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66164 MiB
End job on node64 at 2009-04-25 15:49:16