Trace number 336483

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, and are wall clock time (not CPU 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
CMUSAT 2007-02-08? (TO) 1200.14 1200.46

General information on the benchmark

Namecrafted/Hard/contest05/counting-clq/
unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
MD5SUMcaece48666f4e716f61ea74e680d7de5
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 variables1325
Number of clauses174298
Sum of the clauses size506725
Maximum clause length25
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 217050
Number of clauses of size 3157200
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 548

Solver Data (download as text)

0.00/0.00	c Pre-processing provided 0 assignments
0.00/0.00	c |  Number of variables:  1325                                                 |
0.09/0.17	c |  Number of clauses:    174298                                               |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node59/watcher-336483-1173647650 -o ROOT/results/node59/solver-336483-1173647650 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/336483-1173647650/cmusat /tmp/evaluation/336483-1173647650/instance-336483-1173647650.cnf 

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): 2400 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.95 0.95 3/64 21517
/proc/meminfo: memFree=1897504/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=2452 CPUtime=0
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 448 0 0 0 0 0 0 0 18 0 1 0 384721751 2510848 431 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 613 432 96 243 0 367 0

[startup+0.060378 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 21517
/proc/meminfo: memFree=1897504/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=5460 CPUtime=0.05
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 1208 0 0 0 5 0 0 0 18 0 1 0 384721751 5591040 1191 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 1365 1191 96 243 0 1119 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5460

[startup+0.101382 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 21517
/proc/meminfo: memFree=1897504/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=8172 CPUtime=0.09
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 1808 0 0 0 8 1 0 0 18 0 1 0 384721751 8368128 1791 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092575 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 2043 1791 96 243 0 1797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8172

[startup+0.301404 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 21517
/proc/meminfo: memFree=1897504/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=12664 CPUtime=0.29
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 2976 0 0 0 27 2 0 0 19 0 1 0 384721751 12967936 2959 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12664

[startup+0.701448 s]
/proc/loadavg: 0.91 0.95 0.95 3/64 21517
/proc/meminfo: memFree=1897504/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=12664 CPUtime=0.69
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 2976 0 0 0 67 2 0 0 22 0 1 0 384721751 12967936 2959 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530504 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12664

[startup+1.50154 s]
/proc/loadavg: 0.91 0.95 0.95 2/65 21518
/proc/meminfo: memFree=1886040/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=12664 CPUtime=1.49
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 2976 0 0 0 147 2 0 0 25 0 1 0 384721751 12967936 2959 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12664

[startup+3.10171 s]
/proc/loadavg: 0.92 0.95 0.95 2/65 21518
/proc/meminfo: memFree=1885912/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=12664 CPUtime=3.09
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 2976 0 0 0 307 2 0 0 25 0 1 0 384721751 12967936 2959 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134530328 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 3166 2959 108 243 0 2920 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12664

[startup+6.30106 s]
/proc/loadavg: 0.92 0.95 0.95 2/65 21518
/proc/meminfo: memFree=1881176/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=17520 CPUtime=6.29
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 4118 0 0 0 626 3 0 0 25 0 1 0 384721751 17940480 4101 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134528139 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 4380 4101 109 243 0 4134 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17520

[startup+12.7018 s]
/proc/loadavg: 0.93 0.96 0.95 2/65 21518
/proc/meminfo: memFree=1872472/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=34220 CPUtime=12.69
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 12224 0 0 0 1263 6 0 0 25 0 1 0 384721751 35041280 7148 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134594098 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 8555 7148 119 243 0 8309 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34220

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.95 2/65 21518
/proc/meminfo: memFree=1829400/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=72996 CPUtime=25.48
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 22237 0 0 0 2537 11 0 0 25 0 1 0 384721751 74747904 17161 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 18249 17161 119 243 0 18003 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72996

[startup+51.102 s]
/proc/loadavg: 0.96 0.96 0.95 2/65 21518
/proc/meminfo: memFree=1815960/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=86052 CPUtime=51.08
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 25942 0 0 0 5094 14 0 0 25 0 1 0 384721751 88117248 20411 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 21513 20411 119 243 0 21267 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 86052

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.95 2/65 21518
/proc/meminfo: memFree=1799768/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=102052 CPUtime=102.27
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 30915 0 0 0 10210 17 0 0 25 0 1 0 384721751 104501248 24439 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 25513 24439 119 243 0 25267 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 102052

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1786840/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=115444 CPUtime=162.25
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 34636 0 0 0 16205 20 0 0 25 0 1 0 384721751 118214656 27668 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134579036 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 28861 27668 119 243 0 28615 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 115444

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1778840/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=123596 CPUtime=222.23
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 37143 0 0 0 22201 22 0 0 25 0 1 0 384721751 126562304 29668 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 30899 29668 119 243 0 30653 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 123596

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1767512/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=135024 CPUtime=282.21
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 40509 0 0 0 28197 24 0 0 25 0 1 0 384721751 138264576 32494 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 33756 32494 119 243 0 33510 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 135024

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1760856/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=141268 CPUtime=342.2
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 43262 0 0 0 34194 26 0 0 25 0 1 0 384721751 144658432 34142 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589545 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 35317 34142 119 243 0 35071 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 141268

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1741464/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=161604 CPUtime=402.18
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 49023 0 0 0 40187 31 0 0 25 0 1 0 384721751 165482496 39319 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589526 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 40401 39319 119 243 0 40155 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 161604

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1734616/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=167328 CPUtime=462.17
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 51034 0 0 0 46185 32 0 0 25 0 1 0 384721751 171343872 40655 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 41832 40655 119 243 0 41586 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 167328

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1719896/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=183632 CPUtime=522.16
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 55057 0 0 0 52178 38 0 0 25 0 1 0 384721751 188039168 44480 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589667 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 45908 44480 119 243 0 45662 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 183632

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1694808/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=208188 CPUtime=582.13
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 61300 0 0 0 58170 43 0 0 25 0 1 0 384721751 213184512 50657 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135092715 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 52047 50657 119 243 0 51801 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 208188

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1691672/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=211220 CPUtime=642.13
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 62724 0 0 0 64168 45 0 0 25 0 1 0 384721751 216289280 51379 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 135091424 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 52805 51379 119 243 0 52559 0
Current children cumulated CPU time (s) 642.13
Current children cumulated vsize (KiB) 211220

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1672920/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=230376 CPUtime=702.11
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 67562 0 0 0 70161 50 0 0 25 0 1 0 384721751 235905024 56118 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 57594 56118 119 243 0 57348 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 230376

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1567128/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345724 CPUtime=762.09
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97260 0 0 0 76150 59 0 0 25 0 1 0 384721751 354021376 82408 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86431 82408 119 243 0 86185 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 345724

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1567128/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345724 CPUtime=822.08
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97268 0 0 0 82148 60 0 0 25 0 1 0 384721751 354021376 82416 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86431 82416 119 243 0 86185 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 345724

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1567256/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345460 CPUtime=882.06
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97290 0 0 0 88146 60 0 0 25 0 1 0 384721751 353751040 82372 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589684 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86365 82372 119 243 0 86119 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 345460

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1567000/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345200 CPUtime=942.04
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97461 0 0 0 94144 60 0 0 25 0 1 0 384721751 353484800 82478 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86300 82478 119 243 0 86054 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 345200

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1566360/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345200 CPUtime=1002.03
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97619 0 0 0 100142 61 0 0 25 0 1 0 384721751 353484800 82636 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589601 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86300 82636 119 243 0 86054 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 345200

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1566360/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345200 CPUtime=1062.01
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97619 0 0 0 106140 61 0 0 25 0 1 0 384721751 353484800 82636 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86300 82636 119 243 0 86054 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 345200

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1565976/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345200 CPUtime=1122
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97708 0 0 0 112139 61 0 0 25 0 1 0 384721751 353484800 82725 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589524 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86300 82725 119 243 0 86054 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 345200

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1565656/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345200 CPUtime=1181.98
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97791 0 0 0 118137 61 0 0 25 0 1 0 384721751 353484800 82808 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86300 82808 119 243 0 86054 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 345200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.95 2/65 21518
/proc/meminfo: memFree=1565656/2055920 swapFree=4174680/4192956
[pid=21517] ppid=21515 vsize=345200 CPUtime=1200.08
/proc/21517/stat : 21517 (cmusat) R 21515 21517 20833 0 -1 4194304 97791 0 0 0 119947 61 0 0 25 0 1 0 384721751 353484800 82808 18446744073709551615 134512640 135508737 4294956720 18446744073709551615 134589650 0 0 4096 35 0 0 0 17 1 0 0
/proc/21517/statm: 86300 82808 119 243 0 86054 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 345200

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.46
CPU time (s): 1200.14
CPU user time (s): 1199.47
CPU system time (s): 0.670898
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 348520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.47
system time used= 0.670898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97791
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= 6
involuntary context switches= 666

runsolver used 0.794879 second user time and 2.49362 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Mar 11 21:14:11 UTC 2007

IDJOB= 336483
IDBENCH= 24676
IDSOLVER= 121
FILE ID= node59/336483-1173647650

PBS_JOBID= 4101380

Free space on /tmp= 66530 MiB

SOLVER NAME= CMUSAT 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-clq/unsat-set-b-fclqcolor-25-18-23.sat05-1287.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/336483-1173647650/cmusat /tmp/evaluation/336483-1173647650/instance-336483-1173647650.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-336483-1173647650 -o ROOT/results/node59/solver-336483-1173647650 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/336483-1173647650/cmusat /tmp/evaluation/336483-1173647650/instance-336483-1173647650.cnf            

META MD5SUM SOLVER= af990fb12f8926fdd756b397adb3b5cf
MD5SUM BENCH=  caece48666f4e716f61ea74e680d7de5

RANDOM SEED= 211637761

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.225
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.225
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:       1897912 kB
Buffers:         16336 kB
Cached:          95836 kB
SwapCached:      12472 kB
Active:          41332 kB
Inactive:        90004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897912 kB
SwapTotal:     4192956 kB
SwapFree:      4174680 kB
Dirty:            5092 kB
Writeback:           0 kB
Mapped:          15256 kB
Slab:            12632 kB
Committed_AS:   699148 kB
PageTables:       1472 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= 66530 MiB

End job on node59 on Sun Mar 11 21:34:13 UTC 2007