Trace number 1519618

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
MiniSat 2.1 (Sat-race'08 Edition)? (TO) 1200.04 1200.42

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S1568578307-064.cnf
MD5SUM5adac1d8579162dbe20ef9795f561831
Bench CategoryRANDOM (random 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 variables220
Number of clauses18700
Sum of the clauses size130900
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518700

Solver Data

0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.03	c |  Number of variables:           220                                         |
0.00/0.03	c |  Number of clauses:           18700                                         |
0.00/0.03	c |  Parse time:                   0.03 s                                       |
0.39/0.49	c |  Simplification time:          0.46 s                                       |
0.39/0.49	c |                                                                             |
0.39/0.49	c ============================[ Search Statistics ]==============================
0.39/0.49	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.39/0.49	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.39/0.49	c ===============================================================================
0.49/0.50	c |       100 |     220    18700   130900 |     6856      100     63 |  0.002 % |
0.49/0.51	c |       250 |     220    18700   130900 |     7542      250     64 |  0.002 % |
0.49/0.52	c |       475 |     220    18700   130900 |     8296      475     64 |  0.002 % |
0.49/0.54	c |       812 |     220    18700   130900 |     9126      812     62 |  0.002 % |
0.49/0.58	c |      1318 |     220    18700   130900 |    10038     1318     62 |  0.002 % |
0.59/0.62	c |      2077 |     220    18700   130900 |    11042     2077     62 |  0.002 % |
0.59/0.69	c |      3216 |     220    18700   130900 |    12147     3216     62 |  0.002 % |
0.79/0.80	c |      4924 |     220    18700   130900 |    13361     4924     62 |  0.002 % |
0.89/0.97	c |      7486 |     220    18700   130900 |    14697     7486     62 |  0.002 % |
1.19/1.27	c |     11330 |     220    18700   130900 |    16167    11330     62 |  0.002 % |
1.69/1.78	c |     17096 |     220    18700   130900 |    17784     8962     62 |  0.002 % |
2.49/2.52	c |     25745 |     220    18700   130900 |    19562    17611     62 |  0.002 % |
3.79/3.80	c |     38719 |     220    18700   130900 |    21519    10933     62 |  0.002 % |
5.69/5.73	c |     58180 |     220    18700   130900 |    23671    19630     62 |  0.002 % |
8.59/8.67	c |     87372 |     220    18700   130900 |    26038    23214     62 |  0.002 % |
13.59/13.61	c |    131161 |     220    18700   130900 |    28641    22112     62 |  0.002 % |
20.79/20.80	c |    196845 |     220    18700   130900 |    31506    17463     62 |  0.002 % |
32.78/32.86	c |    295371 |     220    18700   130900 |    34656    15381     62 |  0.002 % |
50.37/50.48	c |    443160 |     220    18700   130900 |    38122    23540     64 |  0.002 % |
80.26/80.37	c |    664843 |     220    18700   130900 |    41934    34074     63 |  0.002 % |
124.95/125.03	c |    997368 |     220    18700   130900 |    46128    32755     63 |  0.002 % |
198.82/198.94	c |   1496156 |     220    18700   130900 |    50741    18463     62 |  0.002 % |
314.40/314.59	c |   2244338 |     220    18700   130900 |    55815    31231     64 |  0.002 % |
503.73/503.98	c |   3366612 |     220    18700   130900 |    61396    17848     62 |  0.002 % |
816.14/816.40	c |   5050023 |     220    18700   130900 |    67536    38779     63 |  0.002 % |

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1519618-1238231858/watcher-1519618-1238231858 -o /tmp/evaluation-result-1519618-1238231858/solver-1519618-1238231858 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat HOME/instance-1519618-1238231858.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): 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.92 0.98 0.99 3/64 15707
/proc/meminfo: memFree=1964080/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=7468 CPUtime=0
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 1095851982 7647232 277 1992294400 4194304 5092341 548682068848 18446744073709551615 4270144 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 1867 277 63 219 0 1645 0

[startup+0.0569911 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15707
/proc/meminfo: memFree=1964080/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=8752 CPUtime=0.05
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 791 0 0 0 5 0 0 0 18 0 1 0 1095851982 8962048 775 1992294400 4194304 5092341 548682068848 18446744073709551615 4219798 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 2188 775 87 219 0 1966 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 8752

[startup+0.101996 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15707
/proc/meminfo: memFree=1964080/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=8752 CPUtime=0.09
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 791 0 0 0 9 0 0 0 18 0 1 0 1095851982 8962048 775 1992294400 4194304 5092341 548682068848 18446744073709551615 4219711 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 2188 775 87 219 0 1966 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8752

[startup+0.302021 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15707
/proc/meminfo: memFree=1964080/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=8752 CPUtime=0.29
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 791 0 0 0 29 0 0 0 19 0 1 0 1095851982 8962048 775 1992294400 4194304 5092341 548682068848 18446744073709551615 4219511 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 2188 775 87 219 0 1966 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8752

[startup+0.701074 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 15707
/proc/meminfo: memFree=1964080/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=8752 CPUtime=0.69
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 1164 0 0 0 69 0 0 0 22 0 1 0 1095851982 8962048 983 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 2188 983 101 219 0 1966 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8752

[startup+1.50118 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1959336/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=9016 CPUtime=1.49
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 1875 0 0 0 149 0 0 0 25 0 1 0 1095851982 9232384 1694 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 2254 1694 101 219 0 2032 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9016

[startup+3.10139 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1957544/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=9504 CPUtime=3.08
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 4814 0 0 0 306 2 0 0 25 0 1 0 1095851982 9732096 2083 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 2376 2083 101 219 0 2154 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9504

[startup+6.30181 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1944552/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=22576 CPUtime=6.29
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 7777 0 0 0 625 4 0 0 25 0 1 0 1095851982 23117824 5046 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 5644 5046 101 219 0 5422 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22576

[startup+12.7017 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1943280/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=22576 CPUtime=12.69
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 7947 0 0 0 1265 4 0 0 25 0 1 0 1095851982 23117824 5216 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 5644 5216 101 219 0 5422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22576

[startup+25.5013 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1938864/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=26468 CPUtime=25.48
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 9056 0 0 0 2544 4 0 0 25 0 1 0 1095851982 27103232 6325 1992294400 4194304 5092341 548682068848 18446744073709551615 4268563 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 6617 6325 101 219 0 6395 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26468

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1938928/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=26468 CPUtime=51.07
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 9056 0 0 0 5103 4 0 0 25 0 1 0 1095851982 27103232 6325 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 6617 6325 101 219 0 6395 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26468

[startup+102.304 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1936368/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=36888 CPUtime=102.26
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 12551 0 0 0 10220 6 0 0 25 0 1 0 1095851982 37773312 6932 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 9222 6932 101 219 0 9000 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 36888

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1929904/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=40132 CPUtime=162.24
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 14169 0 0 0 16217 7 0 0 25 0 1 0 1095851982 41095168 8550 1992294400 4194304 5092341 548682068848 18446744073709551615 4241098 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 10033 8550 101 219 0 9811 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40132

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1928432/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=40132 CPUtime=222.23
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 14509 0 0 0 22215 8 0 0 25 0 1 0 1095851982 41095168 8890 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 10033 8890 101 219 0 9811 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 40132

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1928432/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=40132 CPUtime=282.2
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 14509 0 0 0 28212 8 0 0 25 0 1 0 1095851982 41095168 8890 1992294400 4194304 5092341 548682068848 18446744073709551615 4241406 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 10033 8890 101 219 0 9811 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 40132

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1920112/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=46856 CPUtime=342.18
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 20374 0 0 0 34206 12 0 0 25 0 1 0 1095851982 47980544 10961 1992294400 4194304 5092341 548682068848 18446744073709551615 4240624 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 11714 10961 101 219 0 11492 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 46856

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1915824/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=402.16
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 21435 0 0 0 40203 13 0 0 25 0 1 0 1095851982 65916928 12022 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12022 101 219 0 15871 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 64372

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1915184/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=462.15
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 21590 0 0 0 46201 14 0 0 25 0 1 0 1095851982 65916928 12177 1992294400 4194304 5092341 548682068848 18446744073709551615 4250876 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12177 101 219 0 15871 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 64372

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1913520/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=522.13
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22004 0 0 0 52198 15 0 0 25 0 1 0 1095851982 65916928 12591 1992294400 4194304 5092341 548682068848 18446744073709551615 4241075 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12591 101 219 0 15871 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 64372

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1913072/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=582.11
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22108 0 0 0 58196 15 0 0 25 0 1 0 1095851982 65916928 12695 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12695 101 219 0 15871 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 64372

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1913072/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=642.1
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22108 0 0 0 64195 15 0 0 25 0 1 0 1095851982 65916928 12695 1992294400 4194304 5092341 548682068848 18446744073709551615 4241380 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12695 101 219 0 15871 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 64372

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1912944/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=702.07
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22108 0 0 0 70192 15 0 0 25 0 1 0 1095851982 65916928 12695 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12695 101 219 0 15871 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 64372

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1912880/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=762.06
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22109 0 0 0 76190 16 0 0 25 0 1 0 1095851982 65916928 12696 1992294400 4194304 5092341 548682068848 18446744073709551615 4241418 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12696 101 219 0 15871 0
Current children cumulated CPU time (s) 762.06
Current children cumulated vsize (KiB) 64372

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1912880/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=822.04
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22109 0 0 0 82188 16 0 0 25 0 1 0 1095851982 65916928 12696 1992294400 4194304 5092341 548682068848 18446744073709551615 4240654 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12696 101 219 0 15871 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 64372

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1911664/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=882.01
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22403 0 0 0 88185 16 0 0 25 0 1 0 1095851982 65916928 12990 1992294400 4194304 5092341 548682068848 18446744073709551615 4240611 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12990 101 219 0 15871 0
Current children cumulated CPU time (s) 882.01
Current children cumulated vsize (KiB) 64372

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1911664/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=942
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22403 0 0 0 94183 17 0 0 25 0 1 0 1095851982 65916928 12990 1992294400 4194304 5092341 548682068848 18446744073709551615 4240636 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 12990 101 219 0 15871 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 64372

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1911472/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=1001.98
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22445 0 0 0 100181 17 0 0 25 0 1 0 1095851982 65916928 13032 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 13032 101 219 0 15871 0
Current children cumulated CPU time (s) 1001.98
Current children cumulated vsize (KiB) 64372

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1911472/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=1061.96
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22445 0 0 0 106179 17 0 0 25 0 1 0 1095851982 65916928 13032 1992294400 4194304 5092341 548682068848 18446744073709551615 4240947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 13032 101 219 0 15871 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 64372

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1911088/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=64372 CPUtime=1121.94
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 22534 0 0 0 112177 17 0 0 25 0 1 0 1095851982 65916928 13121 1992294400 4194304 5092341 548682068848 18446744073709551615 4241447 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16093 13121 101 219 0 15871 0
Current children cumulated CPU time (s) 1121.94
Current children cumulated vsize (KiB) 64372

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1911024/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=66644 CPUtime=1181.93
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 23614 0 0 0 118175 18 0 0 25 0 1 0 1095851982 68243456 14201 1992294400 4194304 5092341 548682068848 18446744073709551615 4265869 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16661 14201 101 219 0 16439 0
Current children cumulated CPU time (s) 1181.93
Current children cumulated vsize (KiB) 66644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 15708
/proc/meminfo: memFree=1905840/2055920 swapFree=4177692/4192956
[pid=15707] ppid=15705 vsize=66644 CPUtime=1200.03
/proc/15707/stat : 15707 (minisat) R 15705 15707 15334 0 -1 4194304 23831 0 0 0 119985 18 0 0 25 0 1 0 1095851982 68243456 14418 1992294400 4194304 5092341 548682068848 18446744073709551615 4240640 0 0 4096 3 0 0 0 17 1 0 0
/proc/15707/statm: 16661 14418 101 219 0 16439 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 66644

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.42
CPU time (s): 1200.04
CPU user time (s): 1199.85
CPU system time (s): 0.19097
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 66644

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

runsolver used 0.959854 second user time and 2.40463 second system time

The end

Launcher Data

Begin job on node13 at 2009-03-28 10:17:38
IDJOB=1519618
IDBENCH=70238
IDSOLVER=546
FILE ID=node13/1519618-1238231858
PBS_JOBID= 9060630
Free space on /tmp= 66388 MiB

SOLVER NAME= MiniSat 2.1 (Sat-race'08 Edition)
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S1568578307-064.cnf
COMMAND LINE= HOME/minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1519618-1238231858/watcher-1519618-1238231858 -o /tmp/evaluation-result-1519618-1238231858/solver-1519618-1238231858 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat HOME/instance-1519618-1238231858.cnf

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

MD5SUM BENCH= 5adac1d8579162dbe20ef9795f561831
RANDOM SEED=148703002

node13.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.240
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.240
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:       1964560 kB
Buffers:          2312 kB
Cached:          30384 kB
SwapCached:       9056 kB
Active:          30032 kB
Inactive:        13164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1964560 kB
SwapTotal:     4192956 kB
SwapFree:      4177692 kB
Dirty:            1476 kB
Writeback:           0 kB
Mapped:          16156 kB
Slab:            34164 kB
Committed_AS:  2957524 kB
PageTables:       1464 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= 66388 MiB
End job on node13 at 2009-03-28 10:37:40