Trace number 1589900

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 498.882 499.001

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark361.596
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

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:  33090                                                |
0.00/0.00	|  Number of clauses:    165828                                               |
0.09/0.17	|  Parsing time:         0.15         s                                       |
0.69/0.79	============================[ Search Statistics ]==============================
0.69/0.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.69/0.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.69/0.79	===============================================================================
0.69/0.79	|         0 |    7884    70063   231773 |    23354        0    nan |  0.000 % |
0.78/0.83	|       100 |    7882    70063   231773 |    25689       98      8 | 16.715 % |
0.78/0.85	|       251 |    7882    70063   231773 |    28258      249     11 | 16.715 % |
0.78/0.86	|       479 |    7882    70063   231773 |    31084      477     11 | 16.715 % |
0.78/0.89	|       816 |    7882    70063   231773 |    34193      814     14 | 16.715 % |
0.88/0.93	|      1323 |    7882    70063   231773 |    37612     1321     14 | 16.715 % |
0.88/0.98	|      2082 |    7882    70063   231773 |    41373     2080     14 | 16.715 % |
0.99/1.08	|      3221 |    7882    70063   231773 |    45510     3219     16 | 16.715 % |
1.18/1.20	|      4929 |    7882    70063   231773 |    50062     4927     17 | 16.715 % |
1.48/1.51	|      7491 |    7881    69640   229975 |    55068     7489     18 | 16.715 % |
1.88/1.90	|     11335 |    7881    69640   229975 |    60575    11333     17 | 16.715 % |
2.58/2.66	|     17103 |    7881    69640   229975 |    66632    17101     17 | 16.715 % |
4.08/4.19	|     25753 |    7881    69640   229975 |    73295    25751     18 | 16.715 % |
7.48/7.56	|     38727 |    7881    69640   229975 |    80625    38725     19 | 16.715 % |
14.59/14.65	|     58188 |    7881    69640   229975 |    88688    58186     19 | 16.715 % |
33.58/33.68	|     87380 |    7881    69640   229975 |    97556    87378     20 | 16.715 % |
54.27/54.31	|    131173 |    7879    69364   228882 |   107312    58634     19 | 16.721 % |
98.76/98.83	|    196857 |    7868    68114   223511 |   118043    24103     19 | 16.754 % |
162.95/163.06	|    295383 |    7867    68111   223505 |   129848   122628     22 | 16.757 % |
272.13/272.25	|    443173 |    7865    68101   223482 |   142832    40741     19 | 16.763 % |
470.87/471.09	|    664857 |    7865    68101   223482 |   157116   139077     20 | 16.763 % |
498.77/498.99	===============================================================================
498.77/498.99	restarts              : 21
498.77/498.99	conflicts             : 691707         (1387 /sec)
498.77/498.99	decisions             : 1006468        (1.80 % random) (2018 /sec)
498.77/498.99	propagations          : 162759872      (326305 /sec)
498.77/498.99	conflict literals     : 14787846       (35.07 % deleted)
498.77/498.99	Memory used           : 33.89 MB
498.77/498.99	CPU time              : 498.796 s
498.77/498.99	
498.77/498.99	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-1589900-1240998473/watcher-1589900-1240998473 -o /tmp/evaluation-result-1589900-1240998473/solver-1589900-1240998473 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1589900-1240998473.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.04 1.00 0.71 3/64 7158
/proc/meminfo: memFree=1142216/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=2056 CPUtime=0
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 408 0 0 0 0 0 0 0 18 0 1 0 127880550 2105344 393 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 556 397 65 178 0 376 0

[startup+0.0790519 s]
/proc/loadavg: 1.04 1.00 0.71 3/64 7158
/proc/meminfo: memFree=1142216/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=7920 CPUtime=0.06
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 1755 0 0 0 6 0 0 0 18 0 1 0 127880550 8110080 1740 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 1980 1742 65 178 0 1800 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 7920

[startup+0.101053 s]
/proc/loadavg: 1.04 1.00 0.71 3/64 7158
/proc/meminfo: memFree=1142216/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=9920 CPUtime=0.09
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 2161 0 0 0 8 1 0 0 18 0 1 0 127880550 10158080 2146 1992294400 134512640 135243866 4294956256 18446744073709551615 134748151 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 2480 2147 65 178 0 2300 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9920

