Trace number 1589905

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-simp 070721UNSAT 369.236 369.346

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.18	|  Parsing time:         0.16         s                                       |
0.79/0.84	============================[ Search Statistics ]==============================
0.79/0.84	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.79/0.84	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.79/0.84	===============================================================================
0.79/0.84	|         0 |    8102    72196   238933 |    24065        0    nan |  0.000 % |
0.79/0.86	|       101 |    8100    72196   238933 |    26471       99      9 | 16.560 % |
0.79/0.87	|       251 |    8100    72196   238933 |    29119      249     11 | 16.560 % |
0.79/0.89	|       477 |    8100    72196   238933 |    32030      475     12 | 16.560 % |
0.89/0.91	|       814 |    8100    72196   238933 |    35234      812     12 | 16.560 % |
0.89/0.95	|      1323 |    8100    72196   238933 |    38757     1321     13 | 16.560 % |
0.99/1.01	|      2084 |    8100    72196   238933 |    42633     2082     14 | 16.560 % |
1.09/1.10	|      3223 |    8100    72196   238933 |    46896     3221     15 | 16.560 % |
1.19/1.24	|      4933 |    8100    72196   238933 |    51586     4931     16 | 16.560 % |
1.48/1.50	|      7496 |    8099    71764   237098 |    56744     7494     17 | 16.560 % |
1.88/1.94	|     11341 |    8099    71764   237098 |    62419    11339     18 | 16.560 % |
2.68/2.72	|     17107 |    8099    71764   237098 |    68661    17105     18 | 16.560 % |
4.18/4.22	|     25757 |    8099    71764   237098 |    75527    25755     18 | 16.560 % |
7.78/7.90	|     38731 |    8099    71764   237098 |    83080    38729     19 | 16.560 % |
16.28/16.34	|     58192 |    8099    71764   237098 |    91388    58190     19 | 16.560 % |
35.77/35.87	|     87384 |    8099    71764   237098 |   100526    87382     19 | 16.560 % |
54.66/54.73	|    131174 |    8095    71472   235958 |   110579    66797     20 | 16.572 % |
96.96/97.00	|    196859 |    8095    71472   235958 |   121637    40606     21 | 16.572 % |
174.04/174.19	|    295386 |    8095    71472   235958 |   133801    36916     19 | 16.572 % |
283.40/283.55	|    443175 |    8095    71472   235958 |   147181    72171     20 | 16.572 % |
369.18/369.34	===============================================================================
369.18/369.34	restarts              : 20
369.18/369.34	conflicts             : 526996         (1428 /sec)
369.18/369.34	decisions             : 764397         (1.81 % random) (2071 /sec)
369.18/369.34	propagations          : 123720796      (335139 /sec)
369.18/369.34	conflict literals     : 11743071       (36.59 % deleted)
369.18/369.34	Memory used           : 33.36 MB
369.18/369.34	CPU time              : 369.163 s
369.18/369.34	
369.18/369.34	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-1589905-1241000071/watcher-1589905-1241000071 -o /tmp/evaluation-result-1589905-1241000071/solver-1589905-1241000071 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1589905-1241000071.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: 0.99 0.97 0.91 3/64 9357
/proc/meminfo: memFree=1123296/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=1916 CPUtime=0
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 128040578 1961984 142 1992294400 134512640 135243866 4294956256 18446744073709551615 134770158 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 479 148 50 178 0 299 0

