Trace number 1797937

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 640.854 640.77

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l47_lambda.cnf
MD5SUMed7689c65135a913d97feca3ab3874eb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark291.973
Satisfiable
(Un)Satisfiability was proved
Number of variables33871
Number of clauses170161
Sum of the clauses size490938
Maximum clause length9
Minimum clause length1
Number of clauses of size 14346
Number of clauses of size 241947
Number of clauses of size 3100545
Number of clauses of size 416116
Number of clauses of size 57066
Number of clauses of size over 5141

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:  33871                                                |
0.00/0.00	|  Number of clauses:    170161                                               |
0.09/0.10	|  Parsing time:         0.09         s                                       |
0.09/0.11	============================[ Search Statistics ]==============================
0.09/0.11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.09/0.11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.09/0.11	===============================================================================
0.09/0.11	|         0 |   28620   153803   453902 |    51267        0    nan |  0.000 % |
0.09/0.13	|       100 |   28611   153803   453902 |    56394       97     11 | 16.545 % |
0.09/0.14	|       250 |   28611   153803   453902 |    62033      247     10 | 16.545 % |
0.09/0.17	|       476 |   28609   153803   453902 |    68237      472     11 | 16.554 % |
0.19/0.22	|       814 |   28608   153803   453902 |    75060      809     11 | 16.560 % |
0.19/0.26	|      1320 |   28608   153803   453902 |    82567     1315     12 | 16.560 % |
0.29/0.33	|      2079 |   28608   153803   453902 |    90823     2074     12 | 16.560 % |
0.49/0.56	|      3219 |   28262   124800   345305 |    99906     3214     15 | 16.560 % |
0.69/0.79	|      4927 |   28262   124800   345305 |   109896     4922     16 | 16.560 % |
1.09/1.14	|      7489 |   28262   124800   345305 |   120886     7484     17 | 16.560 % |
1.79/1.83	|     11333 |   28262   124800   345305 |   132975    11328     17 | 16.560 % |
2.99/3.08	|     17099 |   28262   124800   345305 |   146272    17094     18 | 16.560 % |
5.10/5.11	|     25751 |   28262   124800   345305 |   160899    25746     23 | 16.560 % |
9.19/9.28	|     38726 |   28262   124800   345305 |   176989    38721     22 | 16.560 % |
18.49/18.57	|     58187 |   28262   124800   345305 |   194688    58182     22 | 16.560 % |
42.80/42.83	|     87381 |   28262   124800   345305 |   214157    87376     21 | 16.560 % |
79.80/79.80	|    131171 |   28262   124800   345305 |   235573   131166     23 | 16.560 % |
168.22/168.28	|    196855 |   28256   124782   345258 |   259130   196849     24 | 16.578 % |
347.23/347.25	|    295382 |   28256   124782   345258 |   285043    60856     21 | 16.578 % |
570.87/570.87	|    443173 |   28255   124778   345247 |   313548   208646     23 | 16.581 % |
640.77/640.76	===============================================================================
640.77/640.76	restarts              : 20
640.77/640.76	conflicts             : 485324         (757 /sec)
640.77/640.76	decisions             : 703108         (1.78 % random) (1097 /sec)
640.77/640.76	propagations          : 358074882      (558873 /sec)
640.77/640.76	conflict literals     : 11628455       (39.50 % deleted)
640.77/640.76	Memory used           : 46.31 MB
640.77/640.76	CPU time              : 640.709 s
640.77/640.76	
640.77/640.76	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-1797937-1242083124/watcher-1797937-1242083124 -o /tmp/evaluation-result-1797937-1242083124/solver-1797937-1242083124 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797937-1242083124.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.00 1.00 1.00 3/64 2720
/proc/meminfo: memFree=1595776/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=2172 CPUtime=0
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 402 0 0 0 0 0 0 0 18 0 1 0 236345841 2224128 387 1992294400 134512640 135213614 4294956256 18446744073709551615 134515477 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 543 387 58 171 0 369 0

