Trace number 1559618

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
IUT_BMB_SAT 1.0? (TO) 1200.05 1200.52

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark38.5581
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
1.39/1.48	c WARNING: for repeatability, setting FPU to use double precision
1.39/1.48	c ============================[ Problem Statistics ]=============================
1.39/1.48	c |                                                                             |
1.39/1.48	c |  Number of variables:  31435                                                |
1.39/1.48	c |  Number of clauses:    94064                                                |
1.47/1.58	c |  Parsing time:         0.09         s                                       |
2.09/2.14	c ============================[ Search Statistics ]==============================
2.09/2.14	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.09/2.14	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.09/2.14	c ===============================================================================
2.09/2.14	c |         0 |   12311    52210   148161 |    17403        0    nan |  0.000 % |
2.09/2.18	c |       100 |   12311    52210   148161 |    19143      100     49 |  4.937 % |
2.48/2.58	c |       251 |   12311    52210   148161 |    21058      251     46 |  4.937 % |
3.18/3.21	c |       476 |   12311    52210   148161 |    23163      476     40 |  4.937 % |
4.38/4.46	c |       813 |   12311    52210   148161 |    25480      813     35 |  4.937 % |
6.07/6.15	c |      1321 |   12311    52210   148161 |    28028     1321     32 |  4.937 % |
8.47/8.55	c |      2082 |   12311    52210   148161 |    30831     2082     29 |  4.937 % |
13.17/13.28	c |      3222 |   12311    52210   148161 |    33914     3222     28 |  4.937 % |
20.77/20.88	c |      4931 |   12311    52210   148161 |    37305     4931     27 |  4.937 % |
33.36/33.46	c |      7493 |   12287    52105   147922 |    41036     7492     25 |  5.014 % |
48.65/48.75	c |     11339 |   12287    52105   147922 |    45139    11338     25 |  5.014 % |
75.45/75.54	c |     17106 |   12287    52105   147922 |    49653    17105     24 |  5.014 % |
110.94/111.05	c |     25756 |   12287    52105   147922 |    54619    25755     28 |  5.014 % |
182.80/182.97	c |     38730 |   12287    52105   147922 |    60081    38729     27 |  5.014 % |
292.45/292.66	c |     58191 |   12237    51892   147432 |    66089    58188     25 |  5.173 % |
445.49/445.72	c |     87384 |   12237    51892   147432 |    72698    34086     22 |  5.173 % |
680.88/681.28	c |    131175 |   12237    51892   147432 |    79967    19973     19 |  5.173 % |
1020.57/1021.01	c |    196861 |   12237    51892   147432 |    87964    21165     18 |  5.173 % |
1200.00/1200.51	sh: line 1: 14306 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.00/1200.51	c cannot read from file

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1559618-1238886394/watcher-1559618-1238886394 -o /tmp/evaluation-result-1559618-1238886394/solver-1559618-1238886394 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1559618-1238886394.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14303
/proc/meminfo: memFree=1248992/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=2392 CPUtime=0
/proc/14303/stat : 14303 (IUT_BMB_SAT) R 14301 14303 14266 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 1161305009 2449408 177 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/14303/statm: 598 177 93 274 0 321 0

