Trace number 1558214

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.1 1200.72

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-20-s100.cnf
MD5SUM5d7745a7593199a47cd1accba5810ed0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark566.844
Satisfiable
(Un)Satisfiability was proved
Number of variables31503
Number of clauses94748
Sum of the clauses size223300
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260816
Number of clauses of size 333868
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.47	c WARNING: for repeatability, setting FPU to use double precision
1.39/1.47	c ============================[ Problem Statistics ]=============================
1.39/1.47	c |                                                                             |
1.39/1.48	c |  Number of variables:  31503                                                |
1.39/1.48	c |  Number of clauses:    94264                                                |
1.47/1.58	c |  Parsing time:         0.10         s                                       |
2.08/2.15	c ============================[ Search Statistics ]==============================
2.08/2.15	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.15	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.15	c ===============================================================================
2.08/2.15	c |         0 |   12395    52547   149128 |    17515        0    nan |  0.000 % |
2.08/2.17	c |       100 |   12395    52547   149128 |    19267      100     35 |  4.638 % |
2.49/2.59	c |       251 |   12395    52547   149128 |    21193      251     50 |  4.638 % |
3.48/3.54	c |       477 |   12395    52547   149128 |    23313      477     40 |  4.638 % |
4.78/4.82	c |       815 |   12395    52547   149128 |    25644      815     33 |  4.638 % |
6.68/6.70	c |      1322 |   12395    52547   149128 |    28209     1322     30 |  4.638 % |
9.68/9.74	c |      2081 |   12395    52547   149128 |    31030     2081     27 |  4.638 % |
13.68/13.76	c |      3220 |   12395    52547   149128 |    34133     3220     25 |  4.638 % |
21.17/21.30	c |      4929 |   12395    52547   149128 |    37546     4929     24 |  4.638 % |
31.26/31.37	c |      7492 |   12395    52547   149128 |    41301     7492     23 |  4.638 % |
48.26/48.36	c |     11336 |   12395    52547   149128 |    45431    11336     26 |  4.638 % |
69.04/69.17	c |     17103 |   12347    52337   148650 |    49974    17100     30 |  4.790 % |
114.62/114.79	c |     25752 |   12347    52337   148650 |    54971    25749     26 |  4.790 % |
182.19/182.37	c |     38727 |   12297    52124   148160 |    60468    38717     24 |  4.949 % |
298.83/299.01	c |     58188 |   12297    52124   148160 |    66515    58178     23 |  4.949 % |
464.75/465.02	c |     87380 |   12297    52124   148160 |    73167    34369     19 |  4.949 % |
719.91/720.30	c |    131172 |   12297    52124   148160 |    80484    20839     19 |  4.949 % |
1091.23/1091.82	c |    196859 |   12297    52124   148160 |    88532    21037     22 |  4.949 % |
1200.07/1200.71	sh: line 1:  7128 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.07/1200.71	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-1558214-1238865752/watcher-1558214-1238865752 -o /tmp/evaluation-result-1558214-1238865752/solver-1558214-1238865752 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1558214-1238865752.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/72 7125
/proc/meminfo: memFree=1740840/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=2396 CPUtime=0
/proc/7125/stat : 7125 (IUT_BMB_SAT) R 7123 7125 6746 0 -1 4194304 206 0 0 0 0 0 0 0 18 0 1 0 1159236501 2453504 189 1992294400 134512640 135635285 4294956208 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/7125/statm: 599 190 93 274 0 322 0

