Trace number 1727872

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.03 1200.41

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
MD5SUM63ebbe5da415dad3af97436d64747f33
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1108.56
Satisfiable
(Un)Satisfiability was proved
Number of variables1130
Number of clauses18089
Sum of the clauses size86030
Maximum clause length13
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 21085
Number of clauses of size 38672
Number of clauses of size 4224
Number of clauses of size 5266
Number of clauses of size over 57814

Solver Data

0.19/0.23	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.23	c Eliminate time :        0.2 

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-1727872-1240730051/watcher-1727872-1240730051 -o /tmp/evaluation-result-1727872-1240730051/solver-1727872-1240730051 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1727872-1240730051.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: 2.01 1.83 1.43 3/64 19825
/proc/meminfo: memFree=1752136/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=1588 CPUtime=0
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 120000 101029496 1626112 153 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 397 154 70 173 0 222 0

[startup+0.0600209 s]
/proc/loadavg: 2.01 1.83 1.43 3/64 19825
/proc/meminfo: memFree=1752136/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=2904 CPUtime=0.05
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 519 0 0 0 5 0 0 0 18 0 1 120000 101029496 2973696 503 1992294400 134512640 135224549 4294956208 18446744073709551615 134571571 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 726 503 76 173 0 551 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2904

[startup+0.101026 s]
/proc/loadavg: 2.01 1.83 1.43 3/64 19825
/proc/meminfo: memFree=1752136/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=2904 CPUtime=0.09
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 520 0 0 0 9 0 0 0 18 0 1 120000 101029496 2973696 504 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 726 504 76 173 0 551 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2904

[startup+0.301054 s]
/proc/loadavg: 2.01 1.83 1.43 3/64 19825
/proc/meminfo: memFree=1752136/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=3064 CPUtime=0.29
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 604 0 0 0 29 0 0 0 19 0 1 120000 101029496 3137536 588 1992294400 134512640 135224549 4294956208 18446744073709551615 134622712 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 766 588 93 173 0 591 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3064

[startup+0.70111 s]
/proc/loadavg: 2.01 1.83 1.43 3/64 19825
/proc/meminfo: memFree=1752136/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=3724 CPUtime=0.69
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 740 0 0 0 69 0 0 0 22 0 1 120000 101029496 3813376 724 1992294400 134512640 135224549 4294956208 18446744073709551615 134584992 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 931 724 93 173 0 756 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3724

[startup+1.50122 s]
/proc/loadavg: 1.93 1.82 1.43 2/65 19826
/proc/meminfo: memFree=1749376/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=3988 CPUtime=1.49
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 814 0 0 0 149 0 0 0 25 0 1 120000 101029496 4083712 798 1992294400 134512640 135224549 4294956208 18446744073709551615 134595292 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 997 798 93 173 0 822 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3988

[startup+3.10145 s]
/proc/loadavg: 1.93 1.82 1.43 2/65 19826
/proc/meminfo: memFree=1748992/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=4516 CPUtime=3.09
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 954 0 0 0 309 0 0 0 25 0 1 120000 101029496 4624384 938 1992294400 134512640 135224549 4294956208 18446744073709551615 134595555 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 1129 938 93 173 0 954 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4516

[startup+6.3019 s]
/proc/loadavg: 1.85 1.80 1.43 2/65 19826
/proc/meminfo: memFree=1747712/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=5572 CPUtime=6.29
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 1198 0 0 0 629 0 0 0 25 0 1 120000 101029496 5705728 1182 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 1393 1182 93 173 0 1218 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5572

[startup+12.7028 s]
/proc/loadavg: 1.79 1.79 1.42 2/65 19826
/proc/meminfo: memFree=1746624/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=6364 CPUtime=12.69
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 1389 0 0 0 1268 1 0 0 25 0 1 120000 101029496 6516736 1373 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 1591 1373 93 173 0 1416 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6364

[startup+25.5016 s]
/proc/loadavg: 1.61 1.75 1.42 2/65 19826
/proc/meminfo: memFree=1744576/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=8352 CPUtime=25.48
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 1899 0 0 0 2547 1 0 0 25 0 1 120000 101029496 8552448 1883 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 2088 1883 93 173 0 1913 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 8352

