Trace number 1724039

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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 875.479 443.465

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark578.845
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
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.99/1.09	c ==============================================================================
0.99/1.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.09	c ==============================================================================
0.99/1.09	c |         0 | 1100499  2567831 |  330149       0        0     nan |  0.000 % |
7.78/7.81	c |         0 |  456317  1844839 |      --       0       --      -- |     --   | -644180/-722987
7.78/7.81	c ==============================================================================
7.78/7.81	c Result  :   #vars: 56393   #clauses: 456317   #literals: 1844839
7.78/7.81	c CPU time:   7.43187 s
7.78/7.81	c ==============================================================================
875.38/443.41	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
875.38/443.41	c ============================[ Problem Statistics ]=============================
875.38/443.41	c |                                                                             |
875.38/443.41	c threadId              : 1
875.38/443.41	c restarts              : 8448
875.38/443.41	c conflicts             : 609944         (704 /sec)
875.38/443.41	c decisions             : 3613178        (1.75 % random) (4171 /sec)
875.38/443.41	c propagations          : 375274991      (433229 /sec)
875.38/443.41	c conflict literals     : 20657841       (33.78 % deleted)
875.38/443.41	c Memory used           : 161.92 MB
875.38/443.41	c CPU time              : 866.227 s
875.38/443.41	
875.38/443.41	c --->m=2, e=8, aimd=1, HOME/19144_many.cnf	time: 433.114	conflicts: 609944       
875.38/443.43	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1724039-1240691764/watcher-1724039-1240691764 -o /tmp/evaluation-result-1724039-1240691764/solver-1724039-1240691764 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1724039-1240691764.cnf aimd 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.05 3/65 19144
/proc/meminfo: memFree=1687000/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) R 19142 19144 18319 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 265674091167 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19144/statm: 1339 234 194 169 0 50 0
[pid=19145] ppid=19144 vsize=956 CPUtime=0
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 149 0 0 0 0 0 0 0 18 0 1 0 97206634 978944 133 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 239 134 50 127 0 109 0

[startup+0.0770969 s]
/proc/loadavg: 1.00 1.00 1.05 3/65 19144
/proc/meminfo: memFree=1687000/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19144/statm: 1339 235 195 169 0 50 0
[pid=19145] ppid=19144 vsize=10988 CPUtime=0.07
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 2596 0 0 0 6 1 0 0 20 0 1 0 97206634 11251712 2580 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 2747 2580 50 127 0 2617 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16344

[startup+0.101097 s]
/proc/loadavg: 1.00 1.00 1.05 3/65 19144
/proc/meminfo: memFree=1687000/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19144/statm: 1339 235 195 169 0 50 0
[pid=19145] ppid=19144 vsize=16064 CPUtime=0.09
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 3432 0 0 0 8 1 0 0 20 0 1 0 97206634 16449536 3416 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 4016 3416 50 127 0 3886 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21420

[startup+0.301119 s]
/proc/loadavg: 1.00 1.00 1.05 3/65 19144
/proc/meminfo: memFree=1687000/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19144/statm: 1339 235 195 169 0 50 0
[pid=19145] ppid=19144 vsize=41572 CPUtime=0.28
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 9927 0 0 0 24 4 0 0 21 0 1 0 97206634 42569728 9911 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 10393 9911 50 127 0 10263 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 46928

[startup+0.701164 s]
/proc/loadavg: 1.00 1.00 1.05 3/65 19144
/proc/meminfo: memFree=1687000/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19144/statm: 1339 235 195 169 0 50 0
[pid=19145] ppid=19144 vsize=114808 CPUtime=0.69
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 22694 0 0 0 58 11 0 0 25 0 1 0 97206634 117563392 22678 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 28702 22679 50 127 0 28572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120164

