Trace number 1563327

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 1200.74

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark656.877
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

38.75/38.86	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
38.75/38.86	c Eliminate time :      36.82 

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-1563327-1238785110/watcher-1563327-1238785110 -o /tmp/evaluation-result-1563327-1238785110/solver-1563327-1238785110 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1563327-1238785110.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.00 1.00 1.00 3/76 13927
/proc/meminfo: memFree=1800200/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=7684 CPUtime=0
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 853 0 0 0 0 0 0 0 19 0 1 120000 1151172145 7868416 838 1992294400 134512640 135224549 4294956208 18446744073709551615 134593788 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 1921 843 66 173 0 1746 0

[startup+0.057429 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 13927
/proc/meminfo: memFree=1800200/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=33192 CPUtime=0.04
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 4455 0 0 0 3 1 0 0 19 0 1 120000 1151172145 33988608 4440 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 8298 4441 70 173 0 8123 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 33192

[startup+0.101437 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 13927
/proc/meminfo: memFree=1800200/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=36084 CPUtime=0.09
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 5283 0 0 0 7 2 0 0 19 0 1 120000 1151172145 36950016 5170 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 9021 5171 70 173 0 8846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36084

[startup+0.301474 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 13927
/proc/meminfo: memFree=1800200/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=48080 CPUtime=0.29
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 8628 0 0 0 26 3 0 0 20 0 1 120000 1151172145 49233920 8386 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 12020 8388 70 173 0 11845 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48080

[startup+0.701552 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 13927
/proc/meminfo: memFree=1800200/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=73460 CPUtime=0.69
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 15708 0 0 0 61 8 0 0 24 0 1 120000 1151172145 75223040 14696 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 18365 14696 70 173 0 18190 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73460

[startup+1.50271 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13928
/proc/meminfo: memFree=1721984/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=119928 CPUtime=1.49
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 28740 0 0 0 132 17 0 0 25 0 1 120000 1151172145 122806272 26703 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 29982 26703 70 173 0 29807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119928

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13928
/proc/meminfo: memFree=1667072/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=146916 CPUtime=3.08
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 36678 0 0 0 287 21 0 0 25 0 1 120000 1151172145 150441984 34640 1992294400 134512640 135224549 4294956208 18446744073709551615 134567133 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 36729 34640 77 173 0 36554 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 146916

[startup+6.30163 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13928
/proc/meminfo: memFree=1648000/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=161856 CPUtime=6.27
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 40781 0 0 0 605 22 0 0 25 0 1 120000 1151172145 165740544 38743 1992294400 134512640 135224549 4294956208 18446744073709551615 134567808 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 40464 38743 77 173 0 40289 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 161856

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13928
/proc/meminfo: memFree=1629312/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=178748 CPUtime=12.67
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 45317 0 0 0 1243 24 0 0 25 0 1 120000 1151172145 183037952 43279 1992294400 134512640 135224549 4294956208 18446744073709551615 134570627 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 44687 43279 77 173 0 44512 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 178748

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13928
/proc/meminfo: memFree=1612736/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=200172 CPUtime=25.46
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 51151 0 0 0 2519 27 0 0 25 0 1 120000 1151172145 204976128 47064 1992294400 134512640 135224549 4294956208 18446744073709551615 134570067 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 50043 47064 77 173 0 49868 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 200172

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13928
/proc/meminfo: memFree=1593024/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=220824 CPUtime=51.06
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 58007 0 0 0 5075 31 0 0 25 0 1 120000 1151172145 226123776 51996 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 55206 51996 93 173 0 55031 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 220824

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13928
/proc/meminfo: memFree=1583424/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=230300 CPUtime=102.23
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 60398 0 0 0 10190 33 0 0 25 0 1 120000 1151172145 235827200 54258 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 57575 54258 93 173 0 57400 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 230300

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1582272/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=231224 CPUtime=162.19
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 60651 0 0 0 16186 33 0 0 25 0 1 120000 1151172145 236773376 54511 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 57806 54511 93 173 0 57631 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 231224

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1581824/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=231884 CPUtime=222.15
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 60812 0 0 0 22182 33 0 0 25 0 1 120000 1151172145 237449216 54672 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 57971 54672 93 173 0 57796 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 231884

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1581184/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=232412 CPUtime=282.12
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 60945 0 0 0 28179 33 0 0 25 0 1 120000 1151172145 237989888 54805 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58103 54805 93 173 0 57928 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 232412

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1581184/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=232412 CPUtime=342.09
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 60946 0 0 0 34176 33 0 0 25 0 1 120000 1151172145 237989888 54806 1992294400 134512640 135224549 4294956208 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58103 54806 93 173 0 57928 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 232412

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1581120/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=232412 CPUtime=402.05
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 60947 0 0 0 40172 33 0 0 25 0 1 120000 1151172145 237989888 54807 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58103 54807 93 173 0 57928 0
Current children cumulated CPU time (s) 402.05
Current children cumulated vsize (KiB) 232412

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1580544/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=232940 CPUtime=462.03
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61088 0 0 0 46169 34 0 0 25 0 1 120000 1151172145 238530560 54948 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58235 54948 93 173 0 58060 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 232940

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1580544/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=232940 CPUtime=522
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61088 0 0 0 52166 34 0 0 25 0 1 120000 1151172145 238530560 54948 1992294400 134512640 135224549 4294956208 18446744073709551615 134595365 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58235 54948 93 173 0 58060 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 232940

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1580032/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=233468 CPUtime=581.96
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61212 0 0 0 58162 34 0 0 25 0 1 120000 1151172145 239071232 55072 1992294400 134512640 135224549 4294956208 18446744073709551615 134632723 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58367 55072 93 173 0 58192 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 233468

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1579648/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=233864 CPUtime=641.93
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61306 0 0 0 64159 34 0 0 25 0 1 120000 1151172145 239476736 55166 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58466 55166 93 173 0 58291 0
Current children cumulated CPU time (s) 641.93
Current children cumulated vsize (KiB) 233864

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1579200/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=234260 CPUtime=701.89
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61397 0 0 0 70155 34 0 0 25 0 1 120000 1151172145 239882240 55257 1992294400 134512640 135224549 4294956208 18446744073709551615 134595604 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58565 55257 93 173 0 58390 0
Current children cumulated CPU time (s) 701.89
Current children cumulated vsize (KiB) 234260

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1579008/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=234392 CPUtime=761.86
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61442 0 0 0 76152 34 0 0 25 0 1 120000 1151172145 240017408 55302 1992294400 134512640 135224549 4294956208 18446744073709551615 134618668 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58598 55302 93 173 0 58423 0
Current children cumulated CPU time (s) 761.86
Current children cumulated vsize (KiB) 234392

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1578688/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=234656 CPUtime=821.83
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61505 0 0 0 82149 34 0 0 25 0 1 120000 1151172145 240287744 55365 1992294400 134512640 135224549 4294956208 18446744073709551615 134595283 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58664 55365 93 173 0 58489 0
Current children cumulated CPU time (s) 821.83
Current children cumulated vsize (KiB) 234656

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1578112/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=235184 CPUtime=881.8
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61657 0 0 0 88145 35 0 0 25 0 1 120000 1151172145 240828416 55517 1992294400 134512640 135224549 4294956208 18446744073709551615 134595706 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58796 55517 93 173 0 58621 0
Current children cumulated CPU time (s) 881.8
Current children cumulated vsize (KiB) 235184

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1578048/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=235184 CPUtime=941.77
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61659 0 0 0 94142 35 0 0 25 0 1 120000 1151172145 240828416 55519 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58796 55519 93 173 0 58621 0
Current children cumulated CPU time (s) 941.77
Current children cumulated vsize (KiB) 235184

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1577856/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=235448 CPUtime=1001.74
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61708 0 0 0 100139 35 0 0 25 0 1 120000 1151172145 241098752 55568 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58862 55568 93 173 0 58687 0
Current children cumulated CPU time (s) 1001.74
Current children cumulated vsize (KiB) 235448

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1577280/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=235844 CPUtime=1061.7
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61836 0 0 0 106135 35 0 0 25 0 1 120000 1151172145 241504256 55696 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 58961 55696 93 173 0 58786 0
Current children cumulated CPU time (s) 1061.7
Current children cumulated vsize (KiB) 235844

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1576640/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=236372 CPUtime=1121.66
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 61974 0 0 0 112131 35 0 0 25 0 1 120000 1151172145 242044928 55834 1992294400 134512640 135224549 4294956208 18446744073709551615 134595535 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 59093 55834 93 173 0 58918 0
Current children cumulated CPU time (s) 1121.66
Current children cumulated vsize (KiB) 236372

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1576320/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=236768 CPUtime=1181.63
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 62055 0 0 0 118128 35 0 0 25 0 1 120000 1151172145 242450432 55915 1992294400 134512640 135224549 4294956208 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 59192 55915 93 173 0 59017 0
Current children cumulated CPU time (s) 1181.63
Current children cumulated vsize (KiB) 236768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1576320/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=236768 CPUtime=1200.02
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 62055 0 0 0 119967 35 0 0 25 0 1 100 1151172145 242450432 55915 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 59192 55915 93 173 0 59017 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 236768

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 13934
/proc/meminfo: memFree=1576320/2055920 swapFree=4175280/4192956
[pid=13927] ppid=13925 vsize=236768 CPUtime=1200.02
/proc/13927/stat : 13927 (CirCUs) R 13925 13927 13683 0 -1 4194304 62055 0 0 0 119967 35 0 0 25 0 1 100 1151172145 242450432 55915 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 0 0 0
/proc/13927/statm: 59192 55915 93 173 0 59017 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 236768

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.74
CPU time (s): 1200.07
CPU user time (s): 1199.68
CPU system time (s): 0.39394
CPU usage (%): 99.9442
Max. virtual memory (cumulated for all children) (KiB): 236768

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

runsolver used 1.05384 second user time and 3.35349 second system time

The end

Launcher Data

Begin job on node63 at 2009-04-03 20:58:32
IDJOB=1563327
IDBENCH=70951
IDSOLVER=544
FILE ID=node63/1563327-1238785110
PBS_JOBID= 9085579
Free space on /tmp= 66528 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563327-1238785110/watcher-1563327-1238785110 -o /tmp/evaluation-result-1563327-1238785110/solver-1563327-1238785110 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1563327-1238785110.cnf -t 1200

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=538081009

node63.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.285
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.285
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1800680 kB
Buffers:         19304 kB
Cached:         158544 kB
SwapCached:       7520 kB
Active:          55840 kB
Inactive:       131068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800680 kB
SwapTotal:     4192956 kB
SwapFree:      4175280 kB
Dirty:           34020 kB
Writeback:           0 kB
Mapped:          14696 kB
Slab:            52896 kB
Committed_AS:  3528916 kB
PageTables:       2312 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= 66528 MiB
End job on node63 at 2009-04-03 21:18:35