Trace number 1797936

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
minisat2-core 070721UNSAT 683.627 683.861

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l48_lambda.cnf
MD5SUMe7c28f6a200a1c1912fbaacfb3572515
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark292.081
Satisfiable
(Un)Satisfiability was proved
Number of variables34656
Number of clauses174528
Sum of the clauses size503708
Maximum clause length9
Minimum clause length1
Number of clauses of size 14424
Number of clauses of size 242805
Number of clauses of size 3103458
Number of clauses of size 416481
Number of clauses of size 57216
Number of clauses of size over 5144

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  34656                                                |
0.00/0.00	|  Number of clauses:    174528                                               |
0.09/0.10	|  Parsing time:         0.08         s                                       |
0.09/0.10	============================[ Search Statistics ]==============================
0.09/0.10	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.10	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.10	===============================================================================
0.09/0.10	|         0 |   29327   157924   466138 |    52641        0    nan |  0.000 % |
0.09/0.12	|       100 |   29318   157924   466138 |    57905       97      8 | 16.395 % |
0.09/0.14	|       250 |   29318   157924   466138 |    63696      247     12 | 16.395 % |
0.09/0.15	|       476 |   29318   157924   466138 |    70065      473     11 | 16.395 % |
0.09/0.19	|       813 |   29317   157924   466138 |    77072      810     11 | 16.395 % |
0.19/0.24	|      1319 |   29317   157924   466138 |    84779     1316     13 | 16.395 % |
0.29/0.32	|      2079 |   29317   157924   466138 |    93257     2076     14 | 16.395 % |
0.49/0.53	|      3218 |   28974   128480   355725 |   102583     3215     14 | 16.395 % |
0.69/0.71	|      4928 |   28974   128480   355725 |   112841     4925     15 | 16.395 % |
0.99/1.05	|      7491 |   28974   128480   355725 |   124125     7488     15 | 16.395 % |
1.49/1.54	|     11335 |   28974   128480   355725 |   136538    11332     16 | 16.395 % |
2.29/2.30	|     17101 |   28974   128480   355725 |   150191    17098     17 | 16.395 % |
3.79/3.85	|     25751 |   28974   128480   355725 |   165211    25748     17 | 16.395 % |
6.69/6.75	|     38725 |   28974   128480   355725 |   181732    38722     19 | 16.395 % |
16.08/16.16	|     58186 |   28974   128480   355725 |   199905    58183     20 | 16.395 % |
38.27/38.32	|     87378 |   28974   128480   355725 |   219895    87375     21 | 16.395 % |
65.27/65.35	|    131168 |   28953   127994   354307 |   241885    63924     18 | 16.456 % |
126.55/126.61	|    196854 |   28953   127994   354307 |   266074   129610     24 | 16.456 % |
298.39/298.54	|    295382 |   28953   127994   354307 |   292681   228138     25 | 16.456 % |
564.20/564.47	|    443171 |   28951   127986   354285 |   321949   108915     22 | 16.462 % |
683.56/683.85	===============================================================================
683.56/683.85	restarts              : 20
683.56/683.85	conflicts             : 528621         (773 /sec)
683.56/683.85	decisions             : 746078         (1.79 % random) (1092 /sec)
683.56/683.85	propagations          : 394459674      (577124 /sec)
683.56/683.85	conflict literals     : 12850452       (41.22 % deleted)
683.56/683.85	Memory used           : 51.81 MB
683.56/683.85	CPU time              : 683.492 s
683.56/683.85	
683.56/683.85	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797936-1242083139/watcher-1797936-1242083139 -o /tmp/evaluation-result-1797936-1242083139/solver-1797936-1242083139 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797936-1242083139.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.07 1.02 1.00 3/65 22225
/proc/meminfo: memFree=1835984/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=2172 CPUtime=0
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 402 0 0 0 0 0 0 0 20 0 1 0 236343203 2224128 387 1992294400 134512640 135213614 4294956256 18446744073709551615 134524560 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 543 387 58 171 0 369 0

[startup+0.0958339 s]
/proc/loadavg: 1.07 1.02 1.00 3/65 22225
/proc/meminfo: memFree=1835984/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=10544 CPUtime=0.08
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 2333 0 0 0 7 1 0 0 20 0 1 0 236343203 10797056 2318 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 2636 2319 58 171 0 2462 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10544

