Trace number 1558058

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-26-s100.cnf
MD5SUMa2be03cdc152990d030fb3c2aea1f730
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables31942
Number of clauses96138
Sum of the clauses size226784
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261502
Number of clauses of size 334572
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.49/1.50	c WARNING: for repeatability, setting FPU to use double precision
1.49/1.50	c ============================[ Problem Statistics ]=============================
1.49/1.50	c |                                                                             |
1.49/1.50	c |  Number of variables:  31942                                                |
1.49/1.50	c |  Number of clauses:    95654                                                |
1.49/1.60	c |  Parsing time:         0.09         s                                       |
2.08/2.18	c ============================[ Search Statistics ]==============================
2.08/2.18	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.08/2.18	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.08/2.18	c ===============================================================================
2.08/2.18	c |         0 |   12727    53867   152868 |    17955        0    nan |  0.000 % |
2.18/2.21	c |       100 |   12727    53867   152868 |    19751      100     58 |  3.917 % |
2.47/2.59	c |       250 |   12727    53867   152868 |    21726      250     52 |  3.917 % |
3.48/3.52	c |       475 |   12727    53867   152868 |    23898      475     43 |  3.917 % |
4.48/4.56	c |       813 |   12727    53867   152868 |    26288      813     38 |  3.917 % |
6.58/6.61	c |      1320 |   12727    53867   152868 |    28917     1320     35 |  3.917 % |
9.67/9.71	c |      2080 |   12727    53867   152868 |    31809     2080     34 |  3.917 % |
14.18/14.30	c |      3219 |   12727    53867   152868 |    34990     3219     32 |  3.917 % |
20.67/20.74	c |      4927 |   12727    53867   152868 |    38489     4927     33 |  3.917 % |
31.56/31.68	c |      7491 |   12727    53867   152868 |    42338     7491     34 |  3.917 % |
49.75/49.83	c |     11336 |   12727    53867   152868 |    46572    11336     32 |  3.917 % |
79.34/79.41	c |     17102 |   12727    53867   152868 |    51229    17102     31 |  3.917 % |
122.82/122.96	c |     25753 |   12727    53867   152868 |    56352    25753     32 |  3.917 % |
191.88/192.01	c |     38727 |   12727    53867   152868 |    61987    38727     33 |  3.917 % |
308.62/308.87	c |     58188 |   12727    53867   152868 |    68186    58188     36 |  3.917 % |
476.24/476.59	c |     87381 |   12727    53867   152868 |    75005    32491     32 |  3.917 % |
734.80/735.25	c |    131170 |   12727    53867   152868 |    82505    76280     33 |  3.917 % |
1136.88/1137.54	c |    196855 |   12727    53867   152868 |    90756    73576     38 |  3.917 % |
1200.06/1200.71	sh: line 1:  3899 Terminated              HOME/minisat simple.out solve.out >temp.out
1200.06/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-1558058-1238862895/watcher-1558058-1238862895 -o /tmp/evaluation-result-1558058-1238862895/solver-1558058-1238862895 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1558058-1238862895.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: 1.00 1.01 1.09 3/64 3896
/proc/meminfo: memFree=1515864/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=2412 CPUtime=0
/proc/3896/stat : 3896 (IUT_BMB_SAT) R 3894 3896 3670 0 -1 4194304 195 0 0 0 0 0 0 0 18 0 1 0 1158954526 2469888 178 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/3896/statm: 603 179 93 274 0 326 0

