Trace number 1102962

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
galac MUNSAT 971.779 973.717

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-94_ext.xml
MD5SUMff582e16aee3eb55b2d45d7d6abdcec0
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.81066
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.03	c --- Preproc Stats ---
1.35/1.44	c start processing
1.35/1.44	c start relation processing
1.74/1.86	c start cnf exporting
7.39/7.56	c parsing time : 1.314
7.39/7.56	c preprocessing time : 7.433
7.39/7.56	
7.39/7.56	c Nary constraints - conflicts : 0 supports : 0
7.39/7.56	c Binary constraints - conflicts : 0 supports :103
7.39/7.56	c max arity constraint : 2
7.39/7.56	c Max Tuples generated 0
7.39/7.56	c relations : 103
7.39/7.56	c relations BDD: 0
7.39/7.56	c sampling 0/0
7.39/7.56	c vars : 3201 - clauses :  142920
7.39/7.56	
7.46/7.61	 
7.46/7.61	c --- SAT Solver Stats ---
7.46/7.61	 
971.64/973.68	c restarts              : 16
971.64/973.68	c conflicts             : 114306         (119 /sec)
971.64/973.68	c decisions             : 182537         (1.40 % random) (189 /sec)
971.64/973.68	c propagations          : 51425956       (53355 /sec)
971.64/973.68	c conflict literals     : 35165272       (26.19 % deleted)
971.64/973.68	c Memory used           : 178.46 MB
971.64/973.68	c CPU time              : 963.853 s
971.64/973.68	
971.64/973.68	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1102962-1215300145/watcher-1102962-1215300145 -o /tmp/evaluation-result-1102962-1215300145/solver-1102962-1215300145 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/galacM.sh HOME/instance-1102962-1215300145.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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: 2.00 2.00 2.00 4/73 16494
/proc/meminfo: memFree=1692984/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=18572 CPUtime=0
/proc/16494/stat : 16494 (runsolver) R 16492 16494 15859 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2008984218 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16494/statm: 4643 292 257 25 0 2626 0

