Trace number 3282530

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
riss 1.0UNSAT 616.652 616.641

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c *****************************************************
0.00/0.01	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.01	c *   This program may be redistributed or modified   *
0.00/0.01	c * under the terms of the GNU General Public License *
0.00/0.01	c *****************************************************
0.00/0.01	c process id: 9753
0.00/0.02	c parsetime: 9389us
0.00/0.02	c parsed 39143 clauses with 13240 variables
0.00/0.66	c init all components done
0.00/0.66	c ====================
0.00/0.66	c trail size: 83
616.51/616.52	c ====================
616.51/616.52	c implication/decision inf%(inf)
616.51/616.52	c decisions:           3137158
616.51/616.52	c last level:          0
616.51/616.52	c conflicts:           1164641
616.51/616.52	c restarts:            7698
616.51/616.52	c rejected_restarts    0
616.51/616.52	c removals:            20
616.51/616.52	c removed clauses:     744416
616.51/616.52	c oft clauses:         0
616.61/616.63	c solvetime: 615981691us (615s)
616.61/616.63	c memory usage (vsize): 51 MB
616.61/616.63	s UNSATISFIABLE
616.61/616.63	c return value: 20

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282530-1304134610/watcher-3282530-1304134610 -o /tmp/evaluation-result-3282530-1304134610/solver-3282530-1304134610 -C 2400 -W 1300 -M 7680 HOME/riss.sh HOME HOME/instance-3282530-1304134610.cnf 696144609 2400 7680 2 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.08 4.20 5.01 5/192 9752
/proc/meminfo: memFree=22026884/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0

[startup+0.033232 s]
/proc/loadavg: 4.08 4.20 5.01 5/192 9752
/proc/meminfo: memFree=22026884/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101228 s]
/proc/loadavg: 4.08 4.20 5.01 5/192 9752
/proc/meminfo: memFree=22026884/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300151 s]
/proc/loadavg: 4.08 4.20 5.01 5/192 9752
/proc/meminfo: memFree=22026884/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701069 s]
/proc/loadavg: 4.08 4.20 5.01 5/192 9752
/proc/meminfo: memFree=22026884/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50094 s]
/proc/loadavg: 4.08 4.20 5.01 5/194 9754
/proc/meminfo: memFree=21985212/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=60184 CPUtime=1.49 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 12489 0 0 0 148 1 0 0 25 0 1 0 525060621 61628416 10621 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333675 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 15046 10621 374 325 0 10860 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68884

[startup+3.1006 s]
/proc/loadavg: 4.08 4.20 5.01 5/194 9754
/proc/meminfo: memFree=21983972/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=60984 CPUtime=3.09 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 12657 0 0 0 308 1 0 0 25 0 1 0 525060621 62447616 10789 33554432000 4194304 5523604 140735316310624 18446744073709551615 4252373 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 15246 10789 374 325 0 11060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 69684

[startup+6.30109 s]
/proc/loadavg: 4.07 4.20 5.01 5/194 9754
/proc/meminfo: memFree=21979384/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=63080 CPUtime=6.29 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 13195 0 0 0 628 1 0 0 25 0 1 0 525060621 64593920 11327 33554432000 4194304 5523604 140735316310624 18446744073709551615 5332707 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 15770 11327 374 325 0 11584 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71780

[startup+12.701 s]
/proc/loadavg: 4.07 4.19 5.00 5/194 9754
/proc/meminfo: memFree=21975020/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=66400 CPUtime=12.69 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 13971 0 0 0 1268 1 0 0 25 0 1 0 525060621 67993600 12103 33554432000 4194304 5523604 140735316310624 18446744073709551615 5332007 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 16600 12103 374 325 0 12414 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 75100

[startup+25.5007 s]
/proc/loadavg: 4.05 4.18 4.98 5/194 9754
/proc/meminfo: memFree=21963100/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=74916 CPUtime=25.49 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 16063 0 0 0 2547 2 0 0 25 0 1 0 525060621 76713984 14195 33554432000 4194304 5523604 140735316310624 18446744073709551615 4218110 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 18729 14195 374 325 0 14543 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83616

[startup+51.1002 s]
/proc/loadavg: 4.03 4.17 4.96 5/194 9755
/proc/meminfo: memFree=21947792/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=83828 CPUtime=51.09 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 18333 0 0 0 5106 3 0 0 25 0 1 0 525060621 85839872 16465 33554432000 4194304 5523604 140735316310624 18446744073709551615 4220100 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 20957 16465 374 325 0 16771 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 92528

