Trace number 1726812

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.41

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
MD5SUMbccff1bed1e8ac721090562d562b05f0
Bench CategoryCRAFTED (crafted 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 variables8319
Number of clauses80958
Sum of the clauses size363322
Maximum clause length5
Minimum clause length1
Number of clauses of size 1194
Number of clauses of size 28188
Number of clauses of size 38064
Number of clauses of size 40
Number of clauses of size 564512
Number of clauses of size over 50

Solver Data

0.79/0.89	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.79/0.89	c Eliminate time :       0.71 

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-1726812-1240717285/watcher-1726812-1240717285 -o /tmp/evaluation-result-1726812-1240717285/solver-1726812-1240717285 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1726812-1240717285.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: 1.85 1.77 1.41 3/64 26478
/proc/meminfo: memFree=1591656/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=2528 CPUtime=0
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 120000 99761826 2588672 262 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 632 263 70 173 0 457 0

[startup+0.0322719 s]
/proc/loadavg: 1.85 1.77 1.41 3/64 26478
/proc/meminfo: memFree=1591656/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=3716 CPUtime=0.03
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 581 0 0 0 3 0 0 0 18 0 1 120000 99761826 3805184 566 1992294400 134512640 135224549 4294956208 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 929 567 70 173 0 754 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3716

[startup+0.101278 s]
/proc/loadavg: 1.85 1.77 1.41 3/64 26478
/proc/meminfo: memFree=1591656/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=6220 CPUtime=0.09
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 1215 0 0 0 9 0 0 0 18 0 1 120000 99761826 6369280 1200 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 1555 1200 70 173 0 1380 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6220

[startup+0.301299 s]
/proc/loadavg: 1.85 1.77 1.41 3/64 26478
/proc/meminfo: memFree=1591656/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=8848 CPUtime=0.29
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2018 0 0 0 29 0 0 0 19 0 1 120000 99761826 9060352 1937 1992294400 134512640 135224549 4294956208 18446744073709551615 134566671 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 2212 1937 76 173 0 2037 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8848

[startup+0.701342 s]
/proc/loadavg: 1.85 1.77 1.41 3/64 26478
/proc/meminfo: memFree=1591656/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=8984 CPUtime=0.69
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2070 0 0 0 69 0 0 0 22 0 1 120000 99761826 9199616 1989 1992294400 134512640 135224549 4294956208 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 2246 1989 77 173 0 2071 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8984

[startup+1.50143 s]
/proc/loadavg: 1.85 1.77 1.41 2/65 26479
/proc/meminfo: memFree=1583840/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=8984 CPUtime=1.49
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2115 0 0 0 149 0 0 0 25 0 1 120000 99761826 9199616 2034 1992294400 134512640 135224549 4294956208 18446744073709551615 134595275 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 2246 2034 93 173 0 2071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8984

[startup+3.1016 s]
/proc/loadavg: 1.87 1.78 1.41 2/65 26479
/proc/meminfo: memFree=1583584/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=9248 CPUtime=3.1
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2154 0 0 0 309 1 0 0 25 0 1 120000 99761826 9469952 2073 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 2312 2073 93 173 0 2137 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 9248

[startup+6.30194 s]
/proc/loadavg: 1.87 1.78 1.41 2/65 26479
/proc/meminfo: memFree=1582688/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=10172 CPUtime=6.29
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2390 0 0 0 628 1 0 0 25 0 1 120000 99761826 10416128 2309 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 2543 2309 93 173 0 2368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10172

[startup+12.7016 s]
/proc/loadavg: 1.80 1.76 1.41 2/65 26479
/proc/meminfo: memFree=1581744/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=11096 CPUtime=12.69
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2629 0 0 0 1268 1 0 0 25 0 1 120000 99761826 11362304 2548 1992294400 134512640 135224549 4294956208 18446744073709551615 134587968 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 2774 2548 93 173 0 2599 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 11096

[startup+25.502 s]
/proc/loadavg: 1.62 1.72 1.40 2/65 26479
/proc/meminfo: memFree=1580720/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=11888 CPUtime=25.49
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2823 0 0 0 2548 1 0 0 25 0 1 120000 99761826 12173312 2742 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 2972 2742 93 173 0 2797 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11888

[startup+51.1017 s]
/proc/loadavg: 1.41 1.66 1.39 2/65 26479
/proc/meminfo: memFree=1580400/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=12284 CPUtime=51.08
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 2925 0 0 0 5107 1 0 0 25 0 1 120000 99761826 12578816 2844 1992294400 134512640 135224549 4294956208 18446744073709551615 134587800 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 3071 2844 93 173 0 2896 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 12284

[startup+102.305 s]
/proc/loadavg: 1.16 1.55 1.37 2/65 26479
/proc/meminfo: memFree=1579056/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=13608 CPUtime=102.27
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 3256 0 0 0 10225 2 0 0 25 0 1 120000 99761826 13934592 3175 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 3402 3175 93 173 0 3227 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13608

[startup+162.302 s]
/proc/loadavg: 1.06 1.45 1.34 2/65 26479
/proc/meminfo: memFree=1576880/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=15692 CPUtime=162.24
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 3769 0 0 0 16222 2 0 0 25 0 1 120000 99761826 16068608 3688 1992294400 134512640 135224549 4294956208 18446744073709551615 134595622 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 3923 3688 93 173 0 3748 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 15692

[startup+222.302 s]
/proc/loadavg: 1.02 1.36 1.32 2/65 26479
/proc/meminfo: memFree=1575664/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=16880 CPUtime=222.24
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 4077 0 0 0 22221 3 0 0 25 0 1 120000 99761826 17285120 3996 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 4220 3996 93 173 0 4045 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 16880

[startup+282.301 s]
/proc/loadavg: 1.01 1.30 1.30 2/65 26479
/proc/meminfo: memFree=1574000/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=18596 CPUtime=282.22
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 4482 0 0 0 28218 4 0 0 25 0 1 120000 99761826 19042304 4401 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 4649 4401 93 173 0 4474 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 18596

[startup+342.302 s]
/proc/loadavg: 1.00 1.24 1.27 2/65 26479
/proc/meminfo: memFree=1571952/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=20648 CPUtime=342.2
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 4988 0 0 0 34215 5 0 0 25 0 1 120000 99761826 21143552 4907 1992294400 134512640 135224549 4294956208 18446744073709551615 134585011 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 5162 4907 93 173 0 4987 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 20648

[startup+402.301 s]
/proc/loadavg: 1.00 1.20 1.25 2/65 26479
/proc/meminfo: memFree=1571184/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=21572 CPUtime=402.19
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 5219 0 0 0 40214 5 0 0 25 0 1 120000 99761826 22089728 5138 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 5393 5138 93 173 0 5218 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 21572

[startup+462.302 s]
/proc/loadavg: 1.00 1.16 1.24 2/65 26479
/proc/meminfo: memFree=1569712/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=22892 CPUtime=462.17
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 5555 0 0 0 46212 5 0 0 25 0 1 120000 99761826 23441408 5474 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 5723 5474 93 173 0 5548 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 22892

[startup+522.301 s]
/proc/loadavg: 1.00 1.13 1.22 2/65 26479
/proc/meminfo: memFree=1568240/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=24360 CPUtime=522.15
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 5919 0 0 0 52209 6 0 0 25 0 1 120000 99761826 24944640 5838 1992294400 134512640 135224549 4294956208 18446744073709551615 134585017 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 6090 5838 93 173 0 5915 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 24360

[startup+582.302 s]
/proc/loadavg: 1.00 1.10 1.20 2/65 26479
/proc/meminfo: memFree=1567792/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=24756 CPUtime=582.14
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 6029 0 0 0 58207 7 0 0 25 0 1 120000 99761826 25350144 5948 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 6189 5948 93 173 0 6014 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 24756

[startup+642.302 s]
/proc/loadavg: 1.00 1.08 1.18 2/65 26479
/proc/meminfo: memFree=1565936/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=26604 CPUtime=642.13
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 6481 0 0 0 64205 8 0 0 25 0 1 120000 99761826 27242496 6400 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 6651 6400 93 173 0 6476 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 26604

[startup+702.301 s]
/proc/loadavg: 1.00 1.06 1.17 2/65 26479
/proc/meminfo: memFree=1564784/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=28048 CPUtime=702.11
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 6785 0 0 0 70203 8 0 0 25 0 1 120000 99761826 28721152 6704 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 7012 6704 93 173 0 6837 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 28048

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.16 2/65 26479
/proc/meminfo: memFree=1564784/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=28048 CPUtime=762.09
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 6785 0 0 0 76201 8 0 0 25 0 1 120000 99761826 28721152 6704 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 7012 6704 93 173 0 6837 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 28048

[startup+822.301 s]
/proc/loadavg: 1.00 1.04 1.15 2/65 26479
/proc/meminfo: memFree=1563952/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=28840 CPUtime=822.08
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 6993 0 0 0 82199 9 0 0 25 0 1 120000 99761826 29532160 6912 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 7210 6912 93 173 0 7035 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 28840

[startup+882.302 s]
/proc/loadavg: 1.00 1.03 1.14 2/65 26479
/proc/meminfo: memFree=1563888/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=28840 CPUtime=882.07
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 6994 0 0 0 88198 9 0 0 25 0 1 120000 99761826 29532160 6913 1992294400 134512640 135224549 4294956208 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 7210 6913 93 173 0 7035 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 28840

[startup+942.301 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 26479
/proc/meminfo: memFree=1561200/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=31652 CPUtime=942.04
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 7688 0 0 0 94195 9 0 0 25 0 1 120000 99761826 32411648 7607 1992294400 134512640 135224549 4294956208 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 7913 7607 93 173 0 7738 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 31652

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.11 2/65 26479
/proc/meminfo: memFree=1561136/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=31652 CPUtime=1002.04
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 7689 0 0 0 100194 10 0 0 25 0 1 120000 99761826 32411648 7608 1992294400 134512640 135224549 4294956208 18446744073709551615 134618758 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 7913 7608 93 173 0 7738 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 31652

[startup+1062.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 26479
/proc/meminfo: memFree=1557552/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=35352 CPUtime=1062.01
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 8595 0 0 0 106190 11 0 0 25 0 1 120000 99761826 36200448 8514 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 8838 8514 93 173 0 8663 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 35352

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/65 26479
/proc/meminfo: memFree=1557552/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=35352 CPUtime=1122
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 8595 0 0 0 112188 12 0 0 25 0 1 120000 99761826 36200448 8514 1992294400 134512640 135224549 4294956208 18446744073709551615 134618726 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 8838 8514 93 173 0 8663 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 35352

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 26485
/proc/meminfo: memFree=1557424/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=35352 CPUtime=1181.99
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 8597 0 0 0 118187 12 0 0 25 0 1 120000 99761826 36200448 8516 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 8838 8516 93 173 0 8663 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 35352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.08 2/65 26485
/proc/meminfo: memFree=1555248/2055920 swapFree=4181324/4192956
[pid=26478] ppid=26476 vsize=37468 CPUtime=1200.08
/proc/26478/stat : 26478 (CirCUs) R 26476 26478 23153 0 -1 4194304 9147 0 0 0 119996 12 0 0 25 0 1 100 99761826 38367232 9066 1992294400 134512640 135224549 4294956208 18446744073709551615 134595588 0 0 4096 8192 0 0 0 17 1 0 0
/proc/26478/statm: 9367 9066 93 173 0 9192 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 37468

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.1
CPU user time (s): 1199.96
CPU system time (s): 0.134979
CPU usage (%): 99.9739
Max. virtual memory (cumulated for all children) (KiB): 37468

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

runsolver used 0.888864 second user time and 2.46862 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-26 05:41:26
IDJOB=1726812
IDBENCH=24623
IDSOLVER=544
FILE ID=node19/1726812-1240717285
PBS_JOBID= 9186863
Free space on /tmp= 66308 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1726812-1240717285/watcher-1726812-1240717285 -o /tmp/evaluation-result-1726812-1240717285/solver-1726812-1240717285 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1726812-1240717285.cnf -t 1200

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

MD5SUM BENCH= bccff1bed1e8ac721090562d562b05f0
RANDOM SEED=203018823

node19.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.236
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.236
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:       1592072 kB
Buffers:         61656 kB
Cached:         322416 kB
SwapCached:       5500 kB
Active:         169180 kB
Inactive:       222856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1592072 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:          13556 kB
Slab:            57724 kB
Committed_AS:   360568 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node19 at 2009-04-26 06:01:28