[startup+51.1012 s]
/proc/loadavg: 1.40 1.69 1.40 2/65 19826
/proc/meminfo: memFree=1742144/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=10876 CPUtime=51.08
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 2552 0 0 0 5106 2 0 0 25 0 1 120000 101029496 11137024 2503 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 2719 2503 93 173 0 2544 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10876

[startup+102.306 s]
/proc/loadavg: 1.17 1.58 1.38 2/65 19826
/proc/meminfo: memFree=1738432/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=14608 CPUtime=102.26
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 3474 0 0 0 10223 3 0 0 25 0 1 120000 101029496 14958592 3425 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 3652 3425 93 173 0 3477 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 14608

[startup+162.302 s]
/proc/loadavg: 1.06 1.47 1.35 2/65 19826
/proc/meminfo: memFree=1736192/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=17144 CPUtime=162.23
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 4093 0 0 0 16220 3 0 0 25 0 1 120000 101029496 17555456 3979 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 4286 3979 93 173 0 4111 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 17144

[startup+222.302 s]
/proc/loadavg: 1.02 1.38 1.33 2/65 19826
/proc/meminfo: memFree=1733184/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=19984 CPUtime=222.22
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 4828 0 0 0 22217 5 0 0 25 0 1 120000 101029496 20463616 4714 1992294400 134512640 135224549 4294956208 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 4996 4714 93 173 0 4821 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 19984

[startup+282.302 s]
/proc/loadavg: 1.01 1.31 1.31 2/65 19826
/proc/meminfo: memFree=1731392/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=21916 CPUtime=282.2
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 5271 0 0 0 28214 6 0 0 25 0 1 120000 101029496 22441984 5157 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 5479 5157 93 173 0 5304 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 21916

[startup+342.302 s]
/proc/loadavg: 1.00 1.25 1.28 2/65 19826
/proc/meminfo: memFree=1729216/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=24112 CPUtime=342.18
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 5812 0 0 0 34212 6 0 0 25 0 1 120000 101029496 24690688 5698 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 6028 5698 93 173 0 5853 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 24112

[startup+402.302 s]
/proc/loadavg: 1.00 1.20 1.26 2/65 19826
/proc/meminfo: memFree=1727424/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=25904 CPUtime=402.17
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 6247 0 0 0 40210 7 0 0 25 0 1 120000 101029496 26525696 6133 1992294400 134512640 135224549 4294956208 18446744073709551615 134595266 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 6476 6133 93 173 0 6301 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 25904

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.24 2/65 19826
/proc/meminfo: memFree=1725760/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=27600 CPUtime=462.14
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 6671 0 0 0 46207 7 0 0 25 0 1 120000 101029496 28262400 6557 1992294400 134512640 135224549 4294956208 18446744073709551615 134583840 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 6900 6557 93 173 0 6725 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 27600

[startup+522.302 s]
/proc/loadavg: 1.00 1.13 1.23 2/65 19826
/proc/meminfo: memFree=1725568/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=27768 CPUtime=522.12
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 6695 0 0 0 52205 7 0 0 25 0 1 120000 101029496 28434432 6581 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 6942 6581 93 173 0 6767 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 27768

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.21 2/65 19826
/proc/meminfo: memFree=1723392/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=29908 CPUtime=582.11
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 7241 0 0 0 58203 8 0 0 25 0 1 120000 101029496 30625792 7127 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 7477 7127 93 173 0 7302 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 29908

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.19 2/65 19826
/proc/meminfo: memFree=1723200/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=30052 CPUtime=642.09
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 7274 0 0 0 64201 8 0 0 25 0 1 120000 101029496 30773248 7160 1992294400 134512640 135224549 4294956208 18446744073709551615 134595591 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 7513 7160 93 173 0 7338 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 30052

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.18 2/65 19826
/proc/meminfo: memFree=1720320/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=33408 CPUtime=702.07
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 8112 0 0 0 70198 9 0 0 25 0 1 120000 101029496 34209792 7869 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 8352 7869 93 173 0 8177 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 33408