[startup+1.50125 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 19146
/proc/meminfo: memFree=1554568/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19144/statm: 1339 235 195 169 0 50 0
[pid=19145] ppid=19144 vsize=172596 CPUtime=1.49
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 40372 0 0 0 129 20 0 0 25 0 1 0 97206634 176738304 37304 1992294400 134512640 135034092 4294956096 18446744073709551615 134540715 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 43149 37304 68 127 0 43019 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177952

[startup+3.10243 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 19146
/proc/meminfo: memFree=1529160/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19144/statm: 1339 235 195 169 0 50 0
[pid=19145] ppid=19144 vsize=178872 CPUtime=3.09
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 41847 0 0 0 283 26 0 0 25 0 1 0 97206634 183164928 38779 1992294400 134512640 135034092 4294956096 18446744073709551615 134540931 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 44718 38779 68 127 0 44588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 184228

[startup+6.30179 s]
/proc/loadavg: 1.00 1.00 1.05 2/67 19146
/proc/meminfo: memFree=1494408/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=0
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97206633 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19144/statm: 1339 235 195 169 0 50 0
[pid=19145] ppid=19144 vsize=189196 CPUtime=6.28
/proc/19145/stat : 19145 (SatElite) R 19144 19144 18319 0 -1 4194304 44423 0 0 0 593 35 0 0 25 0 1 0 97206634 193736704 40994 1992294400 134512640 135034092 4294956096 18446744073709551615 134529196 0 0 4096 3 0 0 0 17 0 0 0
/proc/19145/statm: 47299 40994 68 127 0 47169 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 194552

[startup+12.7015 s]
/proc/loadavg: 1.08 1.02 1.06 3/68 19148
/proc/meminfo: memFree=1563776/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=90520 CPUtime=7.45
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 19326 0 0 0 725 20 0 0 17 0 2 0 97207495 92692480 19264 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 22630 19264 83 193 0 22434 0
[pid=19147/tid=19148] ppid=19144 vsize=90520 CPUtime=3.41
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 1817 0 0 0 335 6 0 0 16 0 2 0 97207560 92692480 19264 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.04
Current children cumulated vsize (KiB) 95876

[startup+25.5019 s]
/proc/loadavg: 1.50 1.11 1.09 3/68 19148
/proc/meminfo: memFree=1555264/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=97716 CPUtime=32.97
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 21307 0 0 0 3272 25 0 0 17 0 2 0 97207495 100061184 21245 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 24429 21245 83 193 0 24233 0
[pid=19147/tid=19148] ppid=19144 vsize=97716 CPUtime=16.19
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 2604 0 0 0 1610 9 0 0 17 0 2 0 97207560 100061184 21245 1992294400 134512640 135305190 4294956144 18446744073709551615 134529140 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.56
Current children cumulated vsize (KiB) 103072

[startup+51.1018 s]
/proc/loadavg: 1.85 1.23 1.13 3/68 19148
/proc/meminfo: memFree=1546688/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=107780 CPUtime=83.99
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 23871 0 0 0 8369 30 0 0 17 0 2 0 97207495 110366720 23809 1992294400 134512640 135305190 4294956144 18446744073709551615 134557983 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 26945 23809 83 193 0 26749 0
[pid=19147/tid=19148] ppid=19144 vsize=107780 CPUtime=41.77
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 3455 0 0 0 4165 12 0 0 20 0 2 0 97207560 110366720 23809 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.58
Current children cumulated vsize (KiB) 113136

[startup+102.307 s]
/proc/loadavg: 1.93 1.35 1.17 3/68 19148
/proc/meminfo: memFree=1537280/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=117584 CPUtime=186.16
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 26243 0 0 0 18581 35 0 0 17 0 2 0 97207495 120406016 26181 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 29396 26181 83 193 0 29200 0
[pid=19147/tid=19148] ppid=19144 vsize=117584 CPUtime=92.94
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 4328 0 0 0 9280 14 0 0 17 0 2 0 97207560 120406016 26181 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 194.75
Current children cumulated vsize (KiB) 122940

[startup+162.301 s]
/proc/loadavg: 1.97 1.46 1.22 3/68 19150
/proc/meminfo: memFree=1523200/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=132860 CPUtime=305.87
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 29698 0 0 0 30545 42 0 0 25 0 2 0 97207495 136048640 29636 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 33215 29636 83 193 0 33019 0
[pid=19147/tid=19148] ppid=19144 vsize=132860 CPUtime=152.9
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 5678 0 0 0 15273 17 0 0 25 0 2 0 97207560 136048640 29636 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.46
Current children cumulated vsize (KiB) 138216

[startup+222.302 s]
/proc/loadavg: 1.99 1.56 1.27 3/68 19150
/proc/meminfo: memFree=1515712/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=139608 CPUtime=425.59
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 31602 0 0 0 42512 47 0 0 25 0 2 0 97207495 142958592 31540 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 34902 31540 83 193 0 34706 0
[pid=19147/tid=19148] ppid=19144 vsize=139608 CPUtime=212.88
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 6559 0 0 0 21268 20 0 0 25 0 2 0 97207560 142958592 31540 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 434.18
Current children cumulated vsize (KiB) 144964

[startup+282.302 s]
/proc/loadavg: 1.99 1.64 1.31 3/68 19150
/proc/meminfo: memFree=1509440/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=146412 CPUtime=545.33
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 33172 0 0 0 54483 50 0 0 19 0 2 0 97207495 149925888 33110 1992294400 134512640 135305190 4294956144 18446744073709551615 134556726 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 36603 33110 83 193 0 36407 0
[pid=19147/tid=19148] ppid=19144 vsize=146412 CPUtime=272.85
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 7030 0 0 0 27264 21 0 0 25 0 2 0 97207560 149925888 33110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 553.92
Current children cumulated vsize (KiB) 151768

[startup+342.301 s]
/proc/loadavg: 1.99 1.70 1.35 3/68 19150
/proc/meminfo: memFree=1505024/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=150232 CPUtime=665.06
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 34288 0 0 0 66454 52 0 0 25 0 2 0 97207495 153837568 34226 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 37558 34226 83 193 0 37362 0
[pid=19147/tid=19148] ppid=19144 vsize=150232 CPUtime=332.82
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 7450 0 0 0 33260 22 0 0 24 0 2 0 97207560 153837568 34226 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 673.65
Current children cumulated vsize (KiB) 155588

[startup+402.301 s]
/proc/loadavg: 1.99 1.75 1.39 3/68 19150
/proc/meminfo: memFree=1490432/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=164912 CPUtime=784.77
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 37908 0 0 0 78419 58 0 0 19 0 2 0 97207495 168869888 37846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41228 37846 83 193 0 41032 0
[pid=19147/tid=19148] ppid=19144 vsize=164912 CPUtime=392.8
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9209 0 0 0 39255 25 0 0 25 0 2 0 97207560 168869888 37846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 793.36
Current children cumulated vsize (KiB) 170268

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

[startup+409.502 s]
/proc/loadavg: 1.99 1.76 1.39 3/68 19150
/proc/meminfo: memFree=1490432/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=164912 CPUtime=799.14
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 37908 0 0 0 79856 58 0 0 25 0 2 0 97207495 168869888 37846 1992294400 134512640 135305190 4294956144 18446744073709551615 134557484 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41228 37846 83 193 0 41032 0
[pid=19147/tid=19148] ppid=19144 vsize=164912 CPUtime=400
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9209 0 0 0 39975 25 0 0 21 0 2 0 97207560 168869888 37846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 807.73
Current children cumulated vsize (KiB) 170268

[startup+422.302 s]
/proc/loadavg: 1.99 1.77 1.40 3/68 19150
/proc/meminfo: memFree=1490304/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=164912 CPUtime=824.69
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 37930 0 0 0 82410 59 0 0 25 0 2 0 97207495 168869888 37868 1992294400 134512640 135305190 4294956144 18446744073709551615 134547993 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41228 37868 83 193 0 41032 0
[pid=19147/tid=19148] ppid=19144 vsize=164912 CPUtime=412.79
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9209 0 0 0 41254 25 0 0 25 0 2 0 97207560 168869888 37868 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 833.28
Current children cumulated vsize (KiB) 170268

[startup+435.102 s]
/proc/loadavg: 1.99 1.78 1.41 3/68 19150
/proc/meminfo: memFree=1490048/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=165260 CPUtime=850.23
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 37995 0 0 0 84964 59 0 0 25 0 2 0 97207495 169226240 37933 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41315 37933 83 193 0 41119 0
[pid=19147/tid=19148] ppid=19144 vsize=165260 CPUtime=425.59
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9242 0 0 0 42533 26 0 0 25 0 2 0 97207560 169226240 37933 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 858.82
Current children cumulated vsize (KiB) 170616

[startup+438.302 s]
/proc/loadavg: 1.99 1.78 1.41 3/68 19150
/proc/meminfo: memFree=1489984/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=165420 CPUtime=856.62
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 38036 0 0 0 85603 59 0 0 20 0 2 0 97207495 169390080 37974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41355 37974 83 193 0 41159 0
[pid=19147/tid=19148] ppid=19144 vsize=165420 CPUtime=428.79
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9246 0 0 0 42853 26 0 0 25 0 2 0 97207560 169390080 37974 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 865.21
Current children cumulated vsize (KiB) 170776

[startup+441.501 s]
/proc/loadavg: 1.99 1.78 1.41 3/68 19150
/proc/meminfo: memFree=1489728/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=165800 CPUtime=863
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 38117 0 0 0 86241 59 0 0 25 0 2 0 97207495 169779200 38055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528227 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41450 38055 83 193 0 41254 0
[pid=19147/tid=19148] ppid=19144 vsize=165800 CPUtime=431.99
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9285 0 0 0 43173 26 0 0 21 0 2 0 97207560 169779200 38055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 871.59
Current children cumulated vsize (KiB) 171156

[startup+442.302 s]
/proc/loadavg: 1.99 1.78 1.41 3/68 19150
/proc/meminfo: memFree=1489536/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=165800 CPUtime=864.6
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 38122 0 0 0 86401 59 0 0 25 0 2 0 97207495 169779200 38060 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41450 38060 83 193 0 41254 0
[pid=19147/tid=19148] ppid=19144 vsize=165800 CPUtime=432.79
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9290 0 0 0 43253 26 0 0 25 0 2 0 97207560 169779200 38060 1992294400 134512640 135305190 4294956144 18446744073709551615 134528397 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 873.19
Current children cumulated vsize (KiB) 171156

[startup+443.102 s]
/proc/loadavg: 1.99 1.78 1.41 3/68 19150
/proc/meminfo: memFree=1489536/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=165800 CPUtime=866.19
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 38124 0 0 0 86560 59 0 0 17 0 2 0 97207495 169779200 38062 1992294400 134512640 135305190 4294956144 18446744073709551615 134529260 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41450 38062 83 193 0 41254 0
[pid=19147/tid=19148] ppid=19144 vsize=165800 CPUtime=433.59
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9290 0 0 0 43333 26 0 0 16 0 2 0 97207560 169779200 38062 1992294400 134512640 135305190 4294956144 18446744073709551615 134529363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 874.78
Current children cumulated vsize (KiB) 171156

[startup+443.306 s]
/proc/loadavg: 1.99 1.78 1.41 3/68 19150
/proc/meminfo: memFree=1489536/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=165800 CPUtime=866.6
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 38124 0 0 0 86601 59 0 0 17 0 2 0 97207495 169779200 38062 1992294400 134512640 135305190 4294956144 18446744073709551615 134529268 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41450 38062 83 193 0 41254 0
[pid=19147/tid=19148] ppid=19144 vsize=165800 CPUtime=433.79
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9290 0 0 0 43353 26 0 0 17 0 2 0 97207560 169779200 38062 1992294400 134512640 135305190 4294956144 18446744073709551615 134657580 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 875.19
Current children cumulated vsize (KiB) 171156

[startup+443.402 s]
/proc/loadavg: 1.99 1.78 1.41 3/68 19150
/proc/meminfo: memFree=1489536/2055920 swapFree=4192192/4192956
[pid=19144] ppid=19142 vsize=5356 CPUtime=8.59
/proc/19144/stat : 19144 (manysat.sh) S 19142 19144 18319 0 -1 4194304 312 48199 0 0 0 0 816 43 16 0 1 0 97206633 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19144/statm: 1339 238 195 169 0 50 0
[pid=19147] ppid=19144 vsize=165800 CPUtime=866.79
/proc/19147/stat : 19147 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194304 38124 0 0 0 86620 59 0 0 17 0 2 0 97207495 169779200 38062 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19147/statm: 41450 38062 83 193 0 41254 0
[pid=19147/tid=19148] ppid=19144 vsize=165800 CPUtime=433.89
/proc/19147/task/19148/stat : 19148 (manysat1.1_stat) R 19144 19144 18319 0 -1 4194368 9290 0 0 0 43363 26 0 0 17 0 2 0 97207560 169779200 38062 1992294400 134512640 135305190 4294956144 18446744073709551615 134657625 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 875.38
Current children cumulated vsize (KiB) 171156

Child status: 20
Real time (s): 443.465
CPU time (s): 875.479
CPU user time (s): 874.39
CPU system time (s): 1.08883
CPU usage (%): 197.418
Max. virtual memory (cumulated for all children) (KiB): 202468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 874.39
system time used= 1.08883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86804
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= 5827
involuntary context switches= 6516

runsolver used 0.378942 second user time and 1.24381 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-25 22:36:05
IDJOB=1724039
IDBENCH=71749
IDSOLVER=514
FILE ID=node76/1724039-1240691764
PBS_JOBID= 9186688
Free space on /tmp= 66180 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/manol-pipe-f10ni.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1724039-1240691764/watcher-1724039-1240691764 -o /tmp/evaluation-result-1724039-1240691764/solver-1724039-1240691764 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1724039-1240691764.cnf aimd 1

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=972416666

node76.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.220
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.220
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1687480 kB
Buffers:         32480 kB
Cached:         274736 kB
SwapCached:        620 kB
Active:         125400 kB
Inactive:       195644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1687480 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:           21468 kB
Writeback:           0 kB
Mapped:          22400 kB
Slab:            33280 kB
Committed_AS:   322372 kB
PageTables:       1440 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= 66180 MiB
End job on node76 at 2009-04-25 22:43:29