Trace number 3309141

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
SAT09 reference solver:LySAT i/2009-03-20? (TO) 1300.02 1300.01

General information on the benchmark

NameSAT02/industrial/aloul/
Homer/homer14.shuffled.cnf
MD5SUM1d9569aa70fee033c68469753053c259
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.403937
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses2130
Sum of the clauses size4500
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22100
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    2130     4500 |     638       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2100     7560 |      --       0       --      -- |     --   | -30/3060
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 270   #clauses: 2100   #literals: 7560
0.00/0.00	c CPU time:   0.002999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c lySAT 0.1
0.00/0.00	c minisat core +  additionnal features
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  270                                                  |
0.00/0.00	c |  Number of clauses:    2100                                                 |
0.00/0.00	c |  Parsing time:         0.00         s                                       |

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309141-1303985842/watcher-3309141-1303985842 -o /tmp/evaluation-result-3309141-1303985842/solver-3309141-1303985842 -C 2400 -W 1300 -M 7680 lysat.sh HOME/instance-3309141-1303985842.cnf i 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.96 3.99 3.74 5/192 1628
/proc/meminfo: memFree=18998464/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 491000364 8908800 250 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 250 209 178 0 68 0

[startup+0.0126941 s]
/proc/loadavg: 3.96 3.99 3.74 5/192 1628
/proc/meminfo: memFree=18998464/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10069 s]
/proc/loadavg: 3.96 3.99 3.74 5/192 1628
/proc/meminfo: memFree=18998464/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300642 s]
/proc/loadavg: 3.96 3.99 3.74 5/192 1628
/proc/meminfo: memFree=18998464/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.7006 s]
/proc/loadavg: 3.96 3.99 3.74 5/192 1628
/proc/meminfo: memFree=18998464/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 3.96 3.99 3.74 5/194 1631
/proc/meminfo: memFree=18994480/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=5632 CPUtime=1.49 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 1069 0 0 0 149 0 0 0 25 0 1 0 491000365 5767168 1024 33554432000 134512640 135226915 4289695696 18446744073709551615 134542832 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 1408 1024 81 175 0 1231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14332

[startup+3.10118 s]
/proc/loadavg: 3.96 3.99 3.74 5/194 1631
/proc/meminfo: memFree=18991508/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=7608 CPUtime=3.09 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 1567 0 0 0 309 0 0 0 25 0 1 0 491000365 7790592 1522 33554432000 134512640 135226915 4289695696 18446744073709551615 134537023 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 1902 1522 81 175 0 1725 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16308

[startup+6.30062 s]
/proc/loadavg: 3.96 3.99 3.74 5/194 1631
/proc/meminfo: memFree=18985808/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=10480 CPUtime=6.28 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 2223 0 0 0 628 0 0 0 25 0 1 0 491000365 10731520 2178 33554432000 134512640 135226915 4289695696 18446744073709551615 134536945 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 2620 2178 81 175 0 2443 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19180

[startup+12.7005 s]
/proc/loadavg: 3.97 3.99 3.74 5/194 1631
/proc/meminfo: memFree=18976276/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=13652 CPUtime=12.68 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 2991 0 0 0 1268 0 0 0 25 0 1 0 491000365 13979648 2946 33554432000 134512640 135226915 4289695696 18446744073709551615 134536776 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 3413 2946 81 175 0 3236 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 22352

[startup+25.5013 s]
/proc/loadavg: 4.05 4.01 3.75 5/194 1632
/proc/meminfo: memFree=18966560/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=18104 CPUtime=25.48 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 4042 0 0 0 2548 0 0 0 25 0 1 0 491000365 18538496 3997 33554432000 134512640 135226915 4289695696 18446744073709551615 134536930 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 4526 3997 81 175 0 4349 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 26804

[startup+51.1008 s]
/proc/loadavg: 4.03 4.00 3.75 5/194 1633
/proc/meminfo: memFree=18943392/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=22216 CPUtime=51.09 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 4934 0 0 0 5108 1 0 0 25 0 1 0 491000365 22749184 4881 33554432000 134512640 135226915 4289695696 18446744073709551615 134536935 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 5554 4881 81 175 0 5377 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 30916

