Trace number 1821897

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
APTUSAT 2009-03-22? (TO) 1200.08 1200.05

General information on the benchmark

Namemanol-pipe-c7nidw.cnf
MD5SUMcddc29f8f256e39e02d9b418f68e802c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark135.07
Satisfiable
(Un)Satisfiability was proved
Number of variables169072
Number of clauses501421
Sum of the clauses size1169981
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2334280
Number of clauses of size 3167140
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 Parsing...
0.42/0.50	c ==============================================================================
0.42/0.50	c |           |     ORIGINAL     |              LEARNT              |          |
0.42/0.50	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.42/0.50	c ==============================================================================
0.42/0.50	c |         0 |  501420  1169980 |  150425       0        0     nan |  0.000 % |
3.22/3.24	c |         0 |  215779   849690 |      --       0       --      -- |     --   | -285639/-320285
3.22/3.25	c ==============================================================================
3.22/3.25	c Result  :   #vars: 28036   #clauses: 215779   #literals: 849690
3.22/3.25	c CPU time:   3.05 s
3.22/3.25	c ==============================================================================
3.52/3.54	This is MiniSat 2.0 beta
3.52/3.54	WARNING: for repeatability, setting FPU to use double precision
3.52/3.54	============================[ Problem Statistics ]=============================
3.52/3.54	|                                                                             |
3.52/3.55	|  Number of variables:  28036                                                |
3.52/3.55	|  Number of clauses:    215779                                               |
3.55/3.71	|  Parsing time:         0.16         s                                       |
3.55/3.73	============================[ Search Statistics ]==============================
3.55/3.73	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.55/3.73	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.55/3.73	===============================================================================
3.55/3.73	|         0 |   28036   215779   849690 |    71926        0    nan |  0.000 % |
3.55/3.78	|       100 |   28036   215779   849690 |    79118      100      7 |  0.000 % |
3.55/3.85	|       252 |   28028   215779   849690 |    87030      249      8 |  0.175 % |
3.55/3.94	|       477 |   28022   215779   849690 |    95733      473      9 |  0.196 % |
3.55/4.04	|       814 |   28022   215779   849690 |   105307      810     12 |  0.196 % |
3.55/4.29	|      1320 |   27990   215779   849690 |   115838     1308     14 |  0.346 % |
4.52/4.51	|      2079 |   27933   215779   849690 |   127421     2056     13 |  1.106 % |
4.81/4.89	|      3218 |   27682   207749   817891 |   140164     3141     14 |  1.566 % |
5.11/5.14	|      4926 |   27666   207749   817891 |   154180     4844     16 |  1.666 % |
5.41/5.47	|      7488 |   27569   204374   804815 |   169598     7390     19 |  1.666 % |
6.01/6.07	|     11332 |   27552   204290   804525 |   186558    11224     20 |  1.744 % |
6.99/7.06	|     17098 |   27530   203753   802705 |   205214    16916     21 |  1.805 % |
8.09/8.11	|     25747 |   27527   203753   802705 |   225735    25564     22 |  1.819 % |
9.49/9.57	|     38721 |   27518   203224   800930 |   248309    38515     21 |  1.848 % |
12.90/12.95	|     58182 |   27446   202938   799710 |   273140    57761     24 |  2.229 % |
18.10/18.22	|     87375 |   27296   200590   789895 |   300454    83757     24 |  2.682 % |
30.30/30.37	|    131165 |   27243   199437   785310 |   330499   118144     30 |  2.829 % |
50.30/50.36	|    196849 |   27227   199219   784646 |   363549   183808     31 |  2.886 % |
102.31/102.32	|    295375 |   27219   199184   784561 |   399904   282330     36 |  2.925 % |
226.61/226.69	|    443164 |   27187   198479   781731 |   439894    51898     42 |  3.028 % |
429.72/429.76	|    664847 |   27177   198464   781696 |   483884   273577     36 |  3.096 % |
738.23/738.29	|    997372 |   27069   195941   772178 |   532272   137285     29 |  3.449 % |
1069.25/1069.27	|   1496163 |   27051   195723   771373 |   585500   127932     32 |  3.513 % |
1200.06/1200.03	HOME/SatELiteGTI: line 36: 27940 Terminated              $MS $2 $TMP.cnf $TMP.result

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1821897-1242577763/watcher-1821897-1242577763 -o /tmp/evaluation-result-1821897-1242577763/solver-1821897-1242577763 -C 1200 -W 1800 -M 1800 SatELiteGTI HOME/instance-1821897-1242577763.cnf -restarts=1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 2/96 27932
/proc/meminfo: memFree=1206920/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2412 CPUtime=0.01
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 368 646 0 0 0 0 0 1 18 0 1 0 1022274708 2469888 277 4294967295 134512640 135169312 3213257632 3213256168 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 603 277 235 161 0 42 0
[pid=27936] ppid=27932 vsize=952 CPUtime=0
/proc/27936/stat : 27936 (SatELite_releas) R 27932 27932 11066 0 -1 4202496 133 0 0 0 0 0 0 0 20 0 1 0 1022274708 974848 69 4294967295 134512640 135223648 3216674528 3216673096 134719062 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27936/statm: 238 70 46 174 0 63 0