[startup+102.307 s]
/proc/loadavg: 4.05 4.15 4.91 5/194 9756
/proc/meminfo: memFree=21806668/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=107408 CPUtime=102.3 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 24062 0 0 0 10224 6 0 0 25 0 1 0 525060621 109985792 22194 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333209 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 26852 22194 374 325 0 22666 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 116108

[startup+162.301 s]
/proc/loadavg: 4.02 4.12 4.85 5/194 9758
/proc/meminfo: memFree=21656868/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=129804 CPUtime=162.29 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 29650 0 0 0 16220 9 0 0 25 0 1 0 525060621 132919296 27782 33554432000 4194304 5523604 140735316310624 18446744073709551615 5318586 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 32451 27782 374 325 0 28265 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138504

[startup+222.301 s]
/proc/loadavg: 4.00 4.10 4.79 5/194 9760
/proc/meminfo: memFree=21645688/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=140628 CPUtime=222.3 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 32463 0 0 0 22219 11 0 0 25 0 1 0 525060621 144003072 30595 33554432000 4194304 5523604 140735316310624 18446744073709551615 4219732 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 35157 30595 374 325 0 30971 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 149328

[startup+282.3 s]
/proc/loadavg: 4.00 4.08 4.74 5/194 9761
/proc/meminfo: memFree=21627060/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=160704 CPUtime=282.3 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 37108 0 0 0 28217 13 0 0 25 0 1 0 525060621 164560896 35240 33554432000 4194304 5523604 140735316310624 18446744073709551615 4219571 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 40176 35240 374 325 0 35990 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 169404

[startup+342.301 s]
/proc/loadavg: 4.00 4.06 4.69 5/194 9763
/proc/meminfo: memFree=21626536/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=161216 CPUtime=342.3 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 37255 0 0 0 34217 13 0 0 25 0 1 0 525060621 165085184 35387 33554432000 4194304 5523604 140735316310624 18446744073709551615 5332878 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 40304 35387 374 325 0 36118 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 169916

[startup+402.3 s]
/proc/loadavg: 4.00 4.05 4.64 5/194 9764
/proc/meminfo: memFree=21579644/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=178132 CPUtime=402.29 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 41434 0 0 0 40214 15 0 0 25 0 1 0 525060621 182407168 39566 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 44533 39566 374 325 0 40347 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 186832

[startup+462.301 s]
/proc/loadavg: 4.00 4.04 4.60 5/194 9766
/proc/meminfo: memFree=21438004/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=184528 CPUtime=462.3 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 42968 0 0 0 46214 16 0 0 25 0 1 0 525060621 188956672 41100 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333368 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46132 41100 374 325 0 41946 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 193228

[startup+522.3 s]
/proc/loadavg: 4.00 4.03 4.56 5/194 9768
/proc/meminfo: memFree=21323040/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=184528 CPUtime=522.3 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 42990 0 0 0 52214 16 0 0 25 0 1 0 525060621 188956672 41122 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333337 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46132 41122 374 325 0 41946 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 193228

[startup+582.301 s]
/proc/loadavg: 4.06 4.04 4.53 5/194 9769
/proc/meminfo: memFree=21286180/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=184880 CPUtime=582.3 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43161 0 0 0 58214 16 0 0 25 0 1 0 525060621 189317120 41293 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333341 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46220 41293 374 325 0 42034 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 193580

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

[startup+588.701 s]
/proc/loadavg: 4.05 4.03 4.53 5/194 9770
/proc/meminfo: memFree=21286048/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=185072 CPUtime=588.7 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43193 0 0 0 58854 16 0 0 25 0 1 0 525060621 189513728 41325 33554432000 4194304 5523604 140735316310624 18446744073709551615 4252706 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46268 41325 374 325 0 42082 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 193772

[startup+601.5 s]
/proc/loadavg: 4.04 4.03 4.52 5/194 9770
/proc/meminfo: memFree=21285044/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=601.5 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43399 0 0 0 60134 16 0 0 25 0 1 0 525060621 190824448 41531 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41531 374 325 0 42402 0
Current children cumulated CPU time (s) 601.5
Current children cumulated vsize (KiB) 195052

[startup+607.9 s]
/proc/loadavg: 4.04 4.03 4.51 5/194 9770
/proc/meminfo: memFree=21285044/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=607.9 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43420 0 0 0 60774 16 0 0 25 0 1 0 525060621 190824448 41552 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333360 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41552 374 325 0 42402 0
Current children cumulated CPU time (s) 607.9
Current children cumulated vsize (KiB) 195052

