Trace number 1524162

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.07 1199.91

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/140/
unif-k7-r85-v140-c11900-S74035269-088.cnf
MD5SUMb57ad66e53e78b10a33d8e64aa605409
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.2114
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of clauses11900
Sum of the clauses size83300
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 511900

Solver Data

0.09/0.12	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.09/0.12	c Eliminate time :        0.1 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1524162-1238385737/watcher-1524162-1238385737 -o /tmp/evaluation-result-1524162-1238385737/solver-1524162-1238385737 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1524162-1238385737.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.00 1.86 1.46 3/64 25287
/proc/meminfo: memFree=1782248/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=1452 CPUtime=0
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 154 0 0 0 0 0 0 0 18 0 1 120000 1111240215 1486848 139 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 363 139 70 173 0 188 0

[startup+0.0920109 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 25287
/proc/meminfo: memFree=1782248/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=2636 CPUtime=0.08
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 455 0 0 0 8 0 0 0 18 0 1 120000 1111240215 2699264 439 1992294400 134512640 135224549 4294956208 18446744073709551615 134571502 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 659 439 74 173 0 484 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2636

[startup+0.101007 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 25287
/proc/meminfo: memFree=1782248/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=2636 CPUtime=0.09
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 455 0 0 0 9 0 0 0 18 0 1 120000 1111240215 2699264 439 1992294400 134512640 135224549 4294956208 18446744073709551615 134570711 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 659 439 74 173 0 484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2636

[startup+0.301951 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 25287
/proc/meminfo: memFree=1782248/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=3036 CPUtime=0.29
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 582 0 0 0 29 0 0 0 19 0 1 120000 1111240215 3108864 566 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 759 566 90 173 0 584 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3036

[startup+0.701838 s]
/proc/loadavg: 2.00 1.86 1.46 3/64 25287
/proc/meminfo: memFree=1782248/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=3432 CPUtime=0.69
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 687 0 0 0 69 0 0 0 22 0 1 120000 1111240215 3514368 671 1992294400 134512640 135224549 4294956208 18446744073709551615 134619687 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 858 671 90 173 0 683 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3432

[startup+1.50161 s]
/proc/loadavg: 2.00 1.86 1.46 2/65 25288
/proc/meminfo: memFree=1779808/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=3828 CPUtime=1.49
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 767 0 0 0 149 0 0 0 25 0 1 120000 1111240215 3919872 751 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 957 751 90 173 0 782 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3828

[startup+3.10216 s]
/proc/loadavg: 2.00 1.86 1.46 2/65 25288
/proc/meminfo: memFree=1779168/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=4412 CPUtime=3.1
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 913 0 0 0 310 0 0 0 25 0 1 120000 1111240215 4517888 897 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 1103 897 90 173 0 928 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 4412

[startup+6.30127 s]
/proc/loadavg: 1.92 1.85 1.46 2/65 25288
/proc/meminfo: memFree=1778152/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=5336 CPUtime=6.29
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 1146 0 0 0 629 0 0 0 25 0 1 120000 1111240215 5464064 1130 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 1334 1130 90 173 0 1159 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5336

[startup+12.7015 s]
/proc/loadavg: 1.85 1.83 1.46 2/65 25288
/proc/meminfo: memFree=1776424/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=6788 CPUtime=12.69
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 1491 0 0 0 1269 0 0 0 25 0 1 120000 1111240215 6950912 1475 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 1697 1475 90 173 0 1522 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 6788

[startup+25.5019 s]
/proc/loadavg: 1.66 1.79 1.45 2/65 25288
/proc/meminfo: memFree=1774376/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=8772 CPUtime=25.5
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 1998 0 0 0 2549 1 0 0 25 0 1 120000 1111240215 8982528 1982 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 2193 1982 90 173 0 2018 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 8772

[startup+51.1017 s]
/proc/loadavg: 1.43 1.73 1.44 2/65 25288
/proc/meminfo: memFree=1771496/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=11804 CPUtime=51.1
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 2781 0 0 0 5108 2 0 0 25 0 1 120000 1111240215 12087296 2732 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 2951 2732 90 173 0 2776 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 11804

[startup+102.305 s]
/proc/loadavg: 1.17 1.60 1.41 2/65 25288
/proc/meminfo: memFree=1768552/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=14708 CPUtime=102.3
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 3525 0 0 0 10228 2 0 0 25 0 1 120000 1111240215 15060992 3476 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 3677 3476 90 173 0 3502 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 14708

[startup+162.302 s]
/proc/loadavg: 1.07 1.50 1.38 2/65 25288
/proc/meminfo: memFree=1764392/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=19216 CPUtime=162.31
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 4627 0 0 0 16227 4 0 0 25 0 1 120000 1111240215 19677184 4513 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 4804 4513 90 173 0 4629 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 19216

[startup+222.302 s]
/proc/loadavg: 1.02 1.40 1.35 2/65 25288
/proc/meminfo: memFree=1762792/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=20668 CPUtime=222.32
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 5020 0 0 0 22227 5 0 0 25 0 1 120000 1111240215 21164032 4906 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 5167 4906 90 173 0 4992 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 20668

[startup+282.302 s]
/proc/loadavg: 1.01 1.33 1.33 2/65 25288
/proc/meminfo: memFree=1761008/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=22536 CPUtime=282.33
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 5466 0 0 0 28227 6 0 0 25 0 1 120000 1111240215 23076864 5352 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 5634 5352 90 173 0 5459 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 22536

[startup+342.301 s]
/proc/loadavg: 1.00 1.27 1.31 2/65 25288
/proc/meminfo: memFree=1759088/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=24404 CPUtime=342.33
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 5947 0 0 0 34227 6 0 0 25 0 1 120000 1111240215 24989696 5833 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 6101 5833 90 173 0 5926 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 24404

[startup+402.301 s]
/proc/loadavg: 1.00 1.22 1.28 2/65 25288
/proc/meminfo: memFree=1756912/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=26560 CPUtime=402.34
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 6482 0 0 0 40227 7 0 0 25 0 1 120000 1111240215 27197440 6368 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 6640 6368 90 173 0 6465 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 26560

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.26 2/65 25288
/proc/meminfo: memFree=1754544/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=28960 CPUtime=462.35
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 7078 0 0 0 46227 8 0 0 25 0 1 120000 1111240215 29655040 6964 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 7240 6964 90 173 0 7065 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 28960

[startup+522.302 s]
/proc/loadavg: 1.00 1.14 1.25 2/65 25288
/proc/meminfo: memFree=1752560/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=31104 CPUtime=522.35
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 7611 0 0 0 52227 8 0 0 25 0 1 120000 1111240215 31850496 7497 1992294400 134512640 135224549 4294956208 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 7776 7497 90 173 0 7601 0
Current children cumulated CPU time (s) 522.35
Current children cumulated vsize (KiB) 31104

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.23 2/65 25288
/proc/meminfo: memFree=1751792/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=31632 CPUtime=582.37
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 7760 0 0 0 58228 9 0 0 25 0 1 120000 1111240215 32391168 7646 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 7908 7646 90 173 0 7733 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 31632

[startup+642.301 s]
/proc/loadavg: 1.00 1.09 1.21 2/65 25288
/proc/meminfo: memFree=1749232/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=34660 CPUtime=642.38
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 8525 0 0 0 64228 10 0 0 25 0 1 120000 1111240215 35491840 8282 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 8665 8282 90 173 0 8490 0
Current children cumulated CPU time (s) 642.38
Current children cumulated vsize (KiB) 34660

[startup+702.301 s]
/proc/loadavg: 1.06 1.09 1.20 2/65 25288
/proc/meminfo: memFree=1749104/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=34792 CPUtime=702.38
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 8544 0 0 0 70228 10 0 0 25 0 1 120000 1111240215 35627008 8301 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 8698 8301 90 173 0 8523 0
Current children cumulated CPU time (s) 702.38
Current children cumulated vsize (KiB) 34792

[startup+762.305 s]
/proc/loadavg: 1.02 1.07 1.18 2/65 25288
/proc/meminfo: memFree=1747952/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=35860 CPUtime=762.39
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 8816 0 0 0 76229 10 0 0 25 0 1 120000 1111240215 36720640 8573 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 8965 8573 90 173 0 8790 0
Current children cumulated CPU time (s) 762.39
Current children cumulated vsize (KiB) 35860

[startup+822.302 s]
/proc/loadavg: 1.01 1.05 1.17 2/65 25288
/proc/meminfo: memFree=1745648/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=38148 CPUtime=822.39
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 9390 0 0 0 82228 11 0 0 25 0 1 120000 1111240215 39063552 9147 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 9537 9147 90 173 0 9362 0
Current children cumulated CPU time (s) 822.39
Current children cumulated vsize (KiB) 38148

[startup+882.302 s]
/proc/loadavg: 1.00 1.04 1.16 2/65 25290
/proc/meminfo: memFree=1745456/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=38148 CPUtime=882.41
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 9394 0 0 0 88229 12 0 0 25 0 1 120000 1111240215 39063552 9151 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 9537 9151 90 173 0 9362 0
Current children cumulated CPU time (s) 882.41
Current children cumulated vsize (KiB) 38148

[startup+942.302 s]
/proc/loadavg: 1.00 1.03 1.15 2/65 25290
/proc/meminfo: memFree=1743472/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=40280 CPUtime=942.41
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 9919 0 0 0 94229 12 0 0 25 0 1 120000 1111240215 41246720 9676 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 10070 9676 90 173 0 9895 0
Current children cumulated CPU time (s) 942.41
Current children cumulated vsize (KiB) 40280

[startup+1002.3 s]
/proc/loadavg: 1.00 1.02 1.13 2/65 25290
/proc/meminfo: memFree=1742128/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=41512 CPUtime=1002.42
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 10226 0 0 0 100229 13 0 0 25 0 1 120000 1111240215 42508288 9983 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 10378 9983 90 173 0 10203 0
Current children cumulated CPU time (s) 1002.42
Current children cumulated vsize (KiB) 41512

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.12 2/65 25290
/proc/meminfo: memFree=1742128/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=41512 CPUtime=1062.42
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 10229 0 0 0 106229 13 0 0 25 0 1 120000 1111240215 42508288 9986 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 10378 9986 90 173 0 10203 0
Current children cumulated CPU time (s) 1062.42
Current children cumulated vsize (KiB) 41512

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/65 25290
/proc/meminfo: memFree=1742128/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=41512 CPUtime=1122.44
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 10243 0 0 0 112230 14 0 0 25 0 1 120000 1111240215 42508288 10000 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 10378 10000 90 173 0 10203 0
Current children cumulated CPU time (s) 1122.44
Current children cumulated vsize (KiB) 41512

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 1.10 2/65 25290
/proc/meminfo: memFree=1738352/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=45240 CPUtime=1182.44
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 11165 0 0 0 118230 14 0 0 25 0 1 120000 1111240215 46325760 10922 1992294400 134512640 135224549 4294956208 18446744073709551615 134595552 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 11310 10922 90 173 0 11135 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 45240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 25290
/proc/meminfo: memFree=1738352/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=45240 CPUtime=1200.04
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 11165 0 0 0 119990 14 0 0 25 0 1 100 1111240215 46325760 10922 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 11310 10922 90 173 0 11135 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 45240

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

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

[startup+1199.9 s]
/proc/loadavg: 1.00 1.00 1.10 2/65 25290
/proc/meminfo: memFree=1738352/2055920 swapFree=4178252/4192956
[pid=25287] ppid=25285 vsize=45240 CPUtime=1200.04
/proc/25287/stat : 25287 (CirCUs) R 25285 25287 25185 0 -1 4194304 11165 0 0 0 119990 14 0 0 25 0 1 100 1111240215 46325760 10922 1992294400 134512640 135224549 4294956208 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25287/statm: 11310 10922 90 173 0 11135 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 45240

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1199.91
CPU time (s): 1200.07
CPU user time (s): 1199.91
CPU system time (s): 0.156976
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 45240

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

runsolver used 1.01885 second user time and 2.6626 second system time

The end

Launcher Data

Begin job on node16 at 2009-03-30 06:02:17
IDJOB=1524162
IDBENCH=70277
IDSOLVER=544
FILE ID=node16/1524162-1238385737
PBS_JOBID= 9061351
Free space on /tmp= 63956 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/140/unif-k7-r85-v140-c11900-S74035269-088.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524162-1238385737/watcher-1524162-1238385737 -o /tmp/evaluation-result-1524162-1238385737/solver-1524162-1238385737 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1524162-1238385737.cnf -t 1200

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

MD5SUM BENCH= b57ad66e53e78b10a33d8e64aa605409
RANDOM SEED=1223223050

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1782728 kB
Buffers:         53784 kB
Cached:         127996 kB
SwapCached:       8484 kB
Active:          41232 kB
Inactive:       150404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782728 kB
SwapTotal:     4192956 kB
SwapFree:      4178252 kB
Dirty:            1380 kB
Writeback:           0 kB
Mapped:          15552 kB
Slab:            67644 kB
Committed_AS:  2985372 kB
PageTables:       1440 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= 63956 MiB
End job on node16 at 2009-03-30 06:22:19