[startup+0.020756 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2720
/proc/meminfo: memFree=1595776/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=3384 CPUtime=0.01
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 721 0 0 0 1 0 0 0 18 0 1 0 236345841 3465216 706 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 846 707 58 171 0 672 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3384

[startup+0.101732 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2720
/proc/meminfo: memFree=1595776/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=10544 CPUtime=0.09
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 2343 0 0 0 8 1 0 0 18 0 1 0 236345841 10797056 2328 1992294400 134512640 135213614 4294956256 18446744073709551615 134736207 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 2636 2328 58 171 0 2462 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10544

[startup+0.301675 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2720
/proc/meminfo: memFree=1595776/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=11112 CPUtime=0.29
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 2534 0 0 0 28 1 0 0 19 0 1 0 236345841 11378688 2519 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 2778 2519 77 171 0 2604 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11112

[startup+0.701562 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 2720
/proc/meminfo: memFree=1595776/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=11244 CPUtime=0.69
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 2566 0 0 0 68 1 0 0 22 0 1 0 236345841 11513856 2551 1992294400 134512640 135213614 4294956256 18446744073709551615 134526925 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 2811 2551 77 171 0 2637 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11244

[startup+1.50133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1585656/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=11652 CPUtime=1.49
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 2656 0 0 0 148 1 0 0 25 0 1 0 236345841 11931648 2641 1992294400 134512640 135213614 4294956256 18446744073709551615 134526685 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 2913 2641 77 171 0 2739 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11652

[startup+3.10188 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1585080/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=12352 CPUtime=3.09
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 2827 0 0 0 308 1 0 0 25 0 1 0 236345841 12648448 2812 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 3088 2812 77 171 0 2914 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12352

[startup+6.30197 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1583032/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=14232 CPUtime=6.29
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 3286 0 0 0 627 2 0 0 25 0 1 0 236345841 14573568 3271 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 3558 3271 77 171 0 3384 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14232

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1580664/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=16304 CPUtime=12.7
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 3821 0 0 0 1267 3 0 0 25 0 1 0 236345841 16695296 3806 1992294400 134512640 135213614 4294956256 18446744073709551615 134539004 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 4076 3806 77 171 0 3902 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 16304

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1578040/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=18936 CPUtime=25.49
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 4433 0 0 0 2545 4 0 0 25 0 1 0 236345841 19390464 4418 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 4734 4418 77 171 0 4560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 18936

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1574008/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=23048 CPUtime=51.1
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 5469 0 0 0 5104 6 0 0 25 0 1 0 236345841 23601152 5454 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 5762 5454 77 171 0 5588 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 23048

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1567224/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=29808 CPUtime=102.31
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 7142 0 0 0 10223 8 0 0 25 0 1 0 236345841 30523392 7127 1992294400 134512640 135213614 4294956256 18446744073709551615 134526772 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 7452 7127 77 171 0 7278 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29808

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1561016/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=36036 CPUtime=162.31
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 8694 0 0 0 16221 10 0 0 25 0 1 0 236345841 36900864 8679 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 9009 8679 77 171 0 8835 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 36036

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1556600/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=40604 CPUtime=222.32
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 9783 0 0 0 22221 11 0 0 25 0 1 0 236345841 41578496 9768 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 10151 9768 77 171 0 9977 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 40604

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1553080/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=44156 CPUtime=282.32
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 10669 0 0 0 28221 11 0 0 25 0 1 0 236345841 45215744 10654 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11039 10654 77 171 0 10865 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 44156

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1551032/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=46100 CPUtime=342.33
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11176 0 0 0 34221 12 0 0 25 0 1 0 236345841 47206400 11161 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11525 11161 77 171 0 11351 0
Current children cumulated CPU time (s) 342.33
Current children cumulated vsize (KiB) 46100

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1550776/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=46472 CPUtime=402.35
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11239 0 0 0 40222 13 0 0 25 0 1 0 236345841 47587328 11224 1992294400 134512640 135213614 4294956256 18446744073709551615 134526882 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11618 11224 77 171 0 11444 0
Current children cumulated CPU time (s) 402.35
Current children cumulated vsize (KiB) 46472

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1550520/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=46684 CPUtime=462.35
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11294 0 0 0 46222 13 0 0 25 0 1 0 236345841 47804416 11279 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11671 11279 77 171 0 11497 0
Current children cumulated CPU time (s) 462.35
Current children cumulated vsize (KiB) 46684

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1550008/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47252 CPUtime=522.36
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11421 0 0 0 52223 13 0 0 25 0 1 0 236345841 48386048 11406 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11813 11406 77 171 0 11639 0
Current children cumulated CPU time (s) 522.36
Current children cumulated vsize (KiB) 47252

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549880/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=582.37
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11469 0 0 0 58224 13 0 0 25 0 1 0 236345841 48553984 11454 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11454 77 171 0 11680 0
Current children cumulated CPU time (s) 582.37
Current children cumulated vsize (KiB) 47416

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

[startup+614.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549816/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=614.37
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 61424 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 614.37
Current children cumulated vsize (KiB) 47416

[startup+627.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549816/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=627.17
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 62704 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 627.17
Current children cumulated vsize (KiB) 47416

[startup+633.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549816/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=633.58
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 63345 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134526810 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 633.58
Current children cumulated vsize (KiB) 47416

[startup+636.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549752/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=636.77
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 63664 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134527171 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 636.77
Current children cumulated vsize (KiB) 47416

[startup+638.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549752/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=638.37
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 63824 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134540322 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 638.37
Current children cumulated vsize (KiB) 47416

[startup+639.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549752/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=639.97
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 63984 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 639.97
Current children cumulated vsize (KiB) 47416

[startup+640.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549752/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=640.37
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 64024 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 640.37
Current children cumulated vsize (KiB) 47416

[startup+640.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 2721
/proc/meminfo: memFree=1549752/2055920 swapFree=4180148/4192956
[pid=2720] ppid=2718 vsize=47416 CPUtime=640.77
/proc/2720/stat : 2720 (minisat_static) R 2718 2720 2272 0 -1 4194304 11472 0 0 0 64064 13 0 0 25 0 1 0 236345841 48553984 11457 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/2720/statm: 11854 11457 77 171 0 11680 0
Current children cumulated CPU time (s) 640.77
Current children cumulated vsize (KiB) 47416

Child status: 20
Real time (s): 640.77
CPU time (s): 640.854
CPU user time (s): 640.709
CPU system time (s): 0.144977
CPU usage (%): 100.013
Max. virtual memory (cumulated for all children) (KiB): 47416

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

runsolver used 0.471928 second user time and 1.3418 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-12 01:05:24
IDJOB=1797937
IDBENCH=70946
IDSOLVER=651
FILE ID=node16/1797937-1242083124
PBS_JOBID= 9277597
Free space on /tmp= 66044 MiB

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

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=12459529

node16.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.234
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.234
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:       1596192 kB
Buffers:         69048 kB
Cached:         333976 kB
SwapCached:       7152 kB
Active:         183292 kB
Inactive:       228240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596192 kB
SwapTotal:     4192956 kB
SwapFree:      4180148 kB
Dirty:            3924 kB
Writeback:           0 kB
Mapped:          13580 kB
Slab:            34232 kB
Committed_AS:   838464 kB
PageTables:       1436 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= 66040 MiB
End job on node16 at 2009-05-12 01:16:05