[startup+762.305 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 19826
/proc/meminfo: memFree=1720256/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=33408 CPUtime=762.05
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 8123 0 0 0 76196 9 0 0 25 0 1 120000 101029496 34209792 7880 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 8352 7880 93 173 0 8177 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 33408

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 19826
/proc/meminfo: memFree=1717184/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=36468 CPUtime=822.03
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 8899 0 0 0 82193 10 0 0 25 0 1 120000 101029496 37343232 8656 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 9117 8656 93 173 0 8942 0
Current children cumulated CPU time (s) 822.03
Current children cumulated vsize (KiB) 36468

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 19826
/proc/meminfo: memFree=1717248/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=36468 CPUtime=882
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 8899 0 0 0 88190 10 0 0 25 0 1 120000 101029496 37343232 8656 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 9117 8656 93 173 0 8942 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 36468

[startup+942.302 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 19826
/proc/meminfo: memFree=1717056/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=36708 CPUtime=941.99
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 8941 0 0 0 94188 11 0 0 25 0 1 120000 101029496 37588992 8698 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 9177 8698 93 173 0 9002 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 36708

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 19826
/proc/meminfo: memFree=1713920/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=40032 CPUtime=1001.97
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 9711 0 0 0 100185 12 0 0 25 0 1 120000 101029496 40992768 9468 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 10008 9468 93 173 0 9833 0
Current children cumulated CPU time (s) 1001.97
Current children cumulated vsize (KiB) 40032

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 19826
/proc/meminfo: memFree=1713856/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=40032 CPUtime=1061.95
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 9722 0 0 0 106183 12 0 0 25 0 1 120000 101029496 40992768 9479 1992294400 134512640 135224549 4294956208 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 10008 9479 93 173 0 9833 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 40032

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19826
/proc/meminfo: memFree=1713664/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=40220 CPUtime=1121.93
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 9760 0 0 0 112181 12 0 0 25 0 1 120000 101029496 41185280 9517 1992294400 134512640 135224549 4294956208 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 10055 9517 93 173 0 9880 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 40220

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 19826
/proc/meminfo: memFree=1711168/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=42724 CPUtime=1181.91
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 10389 0 0 0 118178 13 0 0 25 0 1 120000 101029496 43749376 10146 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 10681 10146 93 173 0 10506 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 42724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 19826
/proc/meminfo: memFree=1710464/2055920 swapFree=4180472/4192956
[pid=19825] ppid=19823 vsize=43524 CPUtime=1200.01
/proc/19825/stat : 19825 (CirCUs) R 19823 19825 19545 0 -1 4194304 10551 0 0 0 119988 13 0 0 25 0 1 100 101029496 44568576 10308 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/19825/statm: 10881 10308 93 173 0 10706 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 43524

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.41
CPU time (s): 1200.03
CPU user time (s): 1199.88
CPU system time (s): 0.145977
CPU usage (%): 99.968
Max. virtual memory (cumulated for all children) (KiB): 43524

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

runsolver used 0.864868 second user time and 2.48362 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-26 09:14:11
IDJOB=1727872
IDBENCH=24646
IDSOLVER=544
FILE ID=node49/1727872-1240730051
PBS_JOBID= 9186941
Free space on /tmp= 66320 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-gensys-icl100.sat05-3226.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727872-1240730051/watcher-1727872-1240730051 -o /tmp/evaluation-result-1727872-1240730051/solver-1727872-1240730051 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1727872-1240730051.cnf -t 1200

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

MD5SUM BENCH= 63ebbe5da415dad3af97436d64747f33
RANDOM SEED=1933915096

node49.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.241
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.241
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:       1752552 kB
Buffers:         26496 kB
Cached:         207896 kB
SwapCached:       5580 kB
Active:          32572 kB
Inactive:       209972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1752552 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            1484 kB
Writeback:           0 kB
Mapped:          13820 kB
Slab:            46652 kB
Committed_AS:   370856 kB
PageTables:       1384 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= 66320 MiB
End job on node49 at 2009-04-26 09:34:14