[startup+0.052723 s]
/proc/loadavg: 0.99 1.00 1.00 2/96 27932
/proc/meminfo: memFree=1206920/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2412 CPUtime=0.01
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 368 646 0 0 0 0 0 1 18 0 1 0 1022274708 2469888 277 4294967295 134512640 135169312 3213257632 3213256168 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 603 277 235 161 0 42 0
[pid=27936] ppid=27932 vsize=8748 CPUtime=0.05
/proc/27936/stat : 27936 (SatELite_releas) R 27932 27932 11066 0 -1 4202496 1851 0 0 0 2 3 0 0 20 0 1 0 1022274708 8957952 1787 4294967295 134512640 135223648 3216674528 3216673480 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27936/statm: 2187 1788 46 174 0 2012 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11160

[startup+0.11272 s]
/proc/loadavg: 0.99 1.00 1.00 2/96 27932
/proc/meminfo: memFree=1206920/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2412 CPUtime=0.01
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 368 646 0 0 0 0 0 1 18 0 1 0 1022274708 2469888 277 4294967295 134512640 135169312 3213257632 3213256168 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 603 277 235 161 0 42 0
[pid=27936] ppid=27932 vsize=17988 CPUtime=0.11
/proc/27936/stat : 27936 (SatELite_releas) R 27932 27932 11066 0 -1 4202496 3877 0 0 0 7 4 0 0 20 0 1 0 1022274708 18419712 3813 4294967295 134512640 135223648 3216674528 3216673480 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27936/statm: 4497 3815 46 174 0 4322 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 20400

[startup+0.312707 s]
/proc/loadavg: 0.99 1.00 1.00 2/96 27932
/proc/meminfo: memFree=1206920/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2412 CPUtime=0.01
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 368 646 0 0 0 0 0 1 18 0 1 0 1022274708 2469888 277 4294967295 134512640 135169312 3213257632 3213256168 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 603 277 235 161 0 42 0
[pid=27936] ppid=27932 vsize=42976 CPUtime=0.31
/proc/27936/stat : 27936 (SatELite_releas) R 27932 27932 11066 0 -1 4202496 10362 0 0 0 25 6 0 0 21 0 1 0 1022274708 44007424 10298 4294967295 134512640 135223648 3216674528 3216673480 134737310 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27936/statm: 10744 10300 46 174 0 10569 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 45388

[startup+0.712685 s]
/proc/loadavg: 0.99 1.00 1.00 2/96 27932
/proc/meminfo: memFree=1206920/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2412 CPUtime=0.01
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 368 646 0 0 0 0 0 1 18 0 1 0 1022274708 2469888 277 4294967295 134512640 135169312 3213257632 3213256168 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 603 277 235 161 0 42 0
[pid=27936] ppid=27932 vsize=80080 CPUtime=0.71
/proc/27936/stat : 27936 (SatELite_releas) R 27932 27932 11066 0 -1 4202496 18575 0 0 0 63 8 0 0 22 0 1 0 1022274708 82001920 17117 4294967295 134512640 135223648 3216674528 3216672304 134585385 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27936/statm: 20020 17117 73 174 0 19845 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 82492