[startup+0.101834 s]
/proc/loadavg: 1.07 1.02 1.00 3/65 22225
/proc/meminfo: memFree=1835984/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=10936 CPUtime=0.09
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 2475 0 0 0 8 1 0 0 20 0 1 0 236343203 11198464 2460 1992294400 134512640 135213614 4294956256 18446744073709551615 134741534 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 2734 2460 71 171 0 2560 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10936

[startup+0.301871 s]
/proc/loadavg: 1.07 1.02 1.00 3/65 22225
/proc/meminfo: memFree=1835984/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=11376 CPUtime=0.29
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 2595 0 0 0 28 1 0 0 22 0 1 0 236343203 11649024 2580 1992294400 134512640 135213614 4294956256 18446744073709551615 134530526 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 2844 2580 78 171 0 2670 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11376

[startup+0.701944 s]
/proc/loadavg: 1.07 1.02 1.00 3/65 22225
/proc/meminfo: memFree=1835984/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=11592 CPUtime=0.69
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 2634 0 0 0 68 1 0 0 25 0 1 0 236343203 11870208 2619 1992294400 134512640 135213614 4294956256 18446744073709551615 134536248 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 2898 2619 78 171 0 2724 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11592

[startup+1.50209 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 22226
/proc/meminfo: memFree=1825672/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=11856 CPUtime=1.49
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 2725 0 0 0 148 1 0 0 25 0 1 0 236343203 12140544 2710 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 2964 2710 78 171 0 2790 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11856

[startup+3.10139 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 22226
/proc/meminfo: memFree=1824968/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=12860 CPUtime=3.09
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 2954 0 0 0 307 2 0 0 25 0 1 0 236343203 13168640 2939 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 3215 2939 78 171 0 3041 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12860

[startup+6.30198 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 22226
/proc/meminfo: memFree=1822792/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=14740 CPUtime=6.28
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 3432 0 0 0 626 2 0 0 25 0 1 0 236343203 15093760 3417 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 3685 3417 78 171 0 3511 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14740

[startup+12.7012 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 22226
/proc/meminfo: memFree=1820704/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=16536 CPUtime=12.69
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 3881 0 0 0 1266 3 0 0 25 0 1 0 236343203 16932864 3866 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 4134 3866 78 171 0 3960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16536

[startup+25.5016 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 22226
/proc/meminfo: memFree=1818016/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=19172 CPUtime=25.49
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 4525 0 0 0 2545 4 0 0 25 0 1 0 236343203 19632128 4510 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 4793 4510 78 171 0 4619 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19172

[startup+51.1013 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 22226
/proc/meminfo: memFree=1814496/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=22704 CPUtime=51.07
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 5375 0 0 0 5102 5 0 0 25 0 1 0 236343203 23248896 5360 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 5676 5360 78 171 0 5502 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22704

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 22226
/proc/meminfo: memFree=1811808/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=25488 CPUtime=102.26
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 6080 0 0 0 10221 5 0 0 25 0 1 0 236343203 26099712 6065 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 6372 6065 78 171 0 6198 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25488

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1805728/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=31788 CPUtime=162.24
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 7613 0 0 0 16217 7 0 0 25 0 1 0 236343203 32550912 7598 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 7947 7598 78 171 0 7773 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 31788

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1800672/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=36736 CPUtime=222.22
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 8860 0 0 0 22214 8 0 0 25 0 1 0 236343203 37617664 8845 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 9184 8845 78 171 0 9010 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 36736

[startup+282.301 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 22226
/proc/meminfo: memFree=1796512/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=41200 CPUtime=282.2
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 9892 0 0 0 28211 9 0 0 25 0 1 0 236343203 42188800 9877 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 10300 9877 78 171 0 10126 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 41200

[startup+342.301 s]
/proc/loadavg: 1.02 1.01 1.00 2/66 22226
/proc/meminfo: memFree=1792488/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=45160 CPUtime=342.18
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 10884 0 0 0 34208 10 0 0 25 0 1 0 236343203 46243840 10869 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 11290 10869 78 171 0 11116 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 45160

[startup+402.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1789032/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=48596 CPUtime=402.15
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 11752 0 0 0 40204 11 0 0 25 0 1 0 236343203 49762304 11737 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 12149 11737 78 171 0 11975 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 48596

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1785896/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=51704 CPUtime=462.13
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12543 0 0 0 46201 12 0 0 25 0 1 0 236343203 52944896 12528 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 12926 12528 78 171 0 12752 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 51704

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1785064/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=52628 CPUtime=522.11
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12737 0 0 0 52199 12 0 0 25 0 1 0 236343203 53891072 12722 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13157 12722 78 171 0 12983 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 52628

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784744/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=52972 CPUtime=582.09
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12806 0 0 0 58197 12 0 0 25 0 1 0 236343203 54243328 12791 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13243 12791 78 171 0 13069 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 52972

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784552/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=642.07
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12843 0 0 0 64195 12 0 0 25 0 1 0 236343203 54325248 12828 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12828 78 171 0 13089 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 53052

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

[startup+665.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=665.27
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12843 0 0 0 66515 12 0 0 25 0 1 0 236343203 54325248 12828 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12828 78 171 0 13089 0
Current children cumulated CPU time (s) 665.27
Current children cumulated vsize (KiB) 53052

[startup+671.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=671.66
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12843 0 0 0 67154 12 0 0 25 0 1 0 236343203 54325248 12828 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12828 78 171 0 13089 0
Current children cumulated CPU time (s) 671.66
Current children cumulated vsize (KiB) 53052

[startup+678.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=678.06
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12844 0 0 0 67794 12 0 0 25 0 1 0 236343203 54325248 12829 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12829 78 171 0 13089 0
Current children cumulated CPU time (s) 678.06
Current children cumulated vsize (KiB) 53052

[startup+681.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=681.26
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12846 0 0 0 68114 12 0 0 25 0 1 0 236343203 54325248 12831 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12831 78 171 0 13089 0
Current children cumulated CPU time (s) 681.26
Current children cumulated vsize (KiB) 53052

[startup+683.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=682.86
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12847 0 0 0 68274 12 0 0 25 0 1 0 236343203 54325248 12832 1992294400 134512640 135213614 4294956256 18446744073709551615 134524365 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12832 78 171 0 13089 0
Current children cumulated CPU time (s) 682.86
Current children cumulated vsize (KiB) 53052

[startup+683.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=683.26
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12847 0 0 0 68314 12 0 0 25 0 1 0 236343203 54325248 12832 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12832 78 171 0 13089 0
Current children cumulated CPU time (s) 683.26
Current children cumulated vsize (KiB) 53052

[startup+683.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=683.46
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12847 0 0 0 68334 12 0 0 25 0 1 0 236343203 54325248 12832 1992294400 134512640 135213614 4294956256 18446744073709551615 134526939 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12832 78 171 0 13089 0
Current children cumulated CPU time (s) 683.46
Current children cumulated vsize (KiB) 53052

[startup+683.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22226
/proc/meminfo: memFree=1784424/2055920 swapFree=4180356/4192956
[pid=22225] ppid=22223 vsize=53052 CPUtime=683.56
/proc/22225/stat : 22225 (minisat_static) R 22223 22225 21775 0 -1 4194304 12847 0 0 0 68344 12 0 0 25 0 1 0 236343203 54325248 12832 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/22225/statm: 13263 12832 78 171 0 13089 0
Current children cumulated CPU time (s) 683.56
Current children cumulated vsize (KiB) 53052

Child status: 20
Real time (s): 683.861
CPU time (s): 683.627
CPU user time (s): 683.492
CPU system time (s): 0.134979
CPU usage (%): 99.9658
Max. virtual memory (cumulated for all children) (KiB): 53052

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

runsolver used 0.792879 second user time and 1.69774 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 01:05:39
IDJOB=1797936
IDBENCH=70947
IDSOLVER=651
FILE ID=node82/1797936-1242083139
PBS_JOBID= 9277624
Free space on /tmp= 66156 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_l48_lambda.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797936-1242083139/watcher-1797936-1242083139 -o /tmp/evaluation-result-1797936-1242083139/solver-1797936-1242083139 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797936-1242083139.cnf

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

MD5SUM BENCH= e7c28f6a200a1c1912fbaacfb3572515
RANDOM SEED=475472656

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1836400 kB
Buffers:         33088 kB
Cached:         128560 kB
SwapCached:       6108 kB
Active:          30796 kB
Inactive:       139060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1836400 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            4000 kB
Writeback:           0 kB
Mapped:          13872 kB
Slab:            35604 kB
Committed_AS:   661936 kB
PageTables:       1408 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= 66156 MiB
End job on node82 at 2009-05-12 01:17:03