[startup+0.03119 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14303
/proc/meminfo: memFree=1248992/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=4388 CPUtime=0.02
/proc/14303/stat : 14303 (IUT_BMB_SAT) R 14301 14303 14266 0 -1 4194304 829 0 0 0 2 0 0 0 18 0 1 0 1161305009 4493312 812 1992294400 134512640 135635285 4294956224 18446744073709551615 134535637 0 0 4096 0 0 0 0 17 0 0 0
/proc/14303/statm: 1097 815 93 274 0 820 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4388

[startup+0.101196 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14303
/proc/meminfo: memFree=1248992/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=7532 CPUtime=0.09
/proc/14303/stat : 14303 (IUT_BMB_SAT) R 14301 14303 14266 0 -1 4194304 1707 0 0 0 9 0 0 0 18 0 1 0 1161305009 7712768 1690 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/14303/statm: 1883 1690 99 274 0 1606 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7532

[startup+0.301213 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14303
/proc/meminfo: memFree=1248992/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=10040 CPUtime=0.29
/proc/14303/stat : 14303 (IUT_BMB_SAT) R 14301 14303 14266 0 -1 4194304 2332 0 0 0 28 1 0 0 20 0 1 0 1161305009 10280960 2315 1992294400 134512640 135635285 4294956224 18446744073709551615 134544268 0 0 4096 0 0 0 0 17 0 0 0
/proc/14303/statm: 2510 2316 99 274 0 2233 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10040

[startup+0.701248 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 14303
/proc/meminfo: memFree=1248992/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=16508 CPUtime=0.69
/proc/14303/stat : 14303 (IUT_BMB_SAT) R 14301 14303 14266 0 -1 4194304 3951 0 0 0 68 1 0 0 24 0 1 0 1161305009 16904192 3934 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/14303/statm: 4127 3934 99 274 0 3850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16508

[startup+1.50132 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 14304
/proc/meminfo: memFree=1229208/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20548

[startup+3.10246 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1209800/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=17780 CPUtime=1.61
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 4546 0 0 0 159 2 0 0 25 0 1 0 1161305157 18206720 4134 1992294400 134512640 135243223 4294956320 18446744073709551615 134567689 0 0 4096 3 0 0 0 17 1 0 0
/proc/14306/statm: 4445 4134 84 178 0 4265 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43684

[startup+6.30173 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1211016/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=17780 CPUtime=4.8
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 4546 0 0 0 478 2 0 0 25 0 1 0 1161305157 18206720 4134 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 4445 4134 84 178 0 4265 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 43684

[startup+12.7023 s]
/proc/loadavg: 0.94 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1211032/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=17780 CPUtime=11.2
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 4546 0 0 0 1118 2 0 0 25 0 1 0 1161305157 18206720 4134 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 4445 4134 84 178 0 4265 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43684

[startup+25.5014 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1211160/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=17780 CPUtime=23.99
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 4546 0 0 0 2397 2 0 0 25 0 1 0 1161305157 18206720 4134 1992294400 134512640 135243223 4294956320 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 4445 4134 84 178 0 4265 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 43684

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1211160/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=17940 CPUtime=49.58
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 4572 0 0 0 4956 2 0 0 25 0 1 0 1161305157 18370560 4160 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 4485 4160 84 178 0 4305 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 43844

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1210776/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=18384 CPUtime=100.77
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 4675 0 0 0 10075 2 0 0 25 0 1 0 1161305157 18825216 4263 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 4596 4263 84 178 0 4416 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 44288

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1210520/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=18648 CPUtime=160.74
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 4743 0 0 0 16072 2 0 0 25 0 1 0 1161305157 19095552 4331 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 4662 4331 84 178 0 4482 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 44552

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1209112/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=20180 CPUtime=220.71
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 5092 0 0 0 22069 2 0 0 25 0 1 0 1161305157 20664320 4680 1992294400 134512640 135243223 4294956320 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 5045 4680 84 178 0 4865 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 46084

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 14306
/proc/meminfo: memFree=1208024/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=21232 CPUtime=280.68
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 5369 0 0 0 28065 3 0 0 25 0 1 0 1161305157 21741568 4957 1992294400 134512640 135243223 4294956320 18446744073709551615 134565485 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 5308 4957 84 178 0 5128 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 47136


################
# More data... #
################

[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=23976 CPUtime=700.5
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6024 0 0 0 70047 3 0 0 25 0 1 0 1161305157 24551424 5612 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 5994 5612 84 178 0 5814 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 49880

[startup+762.306 s]
/proc/loadavg: 1.07 1.00 1.00 2/67 14306
/proc/meminfo: memFree=1205208/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24136 CPUtime=760.49
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6056 0 0 0 76045 4 0 0 25 0 1 0 1161305157 24715264 5644 1992294400 134512640 135243223 4294956320 18446744073709551615 134555600 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6034 5644 84 178 0 5854 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 50040

[startup+822.301 s]
/proc/loadavg: 1.16 1.03 1.01 2/67 14306
/proc/meminfo: memFree=1205208/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24136 CPUtime=820.46
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6058 0 0 0 82042 4 0 0 25 0 1 0 1161305157 24715264 5646 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6034 5646 84 178 0 5854 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 50040

[startup+882.301 s]
/proc/loadavg: 1.09 1.04 1.01 2/67 14306
/proc/meminfo: memFree=1205080/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24404 CPUtime=880.44
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6089 0 0 0 88040 4 0 0 25 0 1 0 1161305157 24989696 5677 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6101 5677 84 178 0 5921 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 50308

[startup+942.301 s]
/proc/loadavg: 1.03 1.03 1.00 2/67 14306
/proc/meminfo: memFree=1205080/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24404 CPUtime=940.42
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6091 0 0 0 94038 4 0 0 25 0 1 0 1161305157 24989696 5679 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6101 5679 84 178 0 5921 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 50308

[startup+1002.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/67 14306
/proc/meminfo: memFree=1205016/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24404 CPUtime=1000.4
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6100 0 0 0 100036 4 0 0 25 0 1 0 1161305157 24989696 5688 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6101 5688 84 178 0 5921 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 50308

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/67 14306
/proc/meminfo: memFree=1205016/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24404 CPUtime=1060.38
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6117 0 0 0 106034 4 0 0 25 0 1 0 1161305157 24989696 5705 1992294400 134512640 135243223 4294956320 18446744073709551615 134555925 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6101 5705 84 178 0 5921 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 50308

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/67 14306
/proc/meminfo: memFree=1204888/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24568 CPUtime=1120.36
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6142 0 0 0 112032 4 0 0 25 0 1 0 1161305157 25157632 5730 1992294400 134512640 135243223 4294956320 18446744073709551615 134555576 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6142 5730 84 178 0 5962 0
Current children cumulated CPU time (s) 1121.83
Current children cumulated vsize (KiB) 50472

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14306
/proc/meminfo: memFree=1204824/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24568 CPUtime=1180.33
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6159 0 0 0 118029 4 0 0 25 0 1 0 1161305157 25157632 5747 1992294400 134512640 135243223 4294956320 18446744073709551615 134555578 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6142 5747 84 178 0 5962 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 50472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14306
/proc/meminfo: memFree=1204696/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24772 CPUtime=1198.53
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6195 0 0 0 119849 4 0 0 25 0 1 0 1161305157 25366528 5783 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6193 5783 84 178 0 6013 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 50676

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 14306
/proc/meminfo: memFree=1204696/2055920 swapFree=4175756/4192956
[pid=14303] ppid=14301 vsize=20548 CPUtime=1.47
/proc/14303/stat : 14303 (IUT_BMB_SAT) S 14301 14303 14266 0 -1 4194304 5076 0 0 0 114 33 0 0 25 0 1 0 1161305009 21041152 4964 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/14303/statm: 5137 4964 106 274 0 4860 0
[pid=14305] ppid=14303 vsize=5356 CPUtime=0
/proc/14305/stat : 14305 (sh) S 14303 14303 14266 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1161305157 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14305/statm: 1339 232 193 169 0 50 0
[pid=14306] ppid=14305 vsize=24772 CPUtime=1198.53
/proc/14306/stat : 14306 (minisat) R 14305 14303 14266 0 -1 4194304 6195 0 0 0 119849 4 0 0 25 0 1 0 1161305157 25366528 5783 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/14306/statm: 6193 5783 84 178 0 6013 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 50676

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.05
CPU user time (s): 1199.65
CPU system time (s): 0.394939
CPU usage (%): 99.9603
Max. virtual memory (cumulated for all children) (KiB): 50676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.65
system time used= 0.394939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12812
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= 8
involuntary context switches= 4050

runsolver used 1.04184 second user time and 3.33549 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-05 01:06:34
IDJOB=1559618
IDBENCH=70880
IDSOLVER=523
FILE ID=node31/1559618-1238886394
PBS_JOBID= 9086054
Free space on /tmp= 66456 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-19-s100.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1559618-1238886394/watcher-1559618-1238886394 -o /tmp/evaluation-result-1559618-1238886394/solver-1559618-1238886394 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1559618-1238886394.cnf HOME

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED=41637168

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.214
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.214
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:       1249480 kB
Buffers:         98624 kB
Cached:         614852 kB
SwapCached:      10248 kB
Active:         408576 kB
Inactive:       316588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1249480 kB
SwapTotal:     4192956 kB
SwapFree:      4175756 kB
Dirty:            3756 kB
Writeback:           0 kB
Mapped:          17292 kB
Slab:            66996 kB
Committed_AS:  3434068 kB
PageTables:       1472 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= 66452 MiB
End job on node31 at 2009-04-05 01:26:37