[startup+611.101 s]
/proc/loadavg: 4.03 4.03 4.51 5/194 9770
/proc/meminfo: memFree=21285044/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=611.11 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43424 0 0 0 61095 16 0 0 25 0 1 0 525060621 190824448 41556 33554432000 4194304 5523604 140735316310624 18446744073709551615 5332776 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41556 374 325 0 42402 0
Current children cumulated CPU time (s) 611.11
Current children cumulated vsize (KiB) 195052

[startup+614.301 s]
/proc/loadavg: 4.03 4.03 4.51 5/194 9770
/proc/meminfo: memFree=21284920/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=614.31 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43427 0 0 0 61415 16 0 0 25 0 1 0 525060621 190824448 41559 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333397 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41559 374 325 0 42402 0
Current children cumulated CPU time (s) 614.31
Current children cumulated vsize (KiB) 195052

[startup+615.901 s]
/proc/loadavg: 4.03 4.03 4.51 5/194 9770
/proc/meminfo: memFree=21284920/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=615.91 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43429 0 0 0 61575 16 0 0 25 0 1 0 525060621 190824448 41561 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333209 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41561 374 325 0 42402 0
Current children cumulated CPU time (s) 615.91
Current children cumulated vsize (KiB) 195052

[startup+616.301 s]
/proc/loadavg: 4.03 4.03 4.51 5/194 9770
/proc/meminfo: memFree=21284920/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=616.31 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43429 0 0 0 61615 16 0 0 25 0 1 0 525060621 190824448 41561 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333124 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41561 374 325 0 42402 0
Current children cumulated CPU time (s) 616.31
Current children cumulated vsize (KiB) 195052

[startup+616.501 s]
/proc/loadavg: 4.03 4.03 4.51 5/194 9770
/proc/meminfo: memFree=21284920/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=616.51 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43429 0 0 0 61635 16 0 0 25 0 1 0 525060621 190824448 41561 33554432000 4194304 5523604 140735316310624 18446744073709551615 5333551 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41561 374 325 0 42402 0
Current children cumulated CPU time (s) 616.51
Current children cumulated vsize (KiB) 195052

[startup+616.601 s]
/proc/loadavg: 4.03 4.03 4.51 5/194 9770
/proc/meminfo: memFree=21284920/32950928 swapFree=67111524/67111528
[pid=9752] ppid=9750 vsize=8700 CPUtime=0 cores=0,2
/proc/9752/stat : 9752 (riss.sh) S 9750 9752 9588 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 525060621 8908800 252 33554432000 4194304 4922060 140733862699984 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9752/statm: 2175 252 211 178 0 68 0
[pid=9753] ppid=9752 vsize=186352 CPUtime=616.61 cores=0,2
/proc/9753/stat : 9753 (riss) R 9752 9752 9588 0 -1 4202496 43442 0 0 0 61645 16 0 0 25 0 1 0 525060621 190824448 41574 33554432000 4194304 5523604 140735316310624 18446744073709551615 274473624554 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9753/statm: 46588 41574 386 325 0 42402 0
Current children cumulated CPU time (s) 616.61
Current children cumulated vsize (KiB) 195052

Child status: 20
Real time (s): 616.641
CPU time (s): 616.652
CPU user time (s): 616.481
CPU system time (s): 0.170974
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 195052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 616.481
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43797
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= 12
involuntary context switches= 1583

runsolver used 0.979851 second user time and 2.38664 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-30 05:36:50
IDJOB=3282530
IDBENCH=70818
IDSOLVER=1598
FILE ID=node125/3282530-1304134610
RUNJOBID= node125-1304133984-9606
PBS_JOBID= 13170814
Free space on /tmp= 72988 MiB

SOLVER NAME= riss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= DIR/riss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282530-1304134610/watcher-3282530-1304134610 -o /tmp/evaluation-result-3282530-1304134610/solver-3282530-1304134610 -C 2400 -W 1300 -M 7680  HOME/riss.sh HOME HOME/instance-3282530-1304134610.cnf 696144609 2400 7680 2

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=696144609

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22027164 kB
Buffers:       2126464 kB
Cached:        7217464 kB
SwapCached:          4 kB
Active:        3248892 kB
Inactive:      7148848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22027164 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1964 kB
Writeback:           8 kB
AnonPages:     1053896 kB
Mapped:          16224 kB
Slab:           459428 kB
PageTables:       7656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1277400 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72988 MiB
End job on node125 at 2011-04-30 05:47:06