[startup+0.08577 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16494
/proc/meminfo: memFree=1692984/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=0.01
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.102774 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16494
/proc/meminfo: memFree=1692984/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=0.01
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.301799 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16494
/proc/meminfo: memFree=1692984/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=0.01
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+0.701848 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 16494
/proc/meminfo: memFree=1692984/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=0.01
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47564

[startup+1.50294 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16516
/proc/meminfo: memFree=1622888/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=0.01
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16508] ppid=16494 vsize=812416 CPUtime=1.43
/proc/16508/stat : 16508 (java) S 16494 16494 15859 0 -1 0 21832 0 1 0 131 12 0 0 18 0 9 0 2008984222 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 203104 21250 1890 9 0 197138 0
[pid=16508/tid=16509] ppid=16494 vsize=812416 CPUtime=1.17
/proc/16508/task/16509/stat : 16509 (java) R 16494 16494 15859 0 -1 64 14489 0 1 0 109 8 0 0 25 0 9 0 2008984223 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4126867335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16494 vsize=812416 CPUtime=0.07
/proc/16508/task/16510/stat : 16510 (java) S 16494 16494 15859 0 -1 64 5858 0 0 0 5 2 0 0 16 0 9 0 2008984224 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16494 vsize=812416 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16494 16494 15859 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008984225 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16494 vsize=812416 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16494 16494 15859 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008984225 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16494 vsize=812416 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16494 16494 15859 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008984227 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16494 vsize=812416 CPUtime=0.16
/proc/16508/task/16514/stat : 16514 (java) S 16494 16494 15859 0 -1 64 787 0 0 0 16 0 0 0 16 0 9 0 2008984227 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16494 vsize=812416 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16494 16494 15859 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008984227 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16494 vsize=812416 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16494 16494 15859 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008984227 831913984 21250 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 859980

[startup+3.10113 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16516
/proc/meminfo: memFree=1614056/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=0.01
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16508] ppid=16494 vsize=812548 CPUtime=3.02
/proc/16508/stat : 16508 (java) S 16494 16494 15859 0 -1 0 24875 0 1 0 288 14 0 0 18 0 9 0 2008984222 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 203137 24289 1912 9 0 197171 0
[pid=16508/tid=16509] ppid=16494 vsize=812548 CPUtime=2.61
/proc/16508/task/16509/stat : 16509 (java) R 16494 16494 15859 0 -1 64 14534 0 1 0 252 9 0 0 25 0 9 0 2008984223 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 103567763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16494 vsize=812548 CPUtime=0.17
/proc/16508/task/16510/stat : 16510 (java) S 16494 16494 15859 0 -1 64 8814 0 0 0 13 4 0 0 16 0 9 0 2008984224 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16494 16494 15859 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008984225 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16494 16494 15859 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008984225 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16494 16494 15859 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008984227 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16494 vsize=812548 CPUtime=0.21
/proc/16508/task/16514/stat : 16514 (java) S 16494 16494 15859 0 -1 64 829 0 0 0 21 0 0 0 16 0 9 0 2008984227 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16494 16494 15859 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008984227 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16494 16494 15859 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008984227 832049152 24289 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 860112

[startup+6.30251 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16516
/proc/meminfo: memFree=1599848/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=0.01
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 765 1697 0 0 0 0 0 1 18 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16508] ppid=16494 vsize=812548 CPUtime=6.19
/proc/16508/stat : 16508 (java) S 16494 16494 15859 0 -1 0 24898 0 1 0 603 16 0 0 18 0 9 0 2008984222 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16508/statm: 203137 24304 1913 9 0 197171 0
[pid=16508/tid=16509] ppid=16494 vsize=812548 CPUtime=5.76
/proc/16508/task/16509/stat : 16509 (java) R 16494 16494 15859 0 -1 64 14543 0 1 0 566 10 0 0 25 0 9 0 2008984223 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4126379568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16510] ppid=16494 vsize=812548 CPUtime=0.18
/proc/16508/task/16510/stat : 16510 (java) S 16494 16494 15859 0 -1 64 8814 0 0 0 14 4 0 0 16 0 9 0 2008984224 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16511] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16511/stat : 16511 (java) S 16494 16494 15859 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 2008984225 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16512] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16512/stat : 16512 (java) S 16494 16494 15859 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2008984225 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16513] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16513/stat : 16513 (java) S 16494 16494 15859 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 2008984227 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16514] ppid=16494 vsize=812548 CPUtime=0.23
/proc/16508/task/16514/stat : 16514 (java) S 16494 16494 15859 0 -1 64 843 0 0 0 23 0 0 0 15 0 9 0 2008984227 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16515] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16515/stat : 16515 (java) S 16494 16494 15859 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 2008984227 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16508/tid=16516] ppid=16494 vsize=812548 CPUtime=0
/proc/16508/task/16516/stat : 16516 (java) S 16494 16494 15859 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2008984227 832049152 24304 996147200 134512640 134550740 4294955600 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 860112

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16517
/proc/meminfo: memFree=1673512/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=17476 CPUtime=5.03
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 4202 0 0 0 501 2 0 0 25 0 1 0 2008984979 17895424 4183 996147200 134512640 135136200 4294955968 18446744073709551615 134529518 0 0 4096 3 0 0 0 17 1 0 0
/proc/16517/statm: 4369 4183 57 152 0 4214 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 65040

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16517
/proc/meminfo: memFree=1661288/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=28860 CPUtime=17.71
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 7067 0 0 0 1766 5 0 0 25 0 1 0 2008984979 29552640 7048 996147200 134512640 135136200 4294955968 18446744073709551615 134529862 0 0 4096 3 0 0 0 17 1 0 0
/proc/16517/statm: 7215 7048 57 152 0 7060 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 76424