[startup+0.076236 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 7125
/proc/meminfo: memFree=1740840/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=7272 CPUtime=0.07
/proc/7125/stat : 7125 (IUT_BMB_SAT) R 7123 7125 6746 0 -1 4194304 1623 0 0 0 7 0 0 0 18 0 1 0 1159236501 7446528 1606 1992294400 134512640 135635285 4294956208 18446744073709551615 135072711 0 0 4096 0 0 0 0 17 0 0 0
/proc/7125/statm: 1818 1606 99 274 0 1541 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7272

[startup+0.101241 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 7125
/proc/meminfo: memFree=1740840/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=7536 CPUtime=0.09
/proc/7125/stat : 7125 (IUT_BMB_SAT) R 7123 7125 6746 0 -1 4194304 1713 0 0 0 9 0 0 0 18 0 1 0 1159236501 7716864 1696 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/7125/statm: 1884 1696 99 274 0 1607 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7536

[startup+0.301278 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 7125
/proc/meminfo: memFree=1740840/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=10044 CPUtime=0.29
/proc/7125/stat : 7125 (IUT_BMB_SAT) R 7123 7125 6746 0 -1 4194304 2342 0 0 0 29 0 0 0 19 0 1 0 1159236501 10285056 2325 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/7125/statm: 2511 2325 99 274 0 2234 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10044

[startup+0.701353 s]
/proc/loadavg: 0.92 0.98 0.99 3/72 7125
/proc/meminfo: memFree=1740840/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=16644 CPUtime=0.69
/proc/7125/stat : 7125 (IUT_BMB_SAT) R 7123 7125 6746 0 -1 4194304 3969 0 0 0 68 1 0 0 23 0 1 0 1159236501 17043456 3952 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/7125/statm: 4161 3952 99 274 0 3884 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16644

[startup+1.50151 s]
/proc/loadavg: 0.92 0.98 0.99 2/73 7126
/proc/meminfo: memFree=1720992/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20576

[startup+3.10181 s]
/proc/loadavg: 0.92 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1701520/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=17876 CPUtime=1.61
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 4574 0 0 0 159 2 0 0 25 0 1 0 1159236649 18305024 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134754089 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4469 4159 84 178 0 4289 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 43808

[startup+6.30141 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1702736/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=17876 CPUtime=4.81
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 4574 0 0 0 479 2 0 0 25 0 1 0 1159236649 18305024 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4469 4159 84 178 0 4289 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 43808

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1702672/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=17876 CPUtime=11.21
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 4574 0 0 0 1119 2 0 0 25 0 1 0 1159236649 18305024 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134565437 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4469 4159 84 178 0 4289 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 43808

[startup+25.501 s]
/proc/loadavg: 0.95 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1702736/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=17876 CPUtime=24
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 4574 0 0 0 2398 2 0 0 25 0 1 0 1159236649 18305024 4159 1992294400 134512640 135243223 4294956304 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4469 4159 84 178 0 4289 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 43808

[startup+51.1029 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1702672/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=18028 CPUtime=49.58
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 4606 0 0 0 4956 2 0 0 25 0 1 0 1159236649 18460672 4191 1992294400 134512640 135243223 4294956304 18446744073709551615 134555727 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4507 4191 84 178 0 4327 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 43960

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1702480/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=18308 CPUtime=100.76
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 4658 0 0 0 10074 2 0 0 25 0 1 0 1159236649 18747392 4243 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4577 4243 84 178 0 4397 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44240

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1701904/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=18800 CPUtime=160.72
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 4770 0 0 0 16070 2 0 0 25 0 1 0 1159236649 19251200 4355 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4700 4355 84 178 0 4520 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 44732

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/75 7128
/proc/meminfo: memFree=1700816/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=19976 CPUtime=220.7
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 5042 0 0 0 22067 3 0 0 25 0 1 0 1159236649 20455424 4627 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 4994 4627 84 178 0 4814 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 45908

[startup+282.302 s]
/proc/loadavg: 1.04 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1699728/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=21052 CPUtime=280.68
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 5325 0 0 0 28064 4 0 0 25 0 1 0 1159236649 21557248 4910 1992294400 134512640 135243223 4294956304 18446744073709551615 134565283 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 5263 4910 84 178 0 5083 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 46984


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

[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=23792 CPUtime=700.44
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 5949 0 0 0 70040 4 0 0 25 0 1 0 1159236649 24363008 5534 1992294400 134512640 135243223 4294956304 18446744073709551615 134564954 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 5948 5534 84 178 0 5768 0
Current children cumulated CPU time (s) 701.91
Current children cumulated vsize (KiB) 49724

[startup+762.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/75 7128
/proc/meminfo: memFree=1696784/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=23792 CPUtime=760.43
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 5972 0 0 0 76038 5 0 0 25 0 1 0 1159236649 24363008 5557 1992294400 134512640 135243223 4294956304 18446744073709551615 134565269 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 5948 5557 84 178 0 5768 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 49724

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1696656/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=23924 CPUtime=820.4
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6000 0 0 0 82035 5 0 0 25 0 1 0 1159236649 24498176 5585 1992294400 134512640 135243223 4294956304 18446744073709551615 134565263 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 5981 5585 84 178 0 5801 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 49856

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1696592/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=24068 CPUtime=880.36
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6012 0 0 0 88031 5 0 0 25 0 1 0 1159236649 24645632 5597 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6017 5597 84 178 0 5837 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 50000

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1696400/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=24244 CPUtime=940.33
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6054 0 0 0 94028 5 0 0 25 0 1 0 1159236649 24825856 5639 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6061 5639 84 178 0 5881 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 50176

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1696336/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=24244 CPUtime=1000.3
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6055 0 0 0 100025 5 0 0 25 0 1 0 1159236649 24825856 5640 1992294400 134512640 135243223 4294956304 18446744073709551615 134555532 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6061 5640 84 178 0 5881 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 50176

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1695952/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=24640 CPUtime=1060.27
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6170 0 0 0 106022 5 0 0 25 0 1 0 1159236649 25231360 5755 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6160 5755 84 178 0 5980 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 50572

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1695632/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=24904 CPUtime=1120.24
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6249 0 0 0 112019 5 0 0 25 0 1 0 1159236649 25501696 5834 1992294400 134512640 135243223 4294956304 18446744073709551615 134566290 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6226 5834 84 178 0 6046 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 50836

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1695568/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=25060 CPUtime=1180.21
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6264 0 0 0 118016 5 0 0 25 0 1 0 1159236649 25661440 5849 1992294400 134512640 135243223 4294956304 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6265 5849 84 178 0 6085 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 50992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1695504/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=25060 CPUtime=1198.6
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6265 0 0 0 119855 5 0 0 25 0 1 0 1159236649 25661440 5850 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6265 5850 84 178 0 6085 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 50992

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/75 7128
/proc/meminfo: memFree=1695504/2055920 swapFree=4175004/4192956
[pid=7125] ppid=7123 vsize=20576 CPUtime=1.47
/proc/7125/stat : 7125 (IUT_BMB_SAT) S 7123 7125 6746 0 -1 4194304 5083 0 0 0 114 33 0 0 25 0 1 0 1159236501 21069824 4971 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7125/statm: 5144 4971 106 274 0 4867 0
[pid=7127] ppid=7125 vsize=5356 CPUtime=0
/proc/7127/stat : 7127 (sh) S 7125 7125 6746 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1159236649 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7127/statm: 1339 232 193 169 0 50 0
[pid=7128] ppid=7127 vsize=25060 CPUtime=1198.6
/proc/7128/stat : 7128 (minisat) R 7127 7125 6746 0 -1 4194304 6265 0 0 0 119855 5 0 0 25 0 1 0 1159236649 25661440 5850 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7128/statm: 6265 5850 84 178 0 6085 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 50992

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.72
CPU time (s): 1200.1
CPU user time (s): 1199.71
CPU system time (s): 0.394939
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 50992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.71
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= 12847
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= 3389

runsolver used 1.44178 second user time and 3.70044 second system time

The end

Launcher Data

Begin job on node64 at 2009-04-04 19:22:32
IDJOB=1558214
IDBENCH=70853
IDSOLVER=523
FILE ID=node64/1558214-1238865752
PBS_JOBID= 9085902
Free space on /tmp= 66512 MiB

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

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

MD5SUM BENCH= 5d7745a7593199a47cd1accba5810ed0
RANDOM SEED=1178118338

node64.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.261
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.261
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:       1741384 kB
Buffers:         29484 kB
Cached:         215348 kB
SwapCached:       8672 kB
Active:          61824 kB
Inactive:       193416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741384 kB
SwapTotal:     4192956 kB
SwapFree:      4175004 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:          16164 kB
Slab:            44288 kB
Committed_AS:  3396240 kB
PageTables:       2000 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= 66508 MiB
End job on node64 at 2009-04-04 19:42:35