Trace number 4088367

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 NameAnswerobjective functionCPU timeWall clock time
cdcl-cuttingplanes OPT linear search 2016-05-01? (TO) 1800.02 1800.3

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/
areaDelay/normalized-f20c10b_029_area_delay.opb
MD5SUMa51202683a576bff941434a7d3e9aa0c
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.542917
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24
Optimality of the best value was proved YES
Number of variables17409
Total number of constraints123773
Number of constraints which are clauses123773
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint254
Number of terms in the objective function 8579
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8579
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8579
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c OPTIONS:
0.00/0.00	c - Resolve (`-resolve-always' or `-resolve-skip'): -resolve-skip
0.00/0.00	c * #variable= 17409 #constraint= 123773
4.69/4.75	c #Conflicts:       1000 | #Learnt:       1001 | 0.000
4.69/4.75	c total clause space: 206.656MB
4.69/4.75	c total #watches: 5580088
25.19/25.26	c total #propagations: 1090474 / total #impl: 76765702 (eff. 0.014)
25.19/25.26	c #Conflicts:       2000 | #Learnt:       2001 | 0.000
25.19/25.26	c total clause space: 335.816MB
25.19/25.26	c total #watches: 8065976
74.18/74.25	c total #propagations: 1605603 / total #impl: 396188925 (eff. 0.004)
74.18/74.25	c GC COLLECT
74.18/74.25	c #Conflicts:       3000 | #Learnt:       2009 | 0.000
74.18/74.25	c total clause space: 335.816MB
74.18/74.25	c total #watches: 6072741
523.62/523.79	c total #propagations: 2017361 / total #impl: 907966722 (eff. 0.002)
523.62/523.79	c #Conflicts:       4000 | #Learnt:       3009 | 0.000
523.62/523.79	c total clause space: 545.701MB
523.62/523.79	c total #watches: 8289886
948.94/949.18	c total #propagations: 3372303 / total #impl: 7102415398 (eff. 0.000)
948.94/949.18	c GC COLLECT
948.94/949.18	c #Conflicts:       5000 | #Learnt:       2376 | 0.000
948.94/949.18	c total clause space: 545.701MB
948.94/949.18	c total #watches: 8592601
1727.92/1728.25	c total #propagations: 5185309 / total #impl: 12855735910 (eff. 0.000)
1727.92/1728.25	c #Conflicts:       6000 | #Learnt:       3376 | 0.000
1727.92/1728.25	c total clause space: 545.701MB
1727.92/1728.26	c total #watches: 10540836

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4088367-1465430648/watcher-4088367-1465430648 -o /tmp/evaluation-result-4088367-1465430648/solver-4088367-1465430648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465427017-2298 --watchdog 1960 --input HOME/instance-4088367-1465430648.opb ./cdcl-cuttingplanes-opt-linearsearch-release 

pid=2666
running on 4 cores: 1,3,5,7

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.15 2.21 2.18 4/178 2669
/proc/meminfo: memFree=28857244/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=29112 CPUtime=0 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 233 0 0 0 0 0 0 0 20 0 1 0 124996922 29810688 4203 33554432000 4194304 6201397 140735404788976 140735678563880 4202645 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 7278 4203 92 491 0 6777 0

[startup+0.100171 s]
/proc/loadavg: 2.15 2.21 2.18 4/178 2669
/proc/meminfo: memFree=28857244/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=34528 CPUtime=0.08 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 1307 0 0 0 8 0 0 0 20 0 1 0 124996922 35356672 7497 33554432000 4194304 6201397 140735404788976 140735678563880 4207438 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 8632 7498 142 491 0 8131 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34528

[startup+0.200344 s]
/proc/loadavg: 2.15 2.21 2.18 4/178 2669
/proc/meminfo: memFree=28857244/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=42464 CPUtime=0.19 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 3116 0 0 0 18 1 0 0 20 0 1 0 124996922 43483136 9106 33554432000 4194304 6201397 140735404788976 140735678563880 5150858 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 10616 9106 143 491 0 10115 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 42464

[startup+0.300334 s]
/proc/loadavg: 2.15 2.21 2.18 4/178 2669
/proc/meminfo: memFree=28857244/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=50560 CPUtime=0.29 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 3872 0 0 0 28 1 0 0 20 0 1 0 124996922 51773440 10083 33554432000 4194304 6201397 140735404788976 140735678563880 4207513 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 12640 10084 143 491 0 12139 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50560

[startup+0.700299 s]
/proc/loadavg: 2.15 2.21 2.18 4/178 2669
/proc/meminfo: memFree=28857244/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=91236 CPUtime=0.69 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 7920 0 0 0 67 2 0 0 20 0 1 0 124996922 93425664 19642 33554432000 4194304 6201397 140735404788976 140735404787112 5150603 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 22809 19642 147 491 0 22308 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91236

[startup+1.5003 s]
/proc/loadavg: 2.13 2.20 2.18 4/179 2670
/proc/meminfo: memFree=28712264/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=278984 CPUtime=1.48 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 14610 0 0 0 144 4 0 0 20 0 1 0 124996922 285679616 48290 33554432000 4194304 6201397 140735404788976 140735404787688 4217677 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 69746 48290 147 491 0 69245 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 278984

[startup+3.10031 s]
/proc/loadavg: 2.13 2.20 2.18 3/179 2670
/proc/meminfo: memFree=28619012/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=311792 CPUtime=3.08 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 22828 0 0 0 303 5 0 0 20 0 1 0 124996922 319275008 65195 33554432000 4194304 6201397 140735404788976 140735404787256 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 77948 65195 147 491 0 77447 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 311792

[startup+6.30031 s]
/proc/loadavg: 2.13 2.20 2.18 3/179 2670
/proc/meminfo: memFree=28549772/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=312420 CPUtime=6.29 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 23023 0 0 0 623 6 0 0 20 0 1 0 124996922 319918080 75099 33554432000 4194304 6201397 140735404788976 140735404788104 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 78105 75099 160 491 0 77604 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 312420

[startup+12.7003 s]
/proc/loadavg: 2.27 2.23 2.19 3/179 2670
/proc/meminfo: memFree=28494856/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=444828 CPUtime=12.68 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 23216 0 0 0 1262 6 0 0 20 0 1 0 124996922 455503872 81406 33554432000 4194304 6201397 140735404788976 140735404787688 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 111207 81406 160 491 0 110706 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 444828

[startup+25.5004 s]
/proc/loadavg: 2.23 2.22 2.18 4/179 2670
/proc/meminfo: memFree=28435424/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=452600 CPUtime=25.49 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 26348 0 0 0 2541 8 0 0 20 0 1 0 124996922 463462400 97466 33554432000 4194304 6201397 140735404788976 140735404788104 4209890 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113150 97466 160 491 0 112649 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 452600

[startup+51.1004 s]
/proc/loadavg: 2.22 2.22 2.18 3/179 2670
/proc/meminfo: memFree=28410612/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=452792 CPUtime=51.08 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 26377 0 0 0 5100 8 0 0 20 0 1 0 124996922 463659008 97495 33554432000 4194304 6201397 140735404788976 140735404787688 4213249 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113198 97495 166 491 0 112697 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 452792

[startup+102.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/179 2672
/proc/meminfo: memFree=28405412/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=452952 CPUtime=102.28 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 26543 0 0 0 10220 8 0 0 20 0 1 0 124996922 463822848 97661 33554432000 4194304 6201397 140735404788976 140735404788104 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113238 97661 166 491 0 112737 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 452952

[startup+162.3 s]
/proc/loadavg: 2.12 2.19 2.17 4/179 2673
/proc/meminfo: memFree=28395992/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=452952 CPUtime=162.26 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 26543 0 0 0 16218 8 0 0 20 0 1 0 124996922 463822848 97661 33554432000 4194304 6201397 140735404788976 140735404788104 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113238 97661 166 491 0 112737 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 452952

[startup+222.308 s]
/proc/loadavg: 2.34 2.23 2.19 3/179 2674
/proc/meminfo: memFree=28383656/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=452952 CPUtime=222.26 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 26565 0 0 0 22218 8 0 0 20 0 1 0 124996922 463822848 97683 33554432000 4194304 6201397 140735404788976 140735404788104 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113238 97683 166 491 0 112737 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 452952

[startup+282.3 s]
/proc/loadavg: 2.24 2.21 2.18 3/179 2675
/proc/meminfo: memFree=28365784/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=453408 CPUtime=282.24 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 27029 0 0 0 28216 8 0 0 20 0 1 0 124996922 464289792 99830 33554432000 4194304 6201397 140735404788976 140735404787688 4213244 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113352 99830 166 491 0 112851 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 453408

[startup+342.3 s]
/proc/loadavg: 2.33 2.23 2.19 3/179 2676
/proc/meminfo: memFree=28350948/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=453408 CPUtime=342.24 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 27059 0 0 0 34215 9 0 0 20 0 1 0 124996922 464289792 103437 33554432000 4194304 6201397 140735404788976 140735404787688 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113352 103437 166 491 0 112851 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 453408

[startup+402.3 s]
/proc/loadavg: 2.35 2.25 2.19 4/180 2681
/proc/meminfo: memFree=28321984/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=453432 CPUtime=402.23 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 27214 0 0 0 40214 9 0 0 20 0 1 0 124996922 464314368 106005 33554432000 4194304 6201397 140735404788976 140735404787256 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113358 106005 166 491 0 112857 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 453432

[startup+462.3 s]
/proc/loadavg: 2.18 2.22 2.18 3/179 2682
/proc/meminfo: memFree=28302332/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=454692 CPUtime=462.21 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 28058 0 0 0 46212 9 0 0 20 0 1 0 124996922 465604608 110896 33554432000 4194304 6201397 140735404788976 140735404787688 4213361 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 113673 110896 166 491 0 113172 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 454692

[startup+522.3 s]
/proc/loadavg: 2.20 2.22 2.18 4/179 2683
/proc/meminfo: memFree=28272248/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=684240 CPUtime=522.21 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 31192 0 0 0 52210 11 0 0 20 0 1 0 124996922 700661760 118618 33554432000 4194304 6201397 140735404788976 140735404787688 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 171060 118618 166 491 0 170559 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 684240

[startup+582.3 s]
/proc/loadavg: 2.29 2.24 2.19 4/179 2684
/proc/meminfo: memFree=28132228/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=729832 CPUtime=582.2 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 41995 0 0 0 58206 14 0 0 20 0 1 0 124996922 747347968 151738 33554432000 4194304 6201397 140735404788976 140735404787688 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182458 151738 166 491 0 181957 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 729832


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


[startup+942.3 s]
/proc/loadavg: 2.26 2.23 2.18 4/179 2691
/proc/meminfo: memFree=28106864/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=730008 CPUtime=942.14 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42152 0 0 0 94200 14 0 0 20 0 1 0 124996922 747528192 153967 33554432000 4194304 6201397 140735404788976 140735404787688 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182502 153967 166 491 0 182001 0
Current children cumulated CPU time (s) 942.14
Current children cumulated vsize (KiB) 730008

[startup+1002.3 s]
/proc/loadavg: 2.15 2.20 2.18 3/180 2696
/proc/meminfo: memFree=28103188/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=730008 CPUtime=1002.13 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42152 0 0 0 100199 14 0 0 20 0 1 0 124996922 747528192 153967 33554432000 4194304 6201397 140735404788976 140735404788104 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182502 153967 166 491 0 182001 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 730008

[startup+1062.3 s]
/proc/loadavg: 2.18 2.19 2.18 3/179 2697
/proc/meminfo: memFree=28083888/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=730008 CPUtime=1062.12 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42157 0 0 0 106198 14 0 0 20 0 1 0 124996922 747528192 156015 33554432000 4194304 6201397 140735404788976 140735404788104 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182502 156015 166 491 0 182001 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 730008

[startup+1122.3 s]
/proc/loadavg: 2.18 2.18 2.18 4/179 2698
/proc/meminfo: memFree=28078056/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=730008 CPUtime=1122.11 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42159 0 0 0 112197 14 0 0 20 0 1 0 124996922 747528192 157039 33554432000 4194304 6201397 140735404788976 140735404788104 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182502 157039 166 491 0 182001 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 730008

[startup+1182.3 s]
/proc/loadavg: 2.22 2.19 2.18 3/179 2699
/proc/meminfo: memFree=28075896/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=730008 CPUtime=1182.1 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42160 0 0 0 118196 14 0 0 20 0 1 0 124996922 747528192 157551 33554432000 4194304 6201397 140735404788976 140735404788104 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182502 157551 166 491 0 182001 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 730008

[startup+1242.3 s]
/proc/loadavg: 2.13 2.17 2.17 4/179 2700
/proc/meminfo: memFree=28054428/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=730488 CPUtime=1242.09 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42276 0 0 0 124194 15 0 0 20 0 1 0 124996922 748019712 162777 33554432000 4194304 6201397 140735404788976 140735404787688 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182622 162777 166 491 0 182121 0
Current children cumulated CPU time (s) 1242.09
Current children cumulated vsize (KiB) 730488

[startup+1302.3 s]
/proc/loadavg: 2.20 2.18 2.18 4/179 2702
/proc/meminfo: memFree=28032716/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731380 CPUtime=1302.08 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42530 0 0 0 130193 15 0 0 20 0 1 0 124996922 748933120 168652 33554432000 4194304 6201397 140735404788976 140735404787688 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182845 168652 166 491 0 182344 0
Current children cumulated CPU time (s) 1302.08
Current children cumulated vsize (KiB) 731380

[startup+1362.3 s]
/proc/loadavg: 2.13 2.16 2.17 3/179 2703
/proc/meminfo: memFree=28024528/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731380 CPUtime=1362.07 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42530 0 0 0 136192 15 0 0 20 0 1 0 124996922 748933120 168652 33554432000 4194304 6201397 140735404788976 140735404787688 4213240 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182845 168652 166 491 0 182344 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 731380

[startup+1422.3 s]
/proc/loadavg: 2.34 2.22 2.19 3/179 2704
/proc/meminfo: memFree=28025100/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731380 CPUtime=1422.07 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42530 0 0 0 142192 15 0 0 20 0 1 0 124996922 748933120 168652 33554432000 4194304 6201397 140735404788976 140735404787688 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182845 168652 166 491 0 182344 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 731380

[startup+1482.3 s]
/proc/loadavg: 2.35 2.25 2.20 4/179 2705
/proc/meminfo: memFree=28022692/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731380 CPUtime=1482.06 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42531 0 0 0 148190 16 0 0 20 0 1 0 124996922 748933120 169164 33554432000 4194304 6201397 140735404788976 140735404787688 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182845 169164 166 491 0 182344 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 731380

[startup+1542.31 s]
/proc/loadavg: 2.26 2.25 2.20 3/179 2706
/proc/meminfo: memFree=28018796/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731380 CPUtime=1542.06 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42533 0 0 0 154190 16 0 0 20 0 1 0 124996922 748933120 170188 33554432000 4194304 6201397 140735404788976 140735404787688 4213186 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182845 170188 166 491 0 182344 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 731380

[startup+1602.3 s]
/proc/loadavg: 2.20 2.23 2.19 3/180 2711
/proc/meminfo: memFree=27993576/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731380 CPUtime=1602.04 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42534 0 0 0 160188 16 0 0 20 0 1 0 124996922 748933120 170700 33554432000 4194304 6201397 140735404788976 140735404787688 4213261 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182845 170700 166 491 0 182344 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 731380

[startup+1662.3 s]
/proc/loadavg: 2.35 2.26 2.20 4/179 2712
/proc/meminfo: memFree=27991920/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731380 CPUtime=1662.03 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42535 0 0 0 166187 16 0 0 20 0 1 0 124996922 748933120 171212 33554432000 4194304 6201397 140735404788976 140735404787688 4213253 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182845 171212 166 491 0 182344 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 731380

[startup+1722.3 s]
/proc/loadavg: 2.24 2.24 2.19 4/179 2713
/proc/meminfo: memFree=27974428/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731524 CPUtime=1722.02 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42598 0 0 0 172186 16 0 0 20 0 1 0 124996922 749080576 175363 33554432000 4194304 6201397 140735404788976 140735404787688 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182881 175363 166 491 0 182380 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 731524

[startup+1782.3 s]
/proc/loadavg: 2.23 2.24 2.19 3/179 2760
/proc/meminfo: memFree=27938440/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731716 CPUtime=1782.01 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42625 0 0 0 178185 16 0 0 20 0 1 0 124996922 749277184 178456 33554432000 4194304 6201397 140735404788976 140735404788104 4213257 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182929 178456 166 491 0 182428 0
Current children cumulated CPU time (s) 1782.01
Current children cumulated vsize (KiB) 731716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/179 2760
/proc/meminfo: memFree=27890888/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731716 CPUtime=1800 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42625 0 0 0 179984 16 0 0 20 0 1 0 124996922 749277184 178456 33554432000 4194304 6201397 140735404788976 140735404788104 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182929 178456 166 491 0 182428 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 731716

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 2669 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1800.3 s]
/proc/loadavg: 2.25 2.24 2.19 3/179 2760
/proc/meminfo: memFree=27890888/32872528 swapFree=20720/1686580
[pid=2669] ppid=2666 vsize=731716 CPUtime=1800 cores=1,3,5,7
/proc/2669/stat : 2669 (cdcl-cuttingpla) R 2666 2669 2281 0 -1 4202496 42625 0 0 0 179984 16 0 0 20 0 1 0 124996922 749277184 178456 33554432000 4194304 6201397 140735404788976 140735404788104 4213192 0 0 4096 8388610 0 0 0 17 5 0 0 0 0 0
/proc/2669/statm: 182929 178456 166 491 0 182428 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 731716

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.3
CPU time (s): 1800.02
CPU user time (s): 1799.85
CPU system time (s): 0.169974
CPU usage (%): 99.9842
Max. virtual memory (cumulated for all children) (KiB): 731716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.169974
maximum resident set size= 713824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42625
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= 8
involuntary context switches= 2019

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.51731 second user time and 6.94894 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-09 02:04:09
IDJOB=4088367
IDBENCH=24986
IDSOLVER=2550
FILE ID=node135/4088367-1465430648
RUNJOBID= node135-1465427017-2298
PBS_JOBID= 19859779
Free space on /tmp= 71728 MiB

SOLVER NAME= cdcl-cuttingplanes OPT linear search 2016-05-01
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-LIN/submittedPB07/manquinho/areaDelay/normalized-f20c10b_029_area_delay.opb
COMMAND LINE= ./cdcl-cuttingplanes-opt-linearsearch-release
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4088367-1465430648/watcher-4088367-1465430648 -o /tmp/evaluation-result-4088367-1465430648/solver-4088367-1465430648 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465427017-2298 --watchdog 1960 --input HOME/instance-4088367-1465430648.opb ./cdcl-cuttingplanes-opt-linearsearch-release

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a51202683a576bff941434a7d3e9aa0c
RANDOM SEED=2138966292

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.05
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28857508 kB
Buffers:          126172 kB
Cached:          1286532 kB
SwapCached:         1808 kB
Active:           638132 kB
Inactive:         942960 kB
Active(anon):     168332 kB
Inactive(anon):     2172 kB
Active(file):     469800 kB
Inactive(file):   940788 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098388 kB
Dirty:             10128 kB
Writeback:            16 kB
AnonPages:       1860644 kB
Mapped:             7760 kB
Shmem:                 0 kB
Slab:             607704 kB
SReclaimable:      51496 kB
SUnreclaim:       556208 kB
KernelStack:        1472 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1997540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1789952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node135 at 2016-06-09 02:34:09