[startup+51.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16517
/proc/meminfo: memFree=1647976/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=42712 CPUtime=43.06
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 10492 0 0 0 4299 7 0 0 25 0 1 0 2008984979 43737088 10473 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 1 0 0
/proc/16517/statm: 10678 10473 57 152 0 10523 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 90276

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16517
/proc/meminfo: memFree=1631912/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=58440 CPUtime=93.79
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 14390 0 0 0 9367 12 0 0 25 0 1 0 2008984979 59842560 14371 996147200 134512640 135136200 4294955968 18446744073709551615 134529530 0 0 4096 3 0 0 0 17 1 0 0
/proc/16517/statm: 14610 14371 57 152 0 14455 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 106004

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 16517
/proc/meminfo: memFree=1617704/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=72876 CPUtime=153.22
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 17950 0 0 0 15307 15 0 0 25 0 1 0 2008984979 74625024 17931 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 1 0 0
/proc/16517/statm: 18219 17931 57 152 0 18064 0
Current children cumulated CPU time (s) 160.69
Current children cumulated vsize (KiB) 120440


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


[startup+642.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1566440/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=147476 CPUtime=632.99
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 36088 0 0 0 63267 32 0 0 25 0 1 0 2008984979 151015424 36069 996147200 134512640 135136200 4294955968 18446744073709551615 134529509 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 36869 36069 57 152 0 36714 0
Current children cumulated CPU time (s) 640.46
Current children cumulated vsize (KiB) 195040

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1561256/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=152744 CPUtime=692.97
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 37372 0 0 0 69264 33 0 0 25 0 1 0 2008984979 156409856 37353 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 38186 37353 57 152 0 38031 0
Current children cumulated CPU time (s) 700.44
Current children cumulated vsize (KiB) 200308

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1555432/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=158952 CPUtime=752.94
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 38821 0 0 0 75260 34 0 0 25 0 1 0 2008984979 162766848 38802 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 39738 38802 57 152 0 39583 0
Current children cumulated CPU time (s) 760.41
Current children cumulated vsize (KiB) 206516

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1550440/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=164072 CPUtime=812.93
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 40070 0 0 0 81257 36 0 0 25 0 1 0 2008984979 168009728 40051 996147200 134512640 135136200 4294955968 18446744073709551615 134529488 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 41018 40051 57 152 0 40863 0
Current children cumulated CPU time (s) 820.4
Current children cumulated vsize (KiB) 211636

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1542376/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=172252 CPUtime=872.9
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 42047 0 0 0 87253 37 0 0 25 0 1 0 2008984979 176386048 42028 996147200 134512640 135136200 4294955968 18446744073709551615 134529535 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 43063 42028 57 152 0 42908 0
Current children cumulated CPU time (s) 880.37
Current children cumulated vsize (KiB) 219816

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1535208/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=180080 CPUtime=932.87
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 43825 0 0 0 93248 39 0 0 25 0 1 0 2008984979 184401920 43806 996147200 134512640 135136200 4294955968 18446744073709551615 134529511 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45020 43806 57 152 0 44865 0
Current children cumulated CPU time (s) 940.34
Current children cumulated vsize (KiB) 227644

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

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1534120/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=181168 CPUtime=937.67
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 44091 0 0 0 93728 39 0 0 25 0 1 0 2008984979 185516032 44072 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45292 44072 57 152 0 45137 0
Current children cumulated CPU time (s) 945.14
Current children cumulated vsize (KiB) 228732

[startup+959.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1533416/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=181828 CPUtime=950.47
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 44271 0 0 0 95007 40 0 0 25 0 1 0 2008984979 186191872 44252 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45457 44252 57 152 0 45302 0
Current children cumulated CPU time (s) 957.94
Current children cumulated vsize (KiB) 229392

[startup+966.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1532904/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=182448 CPUtime=956.87
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 44419 0 0 0 95647 40 0 0 25 0 1 0 2008984979 186826752 44400 996147200 134512640 135136200 4294955968 18446744073709551615 134529382 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45612 44400 57 152 0 45457 0
Current children cumulated CPU time (s) 964.34
Current children cumulated vsize (KiB) 230012

[startup+969.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1532648/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=182740 CPUtime=960.07
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 44467 0 0 0 95967 40 0 0 25 0 1 0 2008984979 187125760 44448 996147200 134512640 135136200 4294955968 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45685 44448 57 152 0 45530 0
Current children cumulated CPU time (s) 967.54
Current children cumulated vsize (KiB) 230304

[startup+971.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1532648/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=182740 CPUtime=961.67
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 44467 0 0 0 96127 40 0 0 25 0 1 0 2008984979 187125760 44448 996147200 134512640 135136200 4294955968 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45685 44448 57 152 0 45530 0
Current children cumulated CPU time (s) 969.14
Current children cumulated vsize (KiB) 230304

[startup+972.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1532648/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=182740 CPUtime=963.27
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 44467 0 0 0 96287 40 0 0 25 0 1 0 2008984979 187125760 44448 996147200 134512640 135136200 4294955968 18446744073709551615 134529373 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45685 44448 57 152 0 45530 0
Current children cumulated CPU time (s) 970.74
Current children cumulated vsize (KiB) 230304

[startup+973.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1532648/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=182740 CPUtime=964.07
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194304 44467 0 0 0 96367 40 0 0 25 0 1 0 2008984979 187125760 44448 996147200 134512640 135136200 4294955968 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 45685 44448 57 152 0 45530 0
Current children cumulated CPU time (s) 971.54
Current children cumulated vsize (KiB) 230304

[startup+973.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 16557
/proc/meminfo: memFree=1532648/2055920 swapFree=4179860/4192956
[pid=16494] ppid=16492 vsize=47564 CPUtime=7.47
/proc/16494/stat : 16494 (galacM.sh) S 16492 16494 15859 0 -1 4194304 799 26609 0 1 0 0 728 19 17 0 1 0 2008984218 48705536 364 996147200 4194304 4520092 548682068832 18446744073709551615 227607243610 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/16494/statm: 11891 364 245 79 0 219 0
[pid=16517] ppid=16494 vsize=0 CPUtime=964.27
/proc/16517/stat : 16517 (minisat) R 16494 16494 15859 0 -1 4194308 44494 0 0 0 96385 42 0 0 25 0 1 0 2008984979 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/16517/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 971.74
Current children cumulated vsize (KiB) 47564

Child status: 0
Real time (s): 973.717
CPU time (s): 971.779
CPU user time (s): 971.142
CPU system time (s): 0.636903
CPU usage (%): 99.801
Max. virtual memory (cumulated for all children) (KiB): 860112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 971.142
system time used= 0.636903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72093
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1285
involuntary context switches= 7281

runsolver used 1.20082 second user time and 3.23651 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-06 01:22:25
IDJOB=1102962
IDBENCH=60256
IDSOLVER=350
FILE ID=node66/1102962-1215300145
PBS_JOBID= 7882418
Free space on /tmp= 66392 MiB

SOLVER NAME= galac M
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-94_ext.xml
COMMAND LINE= HOME/galacM.sh BENCHNAME 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1102962-1215300145/watcher-1102962-1215300145 -o /tmp/evaluation-result-1102962-1215300145/solver-1102962-1215300145 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/galacM.sh HOME/instance-1102962-1215300145.xml 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ff582e16aee3eb55b2d45d7d6abdcec0
RANDOM SEED=1120557253

node66.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.213
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.213
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:       1693464 kB
Buffers:         59804 kB
Cached:         229056 kB
SwapCached:       7144 kB
Active:         213584 kB
Inactive:        93744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693464 kB
SwapTotal:     4192956 kB
SwapFree:      4179860 kB
Dirty:            3788 kB
Writeback:           0 kB
Mapped:          25760 kB
Slab:            40252 kB
Committed_AS:  4146260 kB
PageTables:       1880 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= 66416 MiB
End job on node66 at 2008-07-06 01:38:39