[startup+102.307 s]
/proc/loadavg: 4.01 4.00 3.76 5/194 1634
/proc/meminfo: memFree=18903900/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=42720 CPUtime=102.29 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 9762 0 0 0 10227 2 0 0 25 0 1 0 491000365 43745280 9709 33554432000 134512640 135226915 4289695696 18446744073709551615 134536785 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 10680 9709 81 175 0 10503 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 51420

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.78 5/194 1635
/proc/meminfo: memFree=18863428/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=59836 CPUtime=162.29 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 13670 0 0 0 16225 4 0 0 25 0 1 0 491000365 61272064 13617 33554432000 134512640 135226915 4289695696 18446744073709551615 134536928 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 14959 13617 81 175 0 14782 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68536

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.79 5/194 1637
/proc/meminfo: memFree=18827124/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=74176 CPUtime=222.29 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 17158 0 0 0 22224 5 0 0 25 0 1 0 491000365 75956224 17105 33554432000 134512640 135226915 4289695696 18446744073709551615 134539976 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 18544 17105 81 175 0 18367 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 82876

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/194 1639
/proc/meminfo: memFree=18790124/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=92844 CPUtime=282.29 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 21343 0 0 0 28223 6 0 0 25 0 1 0 491000365 95072256 21290 33554432000 134512640 135226915 4289695696 18446744073709551615 134536749 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 23211 21290 81 175 0 23034 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 101544

[startup+342.301 s]
/proc/loadavg: 4.04 4.01 3.82 5/194 1640
/proc/meminfo: memFree=18765556/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=108788 CPUtime=342.29 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 24733 0 0 0 34222 7 0 0 25 0 1 0 491000365 111398912 24680 33554432000 134512640 135226915 4289695696 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 27197 24680 81 175 0 27020 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 117488

[startup+402.301 s]
/proc/loadavg: 4.01 4.01 3.82 5/194 1642
/proc/meminfo: memFree=18733148/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6

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

/proc/1631/statm: 37390 33818 81 175 0 37213 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 158260

[startup+642.301 s]
/proc/loadavg: 4.03 4.01 3.85 5/194 1651
/proc/meminfo: memFree=18649884/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=150136 CPUtime=642.3 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 34036 0 0 0 64218 12 0 0 25 0 1 0 491000365 153739264 33983 33554432000 134512640 135226915 4289695696 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 37534 33983 81 175 0 37357 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 158836

[startup+702.3 s]
/proc/loadavg: 4.01 4.01 3.86 5/194 1653
/proc/meminfo: memFree=18642432/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=152448 CPUtime=702.3 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 34511 0 0 0 70218 12 0 0 25 0 1 0 491000365 156106752 34458 33554432000 134512640 135226915 4289695696 18446744073709551615 134536818 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 38112 34458 81 175 0 37935 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 161148

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.86 5/194 1654
/proc/meminfo: memFree=18607192/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=157072 CPUtime=762.3 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 35506 0 0 0 76217 13 0 0 25 0 1 0 491000365 160841728 35453 33554432000 134512640 135226915 4289695696 18446744073709551615 134537000 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 39268 35453 81 175 0 39091 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 165772

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/194 1656
/proc/meminfo: memFree=18578776/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=172140 CPUtime=822.3 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 38873 0 0 0 82215 15 0 0 25 0 1 0 491000365 176271360 38820 33554432000 134512640 135226915 4289695696 18446744073709551615 134544465 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 43035 38820 81 175 0 42858 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 180840

[startup+882.301 s]
/proc/loadavg: 4.06 4.02 3.88 5/194 1658
/proc/meminfo: memFree=18552092/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=182592 CPUtime=882.3 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 40986 0 0 0 88214 16 0 0 25 0 1 0 491000365 186974208 40933 33554432000 134512640 135226915 4289695696 18446744073709551615 134531929 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 45648 40933 81 175 0 45471 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 191292

[startup+942.3 s]
/proc/loadavg: 3.58 3.90 3.85 4/187 1677
/proc/meminfo: memFree=18859912/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=182932 CPUtime=942.3 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 41061 0 0 0 94214 16 0 0 25 0 1 0 491000365 187322368 41008 33554432000 134512640 135226915 4289695696 18446744073709551615 134537026 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 45733 41008 81 175 0 45556 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 191632

[startup+1002.3 s]
/proc/loadavg: 3.21 3.73 3.79 4/187 1679
/proc/meminfo: memFree=18842540/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=185008 CPUtime=1002.31 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 41451 0 0 0 100214 17 0 0 25 0 1 0 491000365 189448192 41398 33554432000 134512640 135226915 4289695696 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 46252 41398 81 175 0 46075 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 193708