[startup+0.30107 s]
/proc/loadavg: 1.04 1.00 0.71 3/64 7158
/proc/meminfo: memFree=1142216/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=15780 CPUtime=0.28
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 3535 0 0 0 27 1 0 0 19 0 1 0 127880550 16158720 3520 1992294400 134512640 135243866 4294956256 18446744073709551615 134532108 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 3945 3520 80 178 0 3765 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15780

[startup+0.701104 s]
/proc/loadavg: 1.04 1.00 0.71 3/64 7158
/proc/meminfo: memFree=1142216/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=23004 CPUtime=0.69
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 5206 0 0 0 67 2 0 0 23 0 1 0 127880550 23556096 5191 1992294400 134512640 135243866 4294956256 18446744073709551615 134535673 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 5751 5191 80 178 0 5571 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23004

[startup+1.50117 s]
/proc/loadavg: 1.04 1.00 0.71 2/65 7159
/proc/meminfo: memFree=1123264/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=20300 CPUtime=1.48
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 5285 0 0 0 146 2 0 0 25 0 1 0 127880550 20787200 4719 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 5075 4719 86 178 0 4895 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20300

[startup+3.10131 s]
/proc/loadavg: 1.04 1.00 0.71 2/65 7159
/proc/meminfo: memFree=1123136/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=20300 CPUtime=3.08
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 5285 0 0 0 306 2 0 0 25 0 1 0 127880550 20787200 4719 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 5075 4719 86 178 0 4895 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 20300

[startup+6.30158 s]
/proc/loadavg: 1.03 1.00 0.71 2/65 7159
/proc/meminfo: memFree=1123136/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=20568 CPUtime=6.28
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 5297 0 0 0 626 2 0 0 25 0 1 0 127880550 21061632 4731 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 5142 4731 86 178 0 4962 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20568

[startup+12.7011 s]
/proc/loadavg: 1.03 1.00 0.71 2/65 7159
/proc/meminfo: memFree=1123144/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=20568 CPUtime=12.69
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 5327 0 0 0 1266 3 0 0 25 0 1 0 127880550 21061632 4761 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 5142 4761 86 178 0 4962 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20568

[startup+25.5012 s]
/proc/loadavg: 1.02 1.00 0.72 2/65 7159
/proc/meminfo: memFree=1120712/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=23120 CPUtime=25.48
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 5971 0 0 0 2545 3 0 0 25 0 1 0 127880550 23674880 5405 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 5780 5405 86 178 0 5600 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23120

[startup+51.1014 s]
/proc/loadavg: 1.01 1.00 0.72 2/65 7159
/proc/meminfo: memFree=1118472/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=25508 CPUtime=51.07
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 6514 0 0 0 5103 4 0 0 25 0 1 0 127880550 26120192 5948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 6377 5948 86 178 0 6197 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25508

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 7159
/proc/meminfo: memFree=1115080/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=28912 CPUtime=102.27
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 7383 0 0 0 10222 5 0 0 25 0 1 0 127880550 29605888 6817 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 7228 6817 86 178 0 7048 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28912

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 0.75 2/65 7159
/proc/meminfo: memFree=1113672/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=30364 CPUtime=162.25
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 7745 0 0 0 16219 6 0 0 25 0 1 0 127880550 31092736 7179 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 7591 7179 86 178 0 7411 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 30364

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 0.76 2/65 7159
/proc/meminfo: memFree=1111688/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=32256 CPUtime=222.24
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8215 0 0 0 22217 7 0 0 25 0 1 0 127880550 33030144 7649 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8064 7649 86 178 0 7884 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 32256

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 0.77 2/65 7159
/proc/meminfo: memFree=1111112/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=32988 CPUtime=282.23
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8368 0 0 0 28216 7 0 0 25 0 1 0 127880550 33779712 7802 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8247 7802 86 178 0 8067 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 32988

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.78 2/65 7159
/proc/meminfo: memFree=1110664/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=33468 CPUtime=342.21
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8475 0 0 0 34214 7 0 0 25 0 1 0 127880550 34271232 7909 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8367 7909 86 178 0 8187 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 33468

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 0.79 2/65 7159
/proc/meminfo: memFree=1110280/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34208 CPUtime=402.19
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8578 0 0 0 40212 7 0 0 25 0 1 0 127880550 35028992 8012 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8552 8012 86 178 0 8372 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 34208

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.80 2/65 7159
/proc/meminfo: memFree=1109960/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34372 CPUtime=462.18
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8652 0 0 0 46211 7 0 0 25 0 1 0 127880550 35196928 8086 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8593 8086 86 178 0 8413 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 34372

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

