Trace number 1578951

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.13 1200.45

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1115.23
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

6.19/6.20	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
6.19/6.20	c Eliminate time :       4.44 

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-1578951-1238902650/watcher-1578951-1238902650 -o /tmp/evaluation-result-1578951-1238902650/solver-1578951-1238902650 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1578951-1238902650.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.91 0.97 0.99 2/64 18106
/proc/meminfo: memFree=1108016/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=7356 CPUtime=0
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 679 0 0 0 0 0 0 0 18 0 1 120000 1162930706 7532544 664 1992294400 134512640 135224549 4294956224 18446744073709551615 134593801 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 1839 671 66 173 0 1664 0

[startup+0.106456 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18106
/proc/meminfo: memFree=1108016/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=32316 CPUtime=0.09
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 5322 0 0 0 7 2 0 0 18 0 1 120000 1162930706 33091584 5209 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 8079 5209 70 173 0 7904 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32316

[startup+0.201464 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18106
/proc/meminfo: memFree=1108016/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=37844 CPUtime=0.19
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 6883 0 0 0 16 3 0 0 19 0 1 120000 1162930706 38752256 6641 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 9461 6641 70 173 0 9286 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37844

[startup+0.301472 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18106
/proc/meminfo: memFree=1108016/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=42728 CPUtime=0.29
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 8325 0 0 0 26 3 0 0 19 0 1 120000 1162930706 43753472 8083 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 10682 8083 70 173 0 10507 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 42728

[startup+0.701506 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18106
/proc/meminfo: memFree=1108016/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=57612 CPUtime=0.69
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 12454 0 0 0 64 5 0 0 23 0 1 120000 1162930706 58994688 11955 1992294400 134512640 135224549 4294956224 18446744073709551615 134749214 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 14403 11955 70 173 0 14228 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57612

[startup+1.50158 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 18107
/proc/meminfo: memFree=1046504/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=87644 CPUtime=1.49
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 21071 0 0 0 138 11 0 0 25 0 1 120000 1162930706 89747456 20059 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 21911 20060 70 173 0 21736 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87644

[startup+3.10171 s]
/proc/loadavg: 0.91 0.97 0.99 2/65 18107
/proc/meminfo: memFree=1015464/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=116016 CPUtime=3.09
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 28994 0 0 0 293 16 0 0 25 0 1 120000 1162930706 118800384 26956 1992294400 134512640 135224549 4294956224 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 29004 26956 77 173 0 28829 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 116016

[startup+6.30199 s]
/proc/loadavg: 0.92 0.97 0.99 2/65 18107
/proc/meminfo: memFree=995368/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=119524 CPUtime=6.29
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 31389 0 0 0 612 17 0 0 25 0 1 120000 1162930706 122392576 28871 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 29881 28871 90 173 0 29706 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 119524

[startup+12.7015 s]
/proc/loadavg: 0.93 0.97 0.99 2/65 18107
/proc/meminfo: memFree=992248/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=120320 CPUtime=12.68
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 31558 0 0 0 1251 17 0 0 25 0 1 120000 1162930706 123207680 29040 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 30080 29040 92 173 0 29905 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 120320

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/65 18107
/proc/meminfo: memFree=990840/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=121640 CPUtime=25.48
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 31893 0 0 0 2530 18 0 0 25 0 1 120000 1162930706 124559360 29375 1992294400 134512640 135224549 4294956224 18446744073709551615 134632717 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 30410 29375 92 173 0 30235 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121640

[startup+51.1019 s]
/proc/loadavg: 0.96 0.97 0.99 2/65 18107
/proc/meminfo: memFree=986872/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=125764 CPUtime=51.08
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 32925 0 0 0 5089 19 0 0 25 0 1 120000 1162930706 128782336 30407 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 31441 30407 92 173 0 31266 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 125764

[startup+102.301 s]
/proc/loadavg: 0.98 0.97 0.99 2/65 18107
/proc/meminfo: memFree=975096/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=137460 CPUtime=102.27
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 35834 0 0 0 10204 23 0 0 25 0 1 120000 1162930706 140759040 33316 1992294400 134512640 135224549 4294956224 18446744073709551615 134587774 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 34365 33316 92 173 0 34190 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 137460

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18107
/proc/meminfo: memFree=961336/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=151344 CPUtime=162.24
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 39311 0 0 0 16198 26 0 0 25 0 1 120000 1162930706 154976256 36793 1992294400 134512640 135224549 4294956224 18446744073709551615 134588227 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 37836 36793 92 173 0 37661 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 151344

[startup+222.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=947192/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=165264 CPUtime=222.23
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 42783 0 0 0 22194 29 0 0 25 0 1 120000 1162930706 169230336 40265 1992294400 134512640 135224549 4294956224 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 41316 40265 92 173 0 41141 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 165264

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=931192/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=181308 CPUtime=282.22
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 46789 0 0 0 28189 33 0 0 25 0 1 120000 1162930706 185659392 44271 1992294400 134512640 135224549 4294956224 18446744073709551615 134587806 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 45327 44271 92 173 0 45152 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 181308

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=917496/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=194824 CPUtime=342.2
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 50182 0 0 0 34184 36 0 0 25 0 1 120000 1162930706 199499776 47664 1992294400 134512640 135224549 4294956224 18446744073709551615 134587968 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 48706 47664 92 173 0 48531 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 194824

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=905272/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=207252 CPUtime=402.18
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 53300 0 0 0 40178 40 0 0 25 0 1 120000 1162930706 212226048 50782 1992294400 134512640 135224549 4294956224 18446744073709551615 134595322 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 51813 50782 92 173 0 51638 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 207252

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=891000/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=221660 CPUtime=462.17
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 56831 0 0 0 46174 43 0 0 25 0 1 120000 1162930706 226979840 54313 1992294400 134512640 135224549 4294956224 18446744073709551615 134618565 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 55415 54313 92 173 0 55240 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 221660

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=876024/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=236624 CPUtime=522.15
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60582 0 0 0 52169 46 0 0 25 0 1 120000 1162930706 242302976 58064 1992294400 134512640 135224549 4294956224 18446744073709551615 134632529 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59156 58064 92 173 0 58981 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 236624

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=874872/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=237680 CPUtime=582.14
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60850 0 0 0 58167 47 0 0 25 0 1 120000 1162930706 243384320 58332 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59420 58332 92 173 0 59245 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 237680

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=874808/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=237680 CPUtime=642.12
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60850 0 0 0 64165 47 0 0 25 0 1 120000 1162930706 243384320 58332 1992294400 134512640 135224549 4294956224 18446744073709551615 134595525 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59420 58332 92 173 0 59245 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 237680

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=874872/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=237680 CPUtime=702.11
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60851 0 0 0 70164 47 0 0 25 0 1 120000 1162930706 243384320 58333 1992294400 134512640 135224549 4294956224 18446744073709551615 134587862 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59420 58333 92 173 0 59245 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 237680

[startup+762.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=874808/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=237680 CPUtime=762.1
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60852 0 0 0 76162 48 0 0 25 0 1 120000 1162930706 243384320 58334 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59420 58334 92 173 0 59245 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 237680

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=874808/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=237680 CPUtime=822.08
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60853 0 0 0 82160 48 0 0 25 0 1 120000 1162930706 243384320 58335 1992294400 134512640 135224549 4294956224 18446744073709551615 134587776 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59420 58335 92 173 0 59245 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 237680

[startup+882.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=874808/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=237680 CPUtime=882.06
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60855 0 0 0 88158 48 0 0 25 0 1 120000 1162930706 243384320 58337 1992294400 134512640 135224549 4294956224 18446744073709551615 134595533 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59420 58337 92 173 0 59245 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 237680

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=874680/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=237944 CPUtime=942.04
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 60899 0 0 0 94156 48 0 0 25 0 1 120000 1162930706 243654656 58381 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 59486 58381 92 173 0 59311 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 237944

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=865592/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=246928 CPUtime=1002.02
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 63161 0 0 0 100151 51 0 0 25 0 1 120000 1162930706 252854272 60643 1992294400 134512640 135224549 4294956224 18446744073709551615 134595324 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 61732 60643 92 173 0 61557 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 246928

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=858552/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=254080 CPUtime=1062.01
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 64922 0 0 0 106147 54 0 0 25 0 1 120000 1162930706 260177920 62404 1992294400 134512640 135224549 4294956224 18446744073709551615 134619210 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 63520 62404 92 173 0 63345 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 254080

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=858488/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=254080 CPUtime=1121.99
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 64922 0 0 0 112145 54 0 0 25 0 1 120000 1162930706 260177920 62404 1992294400 134512640 135224549 4294956224 18446744073709551615 134595219 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 63520 62404 92 173 0 63345 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 254080

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=858488/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=254080 CPUtime=1181.98
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 64922 0 0 0 118144 54 0 0 25 0 1 120000 1162930706 260177920 62404 1992294400 134512640 135224549 4294956224 18446744073709551615 134595201 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 63520 62404 92 173 0 63345 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 254080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=858552/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=254080 CPUtime=1200.07
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 64923 0 0 0 119953 54 0 0 25 0 1 100 1162930706 260177920 62405 1992294400 134512640 135224549 4294956224 18446744073709551615 134587908 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 63520 62405 92 173 0 63345 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 254080

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: 0.99 0.97 0.99 2/65 18109
/proc/meminfo: memFree=858552/2055920 swapFree=4175756/4192956
[pid=18106] ppid=18104 vsize=254080 CPUtime=1200.07
/proc/18106/stat : 18106 (CirCUs) R 18104 18106 17984 0 -1 4194304 64923 0 0 0 119953 54 0 0 25 0 1 100 1162930706 260177920 62405 1992294400 134512640 135224549 4294956224 18446744073709551615 134587908 0 0 4096 8192 0 0 0 17 1 0 0
/proc/18106/statm: 63520 62405 92 173 0 63345 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 254080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.13
CPU user time (s): 1199.54
CPU system time (s): 0.58991
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 254080

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

runsolver used 1.01984 second user time and 2.57661 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-05 05:37:31
IDJOB=1578951
IDBENCH=70988
IDSOLVER=544
FILE ID=node31/1578951-1238902650
PBS_JOBID= 9101349
Free space on /tmp= 66472 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1578951-1238902650/watcher-1578951-1238902650 -o /tmp/evaluation-result-1578951-1238902650/solver-1578951-1238902650 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1578951-1238902650.cnf -t 1200

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=1357554393

node31.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.214
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.214
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:       1108496 kB
Buffers:        108348 kB
Cached:         727732 kB
SwapCached:      10248 kB
Active:         482388 kB
Inactive:       365472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1108496 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:           21652 kB
Writeback:           0 kB
Mapped:          17436 kB
Slab:            85316 kB
Committed_AS:  3463116 kB
PageTables:       1480 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= 66472 MiB
End job on node31 at 2009-04-05 05:57:34