Trace number 1734731

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.05 1200.43

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2640c305320g6.cnf
MD5SUMb8aeb5269daff3f4e23b9dd675aa8076
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

Solver Data

1.59/1.60	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
1.59/1.60	c Eliminate time :       1.32 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 29215
/proc/meminfo: memFree=1612816/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=3968 CPUtime=0
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 211 0 0 0 0 0 0 0 18 0 1 120000 107707530 4063232 196 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 992 196 70 173 0 817 0

[startup+0.104658 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 29215
/proc/meminfo: memFree=1612816/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=10208 CPUtime=0.1
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 1969 0 0 0 9 1 0 0 18 0 1 120000 107707530 10452992 1856 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 2552 1857 70 173 0 2377 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10208

[startup+0.201668 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 29215
/proc/meminfo: memFree=1612816/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=16132 CPUtime=0.19
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 3647 0 0 0 17 2 0 0 18 0 1 120000 107707530 16519168 3405 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 4033 3406 70 173 0 3858 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16132

[startup+0.30168 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 29215
/proc/meminfo: memFree=1612816/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=21112 CPUtime=0.29
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 5083 0 0 0 27 2 0 0 19 0 1 120000 107707530 21618688 4583 1992294400 134512640 135224549 4294956224 18446744073709551615 134570438 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 5278 4583 74 173 0 5103 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21112

[startup+0.701724 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 29215
/proc/meminfo: memFree=1612816/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=21112 CPUtime=0.69
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 5083 0 0 0 67 2 0 0 22 0 1 120000 107707530 21618688 4583 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 5278 4583 74 173 0 5103 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21112

[startup+1.50181 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1594760/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=21112 CPUtime=1.49
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 5083 0 0 0 147 2 0 0 25 0 1 120000 107707530 21618688 4583 1992294400 134512640 135224549 4294956224 18446744073709551615 134570469 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 5278 4583 74 173 0 5103 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21112

[startup+3.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1591752/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=27320 CPUtime=3.09
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 6643 0 0 0 306 3 0 0 25 0 1 120000 107707530 27975680 6143 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 6830 6143 89 173 0 6655 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27320

[startup+6.30136 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1587528/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=28244 CPUtime=6.29
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 6878 0 0 0 626 3 0 0 25 0 1 120000 107707530 28921856 6378 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 7061 6378 89 173 0 6886 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28244

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1582280/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=33392 CPUtime=12.69
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 8144 0 0 0 1265 4 0 0 25 0 1 120000 107707530 34193408 7644 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 8348 7644 89 173 0 8173 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 33392

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1578184/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=37508 CPUtime=25.49
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 9181 0 0 0 2544 5 0 0 25 0 1 120000 107707530 38408192 8681 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 9377 8681 89 173 0 9202 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37508

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1570952/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=44768 CPUtime=51.08
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 11007 0 0 0 5102 6 0 0 25 0 1 120000 107707530 45842432 10507 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 11192 10507 89 173 0 11017 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 44768

[startup+102.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1557896/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=57952 CPUtime=102.27
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 14258 0 0 0 10218 9 0 0 25 0 1 120000 107707530 59342848 13758 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 14488 13758 89 173 0 14313 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 57952

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1548360/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=67324 CPUtime=162.24
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 16648 0 0 0 16213 11 0 0 25 0 1 120000 107707530 68939776 16148 1992294400 134512640 135224549 4294956224 18446744073709551615 134618712 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 16831 16148 89 173 0 16656 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 67324

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1537096/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=78796 CPUtime=222.23
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 19458 0 0 0 22209 14 0 0 25 0 1 120000 107707530 80687104 18958 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 19699 18958 89 173 0 19524 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 78796

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1533320/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=82492 CPUtime=282.21
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 20383 0 0 0 28207 14 0 0 25 0 1 120000 107707530 84471808 19883 1992294400 134512640 135224549 4294956224 18446744073709551615 134595757 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 20623 19883 89 173 0 20448 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 82492

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1521288/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=94504 CPUtime=342.19
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 23385 0 0 0 34202 17 0 0 25 0 1 120000 107707530 96772096 22885 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 23626 22885 89 173 0 23451 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 94504

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1513736/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=101896 CPUtime=402.17
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 25258 0 0 0 40198 19 0 0 25 0 1 120000 107707530 104341504 24758 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 25474 24758 89 173 0 25299 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 101896

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1505032/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=110608 CPUtime=462.15
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 27437 0 0 0 46194 21 0 0 25 0 1 120000 107707530 113262592 26937 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 27652 26937 89 173 0 27477 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 110608

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1504968/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=110608 CPUtime=522.14
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 27438 0 0 0 52193 21 0 0 25 0 1 120000 107707530 113262592 26938 1992294400 134512640 135224549 4294956224 18446744073709551615 134587841 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 27652 26938 89 173 0 27477 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 110608

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1499592/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=115888 CPUtime=582.12
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 28778 0 0 0 58190 22 0 0 25 0 1 120000 107707530 118669312 28278 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 28972 28278 89 173 0 28797 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 115888

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1491144/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=124732 CPUtime=642.11
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 30994 0 0 0 64185 26 0 0 25 0 1 120000 107707530 127725568 30494 1992294400 134512640 135224549 4294956224 18446744073709551615 134595312 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 31183 30494 89 173 0 31008 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 124732

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1483336/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=132124 CPUtime=702.09
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 32829 0 0 0 70181 28 0 0 25 0 1 120000 107707530 135294976 32329 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 33031 32329 89 173 0 32856 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 132124

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1483272/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=132124 CPUtime=762.07
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 32829 0 0 0 76179 28 0 0 25 0 1 120000 107707530 135294976 32329 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 33031 32329 89 173 0 32856 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 132124

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1475336/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=140556 CPUtime=822.05
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 34962 0 0 0 82174 31 0 0 25 0 1 120000 107707530 143929344 34333 1992294400 134512640 135224549 4294956224 18446744073709551615 134595298 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 35139 34333 89 173 0 34964 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 140556

[startup+882.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29216
/proc/meminfo: memFree=1475272/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=140556 CPUtime=882.04
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 34962 0 0 0 88173 31 0 0 25 0 1 120000 107707530 143929344 34333 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 35139 34333 89 173 0 34964 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 140556

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 29222
/proc/meminfo: memFree=1464904/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=151128 CPUtime=942.01
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 37604 0 0 0 94167 34 0 0 25 0 1 120000 107707530 154755072 36975 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 37782 36975 89 173 0 37607 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 151128

[startup+1002.3 s]
/proc/loadavg: 1.05 0.99 0.98 2/65 29632
/proc/meminfo: memFree=1459520/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=155616 CPUtime=1001.96
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 38727 0 0 0 100160 36 0 0 25 0 1 120000 107707530 159350784 38098 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 38904 38098 89 173 0 38729 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 155616

[startup+1062.3 s]
/proc/loadavg: 1.02 0.99 0.98 2/65 29632
/proc/meminfo: memFree=1459648/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=155616 CPUtime=1061.95
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 38727 0 0 0 106158 37 0 0 25 0 1 120000 107707530 159350784 38098 1992294400 134512640 135224549 4294956224 18446744073709551615 134595407 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 38904 38098 89 173 0 38729 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 155616

[startup+1122.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 29632
/proc/meminfo: memFree=1454656/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=160764 CPUtime=1121.93
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 40027 0 0 0 112155 38 0 0 25 0 1 120000 107707530 164622336 39398 1992294400 134512640 135224549 4294956224 18446744073709551615 134595383 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 40191 39398 89 173 0 40016 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 160764

[startup+1182.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 29632
/proc/meminfo: memFree=1444800/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=170552 CPUtime=1181.91
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 42482 0 0 0 118151 40 0 0 25 0 1 120000 107707530 174645248 41853 1992294400 134512640 135224549 4294956224 18446744073709551615 134595336 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 42638 41853 89 173 0 42463 0
Current children cumulated CPU time (s) 1181.91
Current children cumulated vsize (KiB) 170552



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 29632
/proc/meminfo: memFree=1444736/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=170552 CPUtime=1200.01
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 42482 0 0 0 119961 40 0 0 25 0 1 100 107707530 174645248 41853 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 42638 41853 89 173 0 42463 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 170552

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

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

[startup+1200.4 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 29632
/proc/meminfo: memFree=1444736/2055920 swapFree=4180724/4192956
[pid=29215] ppid=29213 vsize=170552 CPUtime=1200.01
/proc/29215/stat : 29215 (CirCUs) R 29213 29215 29054 0 -1 4194304 42482 0 0 0 119961 40 0 0 25 0 1 100 107707530 174645248 41853 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/29215/statm: 42638 41853 89 173 0 42463 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 170552

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.43
CPU time (s): 1200.05
CPU user time (s): 1199.62
CPU system time (s): 0.434933
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 170552

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

runsolver used 0.921859 second user time and 2.57461 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-27 03:45:40
IDJOB=1734731
IDBENCH=71282
IDSOLVER=544
FILE ID=node23/1734731-1240796740
PBS_JOBID= 9187350
Free space on /tmp= 66316 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2640c305320g6.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1734731-1240796740/watcher-1734731-1240796740 -o /tmp/evaluation-result-1734731-1240796740/solver-1734731-1240796740 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1734731-1240796740.cnf -t 1200

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

MD5SUM BENCH= b8aeb5269daff3f4e23b9dd675aa8076
RANDOM SEED=1123689153

node23.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.238
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.238
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:       1613296 kB
Buffers:         55104 kB
Cached:         330388 kB
SwapCached:       6256 kB
Active:         126292 kB
Inactive:       267800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613296 kB
SwapTotal:     4192956 kB
SwapFree:      4180724 kB
Dirty:            4988 kB
Writeback:           0 kB
Mapped:          14064 kB
Slab:            34600 kB
Committed_AS:   472972 kB
PageTables:       1388 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= 66316 MiB
End job on node23 at 2009-04-27 04:05:43