[startup+486.303 s]
/proc/loadavg: 1.00 1.00 0.81 2/65 7159
/proc/meminfo: memFree=1109768/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34696 CPUtime=486.17
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8701 0 0 0 48610 7 0 0 25 0 1 0 127880550 35528704 8135 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8674 8135 86 178 0 8494 0
Current children cumulated CPU time (s) 486.17
Current children cumulated vsize (KiB) 34696

[startup+492.701 s]
/proc/loadavg: 1.00 1.00 0.81 2/65 7159
/proc/meminfo: memFree=1109768/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34696 CPUtime=492.57
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8705 0 0 0 49250 7 0 0 25 0 1 0 127880550 35528704 8139 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8674 8139 86 178 0 8494 0
Current children cumulated CPU time (s) 492.57
Current children cumulated vsize (KiB) 34696

[startup+495.902 s]
/proc/loadavg: 1.00 1.00 0.81 2/65 7159
/proc/meminfo: memFree=1109768/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34696 CPUtime=495.77
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8706 0 0 0 49570 7 0 0 25 0 1 0 127880550 35528704 8140 1992294400 134512640 135243866 4294956256 18446744073709551615 134553140 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8674 8140 86 178 0 8494 0
Current children cumulated CPU time (s) 495.77
Current children cumulated vsize (KiB) 34696

[startup+497.502 s]
/proc/loadavg: 1.00 1.00 0.81 2/65 7159
/proc/meminfo: memFree=1109768/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34696 CPUtime=497.37
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8706 0 0 0 49730 7 0 0 25 0 1 0 127880550 35528704 8140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8674 8140 86 178 0 8494 0
Current children cumulated CPU time (s) 497.37
Current children cumulated vsize (KiB) 34696

[startup+498.306 s]
/proc/loadavg: 1.00 1.00 0.81 2/65 7159
/proc/meminfo: memFree=1109768/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34696 CPUtime=498.17
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8706 0 0 0 49810 7 0 0 25 0 1 0 127880550 35528704 8140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8674 8140 86 178 0 8494 0
Current children cumulated CPU time (s) 498.17
Current children cumulated vsize (KiB) 34696

[startup+498.702 s]
/proc/loadavg: 1.00 1.00 0.81 2/65 7159
/proc/meminfo: memFree=1109768/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34696 CPUtime=498.57
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8706 0 0 0 49850 7 0 0 25 0 1 0 127880550 35528704 8140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555813 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8674 8140 86 178 0 8494 0
Current children cumulated CPU time (s) 498.57
Current children cumulated vsize (KiB) 34696

[startup+498.902 s]
/proc/loadavg: 1.00 1.00 0.81 2/65 7159
/proc/meminfo: memFree=1109768/2055920 swapFree=4191900/4192956
[pid=7158] ppid=7156 vsize=34696 CPUtime=498.77
/proc/7158/stat : 7158 (minisat_static) R 7156 7158 7091 0 -1 4194304 8706 0 0 0 49870 7 0 0 25 0 1 0 127880550 35528704 8140 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/7158/statm: 8674 8140 86 178 0 8494 0
Current children cumulated CPU time (s) 498.77
Current children cumulated vsize (KiB) 34696

Child status: 20
Real time (s): 499.001
CPU time (s): 498.882
CPU user time (s): 498.796
CPU system time (s): 0.085986
CPU usage (%): 99.9761
Max. virtual memory (cumulated for all children) (KiB): 34696

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

runsolver used 0.396939 second user time and 1.07484 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-29 11:47:54
IDJOB=1589900
IDBENCH=70941
IDSOLVER=568
FILE ID=node31/1589900-1240998473
PBS_JOBID= 9204836
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1358106811

node31.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.213
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.213
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:       1142696 kB
Buffers:         78300 kB
Cached:         736296 kB
SwapCached:        384 kB
Active:         272396 kB
Inactive:       556516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1142696 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            3860 kB
Writeback:           0 kB
Mapped:          22764 kB
Slab:            70084 kB
Committed_AS:   523456 kB
PageTables:       1464 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= 66444 MiB
End job on node31 at 2009-04-29 11:56:13