[startup+1062.3 s]
/proc/loadavg: 3.12 3.61 3.75 4/187 1680
/proc/meminfo: memFree=18829868/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=187400 CPUtime=1062.31 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 41990 0 0 0 106214 17 0 0 25 0 1 0 491000365 191897600 41937 33554432000 134512640 135226915 4289695696 18446744073709551615 134543500 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 46850 41937 81 175 0 46673 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 196100

[startup+1122.3 s]
/proc/loadavg: 3.04 3.50 3.70 4/187 1682
/proc/meminfo: memFree=18825760/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=192024 CPUtime=1122.31 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 42876 0 0 0 112214 17 0 0 25 0 1 0 491000365 196632576 42823 33554432000 134512640 135226915 4289695696 18446744073709551615 134537068 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 48006 42823 81 175 0 47829 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 200724

[startup+1182.3 s]
/proc/loadavg: 3.06 3.42 3.65 4/187 1684
/proc/meminfo: memFree=18808112/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=208528 CPUtime=1182.31 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 46855 0 0 0 118211 20 0 0 25 0 1 0 491000365 213532672 46802 33554432000 134512640 135226915 4289695696 18446744073709551615 134536812 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 52132 46802 81 175 0 51955 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 217228

[startup+1242.3 s]
/proc/loadavg: 3.02 3.34 3.61 4/187 1685
/proc/meminfo: memFree=18791100/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=218084 CPUtime=1242.31 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 49096 0 0 0 124210 21 0 0 25 0 1 0 491000365 223318016 49043 33554432000 134512640 135226915 4289695696 18446744073709551615 134531496 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 54521 49043 81 175 0 54344 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 226784



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.39 3.13 3.52 2/173 1723
/proc/meminfo: memFree=19480780/32951124 swapFree=67111524/67111528
[pid=1628] ppid=1626 vsize=8700 CPUtime=0 cores=4,6
/proc/1628/stat : 1628 (lysat.sh) S 1626 1628 1123 0 -1 4202496 356 196 0 0 0 0 0 0 25 0 1 0 491000364 8908800 252 33554432000 4194304 4922060 140733945738704 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1628/statm: 2175 252 209 178 0 68 0
[pid=1631] ppid=1628 vsize=218084 CPUtime=1300.02 cores=4,6
/proc/1631/stat : 1631 (LySATi) R 1628 1628 1123 0 -1 4202496 49096 0 0 0 129981 21 0 0 25 0 1 0 491000365 223318016 49043 33554432000 134512640 135226915 4289695696 18446744073709551615 134536744 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1631/statm: 54521 49043 81 175 0 54344 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 226784

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1628 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=4999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.005998
# while last known CPU time is 1300.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.02
CPU user time (s): 1299.81
CPU system time (s): 0.21
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 226784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.004999
system time used= 0.000999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 552
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= 6
involuntary context switches= 4

runsolver used 2.31865 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-28 12:17:22
IDJOB=3309141
IDBENCH=87935
IDSOLVER=1692
FILE ID=node144/3309141-1303985842
RUNJOBID= node144-1303983194-1142
PBS_JOBID= 13168682
Free space on /tmp= 72080 MiB

SOLVER NAME= SAT09 reference solver:LySAT i/2009-03-20
BENCH NAME= SAT02/industrial/aloul/Homer/homer14.shuffled.cnf
COMMAND LINE= lysat.sh BENCHNAME i
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309141-1303985842/watcher-3309141-1303985842 -o /tmp/evaluation-result-3309141-1303985842/solver-3309141-1303985842 -C 2400 -W 1300 -M 7680  lysat.sh HOME/instance-3309141-1303985842.cnf i

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 1d9569aa70fee033c68469753053c259
RANDOM SEED=2018193948

node144.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18998620 kB
Buffers:       2200300 kB
Cached:       10784180 kB
SwapCached:          4 kB
Active:        5116008 kB
Inactive:      8271436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18998620 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:          170112 kB
Writeback:           0 kB
AnonPages:      401984 kB
Mapped:          16000 kB
Slab:           500264 kB
PageTables:       6124 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   593904 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72408 MiB
End job on node144 at 2011-04-28 12:39:04