[startup+1.51264 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 27939
/proc/meminfo: memFree=1134488/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2412 CPUtime=0.01
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 368 646 0 0 0 0 0 1 18 0 1 0 1022274708 2469888 277 4294967295 134512640 135169312 3213257632 3213256168 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 603 277 235 161 0 42 0
[pid=27936] ppid=27932 vsize=84104 CPUtime=1.51
/proc/27936/stat : 27936 (SatELite_releas) R 27932 27932 11066 0 -1 4202496 19495 0 0 0 141 10 0 0 25 0 1 0 1022274708 86122496 18037 4294967295 134512640 135223648 3216674528 3216672624 134596436 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27936/statm: 21026 18037 73 174 0 20851 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 86516

[startup+3.11255 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 27939
/proc/meminfo: memFree=1121476/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2412 CPUtime=0.01
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 368 646 0 0 0 0 0 1 18 0 1 0 1022274708 2469888 277 4294967295 134512640 135169312 3213257632 3213256168 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 603 277 235 161 0 42 0
[pid=27936] ppid=27932 vsize=87204 CPUtime=3.11
/proc/27936/stat : 27936 (SatELite_releas) R 27932 27932 11066 0 -1 4202496 20492 0 0 0 293 18 0 0 25 0 1 0 1022274708 89296896 18702 4294967295 134512640 135223648 3216674528 3216672624 134585540 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27936/statm: 21801 18702 73 174 0 21626 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 89616

[startup+6.31238 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 27941
/proc/meminfo: memFree=1172984/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=16688 CPUtime=2.76
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 3929 0 0 0 272 4 0 0 25 0 1 0 1022275062 17088512 3864 4294967295 134512640 135213731 3220163232 3220161712 134530191 0 0 0 3 0 0 0 17 0 0 0 0
/proc/27940/statm: 4172 3864 74 172 0 3998 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 19104

[startup+12.722 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 27941
/proc/meminfo: memFree=1167344/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=22736 CPUtime=9.15
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 5426 0 0 0 911 4 0 0 25 0 1 0 1022275062 23281664 5361 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 5684 5361 74 172 0 5510 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 25152

[startup+25.5213 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 27943
/proc/meminfo: memFree=1157768/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=31636 CPUtime=21.95
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 7646 0 0 0 2190 5 0 0 25 0 1 0 1022275062 32395264 7581 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 7909 7581 74 172 0 7735 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 34052

[startup+51.1199 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 28127
/proc/meminfo: memFree=1143184/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=45956 CPUtime=47.55
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 11229 0 0 0 4747 8 0 0 25 0 1 0 1022275062 47058944 11164 4294967295 134512640 135213731 3220163232 3220161712 134530021 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 11489 11164 74 172 0 11315 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 48372

[startup+102.327 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 28132
/proc/meminfo: memFree=1122172/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=66896 CPUtime=98.76
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 16450 0 0 0 9862 14 0 0 25 0 1 0 1022275062 68501504 16385 4294967295 134512640 135213731 3220163232 3220161696 134524066 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 16724 16385 74 172 0 16550 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 69312

[startup+162.314 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 28319
/proc/meminfo: memFree=1098628/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=91040 CPUtime=158.75
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 22363 0 0 0 15857 18 0 0 25 0 1 0 1022275062 93224960 22298 4294967295 134512640 135213731 3220163232 3220161712 134530157 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 22760 22298 74 172 0 22586 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 93456

[startup+222.31 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 28507
/proc/meminfo: memFree=1082756/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=106192 CPUtime=218.75
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 26216 0 0 0 21853 22 0 0 25 0 1 0 1022275062 108740608 26151 4294967295 134512640 135213731 3220163232 3220161488 134537012 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 26548 26151 74 172 0 26374 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 108608

[startup+282.317 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 28700
/proc/meminfo: memFree=1082756/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=106192 CPUtime=278.76
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 26220 0 0 0 27854 22 0 0 25 0 1 0 1022275062 108740608 26155 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 26548 26155 74 172 0 26374 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 108608

[startup+342.314 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 28889
/proc/meminfo: memFree=1082748/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=106192 CPUtime=338.76
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 26222 0 0 0 33854 22 0 0 25 0 1 0 1022275062 108740608 26157 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 26548 26157 74 172 0 26374 0
Current children cumulated CPU time (s) 342.31

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

[pid=27940] ppid=27932 vsize=106924 CPUtime=458.77
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 26358 0 0 0 45854 23 0 0 25 0 1 0 1022275062 109490176 26293 4294967295 134512640 135213731 3220163232 3220161696 134523426 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 26731 26293 74 172 0 26557 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 109340

[startup+522.314 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 29450
/proc/meminfo: memFree=1082384/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=107044 CPUtime=518.77
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 26385 0 0 0 51854 23 0 0 25 0 1 0 1022275062 109613056 26320 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 26761 26320 74 172 0 26587 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 109460

[startup+582.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 29639
/proc/meminfo: memFree=1082136/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=107452 CPUtime=578.77
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 26463 0 0 0 57848 29 0 0 25 0 1 0 1022275062 110030848 26398 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 26863 26398 74 172 0 26689 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 109868

[startup+642.307 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 29832
/proc/meminfo: memFree=1080120/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=109412 CPUtime=638.77
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 26928 0 0 0 63848 29 0 0 25 0 1 0 1022275062 112037888 26863 4294967295 134512640 135213731 3220163232 3220161640 134719542 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 27353 26863 74 172 0 27179 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 111828

[startup+702.314 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 30020
/proc/meminfo: memFree=1071588/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=118756 CPUtime=698.78
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 29038 0 0 0 69848 30 0 0 25 0 1 0 1022275062 121606144 28973 4294967295 134512640 135213731 3220163232 3220161648 134535108 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 29689 28973 74 172 0 29515 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 121172

[startup+762.32 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 30207
/proc/meminfo: memFree=1071472/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=118756 CPUtime=758.79
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 29038 0 0 0 75849 30 0 0 25 0 1 0 1022275062 121606144 28973 4294967295 134512640 135213731 3220163232 3220161712 134530371 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 29689 28973 74 172 0 29515 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 121172

[startup+822.317 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 30393
/proc/meminfo: memFree=1071472/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=118756 CPUtime=818.79
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 29039 0 0 0 81849 30 0 0 25 0 1 0 1022275062 121606144 28974 4294967295 134512640 135213731 3220163232 3220161552 134528818 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 29689 28974 74 172 0 29515 0
Current children cumulated CPU time (s) 822.34
Current children cumulated vsize (KiB) 121172

[startup+882.304 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 30582
/proc/meminfo: memFree=1071472/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=118756 CPUtime=878.78
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 29039 0 0 0 87846 32 0 0 25 0 1 0 1022275062 121606144 28974 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 29689 28974 74 172 0 29515 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 121172

[startup+942.31 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 30771
/proc/meminfo: memFree=1069232/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=121000 CPUtime=938.79
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 29623 0 0 0 93847 32 0 0 25 0 1 0 1022275062 123904000 29558 4294967295 134512640 135213731 3220163232 3220161712 134530034 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 30250 29558 74 172 0 30076 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 123416

[startup+1002.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 30959
/proc/meminfo: memFree=1063156/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=127128 CPUtime=998.79
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 31144 0 0 0 99845 34 0 0 25 0 1 0 1022275062 130179072 31079 4294967295 134512640 135213731 3220163232 3220161712 134529996 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 31782 31079 74 172 0 31608 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 129544

[startup+1062.31 s]
/proc/loadavg: 0.99 1.00 1.00 2/98 31150
/proc/meminfo: memFree=1058824/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=131508 CPUtime=1058.8
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 32256 0 0 0 105846 34 0 0 25 0 1 0 1022275062 134664192 32191 4294967295 134512640 135213731 3220163232 3220161712 134530117 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 32877 32191 74 172 0 32703 0
Current children cumulated CPU time (s) 1062.35
Current children cumulated vsize (KiB) 133924

[startup+1122.31 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 31336
/proc/meminfo: memFree=1058824/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=131508 CPUtime=1118.8
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 32259 0 0 0 111846 34 0 0 25 0 1 0 1022275062 134664192 32194 4294967295 134512640 135213731 3220163232 3220161712 134529996 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 32877 32194 74 172 0 32703 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 133924

[startup+1182.32 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 31525
/proc/meminfo: memFree=1058700/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=131508 CPUtime=1178.81
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 32259 0 0 0 117847 34 0 0 25 0 1 0 1022275062 134664192 32194 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 32877 32194 74 172 0 32703 0
Current children cumulated CPU time (s) 1182.36
Current children cumulated vsize (KiB) 133924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.02 s]
/proc/loadavg: 0.99 1.00 1.00 3/98 31708
/proc/meminfo: memFree=1058504/2074464 swapFree=1950760/1959888
[pid=27932] ppid=27930 vsize=2416 CPUtime=3.55
/proc/27932/stat : 27932 (SatELiteGTI) S 27930 27932 11066 0 -1 4194304 386 22857 0 0 0 0 333 22 18 0 1 0 1022274708 2473984 278 4294967295 134512640 135169312 3213257632 3213253848 3084922606 0 65536 4 65538 3222381614 0 0 17 3 0 0 0
/proc/27932/statm: 604 278 235 161 0 43 0
[pid=27940] ppid=27932 vsize=131508 CPUtime=1196.51
/proc/27940/stat : 27940 (minisat_static) R 27932 27932 11066 0 -1 4202496 32260 0 0 0 119617 34 0 0 25 0 1 0 1022275062 134664192 32195 4294967295 134512640 135213731 3220163232 3220161712 134530208 0 0 0 3 0 0 0 17 3 0 0 0
/proc/27940/statm: 32877 32195 74 172 0 32703 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 133924

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

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

Child status: 143
Real time (s): 1200.05
CPU time (s): 1200.08
CPU user time (s): 1199.5
CPU system time (s): 0.58
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 133924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.5
system time used= 0.58
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55781
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= 19
involuntary context switches= 1555

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi23 at 2009-05-17 18:29:23
IDJOB=1821897
IDBENCH=71715
IDSOLVER=662
FILE ID=tipi23/1821897-1242577763
PBS_JOBID=
Free space on /tmp= 8349 MiB

SOLVER NAME= APTUSAT 2009-03-22
BENCH NAME= SAT_RACE06/manol-pipe-c7nidw.cnf
COMMAND LINE= SatELiteGTI BENCHNAME -restarts=1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1821897-1242577763/watcher-1821897-1242577763 -o /tmp/evaluation-result-1821897-1242577763/solver-1821897-1242577763 -C 1200 -W 1800 -M 1800  SatELiteGTI HOME/instance-1821897-1242577763.cnf -restarts=1

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

MD5SUM BENCH= cddc29f8f256e39e02d9b418f68e802c
RANDOM SEED= 1120042048

Linux tipi23 2.6.18 #19 SMP Tue Jun 19 11:27:27 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3618.38

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.79

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 15
model		: 33
model name	: Dual Core AMD Opteron(tm) Processor 265
stepping	: 2
cpu MHz		: 1808.377
cache size	: 1024 KB
physical id	: 1
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 1
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm cmp_legacy ts fid vid ttp
bogomips	: 3616.78


/proc/meminfo:
MemTotal:      2074464 kB
MemFree:       1206944 kB
Buffers:         49912 kB
Cached:         714524 kB
SwapCached:       3584 kB
Active:         428860 kB
Inactive:       347252 kB
HighTotal:     1178688 kB
HighFree:       621028 kB
LowTotal:       895776 kB
LowFree:        585916 kB
SwapTotal:     1959888 kB
SwapFree:      1950760 kB
Dirty:           10468 kB
Writeback:           0 kB
AnonPages:       10924 kB
Mapped:           4408 kB
Slab:            81868 kB
PageTables:        548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   2997120 kB
Committed_AS:    96896 kB
VmallocTotal:   114680 kB
VmallocUsed:      1324 kB
VmallocChunk:   113264 kB

Free space on /tmp at the end= 8349 MiB
End job on tipi23 at 2009-05-17 18:49:24