[startup+0.0309799 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9357
/proc/meminfo: memFree=1123296/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=4096 CPUtime=0.02
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 850 0 0 0 2 0 0 0 18 0 1 0 128040578 4194304 835 1992294400 134512640 135243866 4294956256 18446744073709551615 134553772 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 1024 835 65 178 0 844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4096

[startup+0.102989 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9357
/proc/meminfo: memFree=1123296/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=9788 CPUtime=0.09
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 2149 0 0 0 8 1 0 0 18 0 1 0 128040578 10022912 2134 1992294400 134512640 135243866 4294956256 18446744073709551615 134554261 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 2447 2135 65 178 0 2267 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9788

[startup+0.302014 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9357
/proc/meminfo: memFree=1123296/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=16040 CPUtime=0.28
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 3611 0 0 0 27 1 0 0 19 0 1 0 128040578 16424960 3596 1992294400 134512640 135243866 4294956256 18446744073709551615 134550591 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 4010 3596 80 178 0 3830 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16040

[startup+0.702066 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 9357
/proc/meminfo: memFree=1123296/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=22788 CPUtime=0.69
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 5259 0 0 0 67 2 0 0 22 0 1 0 128040578 23334912 5244 1992294400 134512640 135243866 4294956256 18446744073709551615 134541347 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 5697 5244 80 178 0 5517 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22788

[startup+1.50117 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1104024/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=20672 CPUtime=1.48
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 5411 0 0 0 146 2 0 0 25 0 1 0 128040578 21168128 4830 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 5168 4830 86 178 0 4988 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20672

[startup+3.10138 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1103896/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=20672 CPUtime=3.08
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 5412 0 0 0 306 2 0 0 25 0 1 0 128040578 21168128 4831 1992294400 134512640 135243866 4294956256 18446744073709551615 134559583 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 5168 4831 86 178 0 4988 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20672

[startup+6.3018 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1103704/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=20940 CPUtime=6.28
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 5423 0 0 0 626 2 0 0 25 0 1 0 128040578 21442560 4842 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 5235 4842 86 178 0 5055 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20940

[startup+12.7016 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1103712/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=20940 CPUtime=12.68
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 5439 0 0 0 1266 2 0 0 25 0 1 0 128040578 21442560 4858 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 5235 4858 86 178 0 5055 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20940

[startup+25.5013 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1101920/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=22832 CPUtime=25.48
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 5927 0 0 0 2545 3 0 0 25 0 1 0 128040578 23379968 5346 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 5708 5346 86 178 0 5528 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 22832

[startup+51.1017 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1099488/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=25416 CPUtime=51.07
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 6517 0 0 0 5104 3 0 0 25 0 1 0 128040578 26025984 5936 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 6354 5936 86 178 0 6174 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25416

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1095200/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=29780 CPUtime=102.26
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 7622 0 0 0 10221 5 0 0 25 0 1 0 128040578 30494720 7041 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 7445 7041 86 178 0 7265 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 29780

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1094240/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=30820 CPUtime=162.24
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 7886 0 0 0 16219 5 0 0 25 0 1 0 128040578 31559680 7305 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 7705 7305 86 178 0 7525 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 30820

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1093152/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=31724 CPUtime=222.22
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8105 0 0 0 22216 6 0 0 25 0 1 0 128040578 32485376 7524 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 7931 7524 86 178 0 7751 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 31724

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1091488/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=33640 CPUtime=282.2
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8507 0 0 0 28214 6 0 0 25 0 1 0 128040578 34447360 7926 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8410 7926 86 178 0 8230 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 33640

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1091168/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=33988 CPUtime=342.19
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8596 0 0 0 34213 6 0 0 25 0 1 0 128040578 34803712 8015 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8497 8015 86 178 0 8317 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 33988

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

[startup+345.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1091168/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=33988 CPUtime=345.39
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8607 0 0 0 34533 6 0 0 25 0 1 0 128040578 34803712 8026 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8497 8026 86 178 0 8317 0
Current children cumulated CPU time (s) 345.39
Current children cumulated vsize (KiB) 33988

[startup+358.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1090976/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=34156 CPUtime=358.18
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8659 0 0 0 35812 6 0 0 25 0 1 0 128040578 34975744 8078 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8539 8078 86 178 0 8359 0
Current children cumulated CPU time (s) 358.18
Current children cumulated vsize (KiB) 34156

[startup+364.701 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1090976/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=34156 CPUtime=364.58
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8667 0 0 0 36452 6 0 0 25 0 1 0 128040578 34975744 8086 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8539 8086 86 178 0 8359 0
Current children cumulated CPU time (s) 364.58
Current children cumulated vsize (KiB) 34156

[startup+367.901 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1090976/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=34156 CPUtime=367.78
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8670 0 0 0 36772 6 0 0 25 0 1 0 128040578 34975744 8089 1992294400 134512640 135243866 4294956256 18446744073709551615 134555795 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8539 8089 86 178 0 8359 0
Current children cumulated CPU time (s) 367.78
Current children cumulated vsize (KiB) 34156

[startup+368.703 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1091040/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=34156 CPUtime=368.58
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8670 0 0 0 36852 6 0 0 25 0 1 0 128040578 34975744 8089 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8539 8089 86 178 0 8359 0
Current children cumulated CPU time (s) 368.58
Current children cumulated vsize (KiB) 34156

[startup+369.103 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1091040/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=34156 CPUtime=368.98
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8670 0 0 0 36892 6 0 0 25 0 1 0 128040578 34975744 8089 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8539 8089 86 178 0 8359 0
Current children cumulated CPU time (s) 368.98
Current children cumulated vsize (KiB) 34156

[startup+369.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9358
/proc/meminfo: memFree=1091040/2055920 swapFree=4181344/4192956
[pid=9357] ppid=9355 vsize=34156 CPUtime=369.18
/proc/9357/stat : 9357 (minisat_static) R 9355 9357 9144 0 -1 4194304 8670 0 0 0 36912 6 0 0 25 0 1 0 128040578 34975744 8089 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/9357/statm: 8539 8089 86 178 0 8359 0
Current children cumulated CPU time (s) 369.18
Current children cumulated vsize (KiB) 34156

Child status: 20
Real time (s): 369.346
CPU time (s): 369.236
CPU user time (s): 369.163
CPU system time (s): 0.072988
CPU usage (%): 99.9702
Max. virtual memory (cumulated for all children) (KiB): 34156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.163
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8680
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= 3
involuntary context switches= 493

runsolver used 0.25896 second user time and 0.807877 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-29 12:14:31
IDJOB=1589905
IDBENCH=70946
IDSOLVER=568
FILE ID=node13/1589905-1241000071
PBS_JOBID= 9204854
Free space on /tmp= 66416 MiB

SOLVER NAME= minisat2-simp 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-1589905-1241000071/watcher-1589905-1241000071 -o /tmp/evaluation-result-1589905-1241000071/solver-1589905-1241000071 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1589905-1241000071.cnf

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

MD5SUM BENCH= ed7689c65135a913d97feca3ab3874eb
RANDOM SEED=330256530

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.227
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.227
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:       1123712 kB
Buffers:         82132 kB
Cached:         759056 kB
SwapCached:       5412 kB
Active:         247332 kB
Inactive:       601740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123712 kB
SwapTotal:     4192956 kB
SwapFree:      4181344 kB
Dirty:            3952 kB
Writeback:           0 kB
Mapped:          13540 kB
Slab:            69068 kB
Committed_AS:   493132 kB
PageTables:       1460 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= 66416 MiB
End job on node13 at 2009-04-29 12:20:40