[startup+0.0467331 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 3896
/proc/meminfo: memFree=1515864/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=6820 CPUtime=0.03
/proc/3896/stat : 3896 (IUT_BMB_SAT) R 3894 3896 3670 0 -1 4194304 1529 0 0 0 3 0 0 0 18 0 1 0 1158954526 6983680 1512 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/3896/statm: 1705 1512 99 274 0 1428 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 6820

[startup+0.102744 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 3896
/proc/meminfo: memFree=1515864/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=7612 CPUtime=0.09
/proc/3896/stat : 3896 (IUT_BMB_SAT) R 3894 3896 3670 0 -1 4194304 1736 0 0 0 9 0 0 0 18 0 1 0 1158954526 7794688 1719 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/3896/statm: 1903 1719 99 274 0 1626 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7612

[startup+0.302783 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 3896
/proc/meminfo: memFree=1515864/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=10120 CPUtime=0.3
/proc/3896/stat : 3896 (IUT_BMB_SAT) R 3894 3896 3670 0 -1 4194304 2364 0 0 0 29 1 0 0 19 0 1 0 1158954526 10362880 2347 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/3896/statm: 2530 2347 99 274 0 2253 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10120

[startup+0.701865 s]
/proc/loadavg: 1.00 1.01 1.09 3/64 3896
/proc/meminfo: memFree=1515864/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=16588 CPUtime=0.69
/proc/3896/stat : 3896 (IUT_BMB_SAT) R 3894 3896 3670 0 -1 4194304 3972 0 0 0 67 2 0 0 23 0 1 0 1158954526 16986112 3955 1992294400 134512640 135635285 4294956208 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/3896/statm: 4147 3955 99 274 0 3870 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16588

[startup+1.50203 s]
/proc/loadavg: 1.00 1.01 1.09 2/65 3897
/proc/meminfo: memFree=1495824/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20828

[startup+3.10134 s]
/proc/loadavg: 1.00 1.01 1.09 2/67 3899
/proc/meminfo: memFree=1476224/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=18040 CPUtime=1.59
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 4623 0 0 0 157 2 0 0 25 0 1 0 1158954676 18472960 4192 1992294400 134512640 135243223 4294956304 18446744073709551615 134555564 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 4510 4192 84 178 0 4330 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44224

[startup+6.30199 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 3899
/proc/meminfo: memFree=1477440/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=18040 CPUtime=4.79
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 4623 0 0 0 477 2 0 0 25 0 1 0 1158954676 18472960 4192 1992294400 134512640 135243223 4294956304 18446744073709551615 134564621 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 4510 4192 84 178 0 4330 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 44224

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 3899
/proc/meminfo: memFree=1477376/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=18040 CPUtime=11.18
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 4623 0 0 0 1116 2 0 0 25 0 1 0 1158954676 18472960 4192 1992294400 134512640 135243223 4294956304 18446744073709551615 134564978 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 4510 4192 84 178 0 4330 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 44224

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 3899
/proc/meminfo: memFree=1477440/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=18040 CPUtime=23.98
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 4623 0 0 0 2396 2 0 0 25 0 1 0 1158954676 18472960 4192 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 4510 4192 84 178 0 4330 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44224

[startup+51.103 s]
/proc/loadavg: 1.00 1.00 1.09 2/67 3899
/proc/meminfo: memFree=1477376/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=18172 CPUtime=49.56
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 4645 0 0 0 4954 2 0 0 25 0 1 0 1158954676 18608128 4214 1992294400 134512640 135243223 4294956304 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 4543 4214 84 178 0 4363 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 44356

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.08 2/67 3899
/proc/meminfo: memFree=1477120/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=18580 CPUtime=100.74
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 4723 0 0 0 10072 2 0 0 25 0 1 0 1158954676 19025920 4292 1992294400 134512640 135243223 4294956304 18446744073709551615 134564954 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 4645 4292 84 178 0 4465 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 44764

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 3899
/proc/meminfo: memFree=1475840/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=19752 CPUtime=160.72
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 5035 0 0 0 16069 3 0 0 25 0 1 0 1158954676 20226048 4604 1992294400 134512640 135243223 4294956304 18446744073709551615 134555483 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 4938 4604 84 178 0 4758 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 45936

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.07 2/67 3899
/proc/meminfo: memFree=1473728/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=21916 CPUtime=220.68
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 5550 0 0 0 22065 3 0 0 25 0 1 0 1158954676 22441984 5119 1992294400 134512640 135243223 4294956304 18446744073709551615 134555453 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 5479 5119 84 178 0 5299 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 48100

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.06 2/67 3899
/proc/meminfo: memFree=1471680/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=23928 CPUtime=280.64
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 6070 0 0 0 28061 3 0 0 25 0 1 0 1158954676 24502272 5639 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 5982 5639 84 178 0 5802 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 50112


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

[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=28332 CPUtime=700.44
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7101 0 0 0 70039 5 0 0 25 0 1 0 1158954676 29011968 6670 1992294400 134512640 135243223 4294956304 18446744073709551615 134564978 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7083 6670 84 178 0 6903 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 54516

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.02 2/67 3901
/proc/meminfo: memFree=1466240/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=29556 CPUtime=760.4
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7383 0 0 0 76035 5 0 0 25 0 1 0 1158954676 30265344 6952 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7389 6952 84 178 0 7209 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 55740

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.01 2/67 3901
/proc/meminfo: memFree=1465152/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=30420 CPUtime=820.37
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7633 0 0 0 82031 6 0 0 25 0 1 0 1158954676 31150080 7202 1992294400 134512640 135243223 4294956304 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7605 7202 84 178 0 7425 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 56604

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 3901
/proc/meminfo: memFree=1465024/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=30576 CPUtime=880.34
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7659 0 0 0 88028 6 0 0 25 0 1 0 1158954676 31309824 7228 1992294400 134512640 135243223 4294956304 18446744073709551615 134555753 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7644 7228 84 178 0 7464 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 56760

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 3901
/proc/meminfo: memFree=1464960/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=30576 CPUtime=940.31
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7660 0 0 0 94025 6 0 0 25 0 1 0 1158954676 31309824 7229 1992294400 134512640 135243223 4294956304 18446744073709551615 134558242 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7644 7229 84 178 0 7464 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 56760

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 3901
/proc/meminfo: memFree=1464960/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=30576 CPUtime=1000.27
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7661 0 0 0 100021 6 0 0 25 0 1 0 1158954676 31309824 7230 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7644 7230 84 178 0 7464 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 56760

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 3901
/proc/meminfo: memFree=1464768/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=30888 CPUtime=1060.24
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7712 0 0 0 106018 6 0 0 25 0 1 0 1158954676 31629312 7281 1992294400 134512640 135243223 4294956304 18446744073709551615 134555939 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7722 7281 84 178 0 7542 0
Current children cumulated CPU time (s) 1061.73
Current children cumulated vsize (KiB) 57072

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 3901
/proc/meminfo: memFree=1464704/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=30888 CPUtime=1120.2
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7715 0 0 0 112014 6 0 0 25 0 1 0 1158954676 31629312 7284 1992294400 134512640 135243223 4294956304 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7722 7284 84 178 0 7542 0
Current children cumulated CPU time (s) 1121.69
Current children cumulated vsize (KiB) 57072

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 3901
/proc/meminfo: memFree=1464000/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=31724 CPUtime=1180.17
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7896 0 0 0 118011 6 0 0 25 0 1 0 1158954676 32485376 7465 1992294400 134512640 135243223 4294956304 18446744073709551615 134555546 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 7931 7465 84 178 0 7751 0
Current children cumulated CPU time (s) 1181.66
Current children cumulated vsize (KiB) 57908



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 3901
/proc/meminfo: memFree=1463744/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=32040 CPUtime=1198.57
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7970 0 0 0 119851 6 0 0 25 0 1 0 1158954676 32808960 7539 1992294400 134512640 135243223 4294956304 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 8010 7539 84 178 0 7830 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 58224

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/67 3901
/proc/meminfo: memFree=1463744/2055920 swapFree=4175784/4192956
[pid=3896] ppid=3894 vsize=20828 CPUtime=1.49
/proc/3896/stat : 3896 (IUT_BMB_SAT) S 3894 3896 3670 0 -1 4194304 5146 0 0 0 113 36 0 0 25 0 1 0 1158954526 21327872 5034 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3896/statm: 5207 5034 106 274 0 4930 0
[pid=3898] ppid=3896 vsize=5356 CPUtime=0
/proc/3898/stat : 3898 (sh) S 3896 3896 3670 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 1158954676 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3898/statm: 1339 232 193 169 0 50 0
[pid=3899] ppid=3898 vsize=32040 CPUtime=1198.57
/proc/3899/stat : 3899 (minisat) R 3898 3896 3670 0 -1 4194304 7970 0 0 0 119851 6 0 0 25 0 1 0 1158954676 32808960 7539 1992294400 134512640 135243223 4294956304 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 0 0 0
/proc/3899/statm: 8010 7539 84 178 0 7830 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 58224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.72
CPU time (s): 1200.1
CPU user time (s): 1199.65
CPU system time (s): 0.445932
CPU usage (%): 99.9481
Max. virtual memory (cumulated for all children) (KiB): 58224

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

runsolver used 1.20682 second user time and 3.17152 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-04 18:34:55
IDJOB=1558058
IDBENCH=70850
IDSOLVER=523
FILE ID=node33/1558058-1238862895
PBS_JOBID= 9085930
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= a2be03cdc152990d030fb3c2aea1f730
RANDOM SEED=1838264702

node33.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.266
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.266
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:       1516408 kB
Buffers:         49384 kB
Cached:         427032 kB
SwapCached:      11416 kB
Active:         241536 kB
Inactive:       247856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516408 kB
SwapTotal:     4192956 kB
SwapFree:      4175784 kB
Dirty:            3712 kB
Writeback:           0 kB
Mapped:          18232 kB
Slab:            36212 kB
Committed_AS:  3429832 kB
PageTables:       1400 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66512 MiB
End job on node33 at 2009-04-04 18:54:58