Trace number 3692543

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
SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed? (TO) 1802.2 1802.49

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM6aef9ca2bb094f9e5aa00d5eeeaa5070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3088
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 189008
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 189008
Number of bits of the biggest sum of numbers18
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 SCIP version 2.1.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.6.0.3] [GitHash: 947bdb7-dirty]
0.00/0.00	c Copyright (c) 2002-2012 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3692543-1338046635.opb>
2.19/2.24	c original problem has 400896 variables (400896 bin, 0 int, 0 impl, 0 cont) and 402763 constraints
2.19/2.24	c problem read in 2.24
4.19/4.28	c presolving:
9.59/9.65	c (round 1) 0 del vars, 1977 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 398809 upgd conss, 67806 impls, 1977 clqs
11.28/11.34	c (round 2) 0 del vars, 1977 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 400786 upgd conss, 67806 impls, 1977 clqs

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3692543-1338046635/watcher-3692543-1338046635 -o /tmp/evaluation-result-3692543-1338046635/solver-3692543-1338046635 -C 1800 -W 1900 -M 15500 HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692543-1338046635.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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: 1.93 1.98 1.99 3/178 1487
/proc/meminfo: memFree=27499432/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=9600 CPUtime=0 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 1302 0 0 0 0 0 0 0 20 0 1 0 270788899 9830400 1257 33554432000 4194304 10219143 140734677638784 140735463142152 9029008 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 2413 1263 386 1471 0 933 0

[startup+0.0400969 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 1487
/proc/meminfo: memFree=27499432/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=29324 CPUtime=0.02 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 6066 0 0 0 2 0 0 0 20 0 1 0 270788899 30027776 6021 33554432000 4194304 10219143 140734677638784 140735463142152 7393807 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 7331 6021 421 1471 0 5851 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29324

[startup+0.10028 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 1487
/proc/meminfo: memFree=27499432/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=47552 CPUtime=0.09 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 10646 0 0 0 8 1 0 0 20 0 1 0 270788899 48693248 10601 33554432000 4194304 10219143 140734677638784 140735463142152 8772075 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 11888 10601 421 1471 0 10408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47552

[startup+0.300227 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 1487
/proc/meminfo: memFree=27499432/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=90556 CPUtime=0.28 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 21381 0 0 0 26 2 0 0 20 0 1 0 270788899 92729344 21336 33554432000 4194304 10219143 140734677638784 140735463142152 7593587 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 22639 21336 421 1471 0 21159 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 90556

[startup+0.70022 s]
/proc/loadavg: 1.93 1.98 1.99 3/178 1487
/proc/meminfo: memFree=27499432/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=204480 CPUtime=0.69 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 49883 0 0 0 62 7 0 0 20 0 1 0 270788899 209387520 49838 33554432000 4194304 10219143 140734677638784 140734677503960 8904687 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 51120 49838 421 1471 0 49640 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 204480

[startup+1.50022 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 1488
/proc/meminfo: memFree=27049296/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=418032 CPUtime=1.49 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 103011 0 0 0 134 15 0 0 20 0 1 0 270788899 428064768 102966 33554432000 4194304 10219143 140734677638784 140734677503960 5667256 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 104508 102966 421 1471 0 103028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 418032

[startup+3.10023 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 1488
/proc/meminfo: memFree=26539656/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=1041048 CPUtime=3.09 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 258390 0 0 0 270 39 0 0 20 0 1 0 270788899 1066033152 258816 33554432000 4194304 10219143 140734677638784 140734677634984 5965081 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 260262 258816 473 1471 0 258782 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1041048

[startup+6.30024 s]
/proc/loadavg: 1.93 1.98 1.99 3/179 1488
/proc/meminfo: memFree=25907740/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=1334064 CPUtime=6.29 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 317135 0 0 0 488 141 0 0 20 0 1 0 270788899 1366081536 330847 33554432000 4194304 10219143 140734677638784 140734677635784 4435518 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 333516 330847 551 1471 0 332036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1334064

[startup+12.7003 s]
/proc/loadavg: 1.94 1.98 1.99 3/179 1488
/proc/meminfo: memFree=25226984/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=1655848 CPUtime=12.69 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 444041 0 0 0 907 362 0 0 20 0 1 0 270788899 1695588352 410790 33554432000 4194304 10219143 140734677638784 140734677634840 5347763 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 413962 410790 596 1471 0 412482 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1655848

[startup+25.5003 s]
/proc/loadavg: 1.95 1.98 1.99 3/179 1488
/proc/meminfo: memFree=24978980/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=1905136 CPUtime=25.48 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 493672 0 0 0 2178 370 0 0 20 0 1 0 270788899 1950859264 472178 33554432000 4194304 10219143 140734677638784 140734677634184 8969254 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/1487/statm: 476284 472178 612 1471 0 474804 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1905136

[startup+51.1003 s]
/proc/loadavg: 1.97 1.98 1.99 3/179 1488
/proc/meminfo: memFree=24962068/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=1914736 CPUtime=51.07 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 495967 0 0 0 4737 370 0 0 20 0 1 0 270788899 1960689664 474473 33554432000 4194304 10219143 140734677638784 140734677634184 8969224 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 478684 474473 612 1471 0 477204 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 1914736

[startup+102.306 s]
/proc/loadavg: 2.04 2.00 2.00 3/179 1489
/proc/meminfo: memFree=24930184/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=1944092 CPUtime=102.28 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 503127 0 0 0 9855 373 0 0 20 0 1 0 270788899 1990750208 481567 33554432000 4194304 10219143 140734677638784 140734677635160 8969260 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 486023 481567 612 1471 0 484543 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 1944092

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/179 1489
/proc/meminfo: memFree=22167228/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3348032 CPUtime=162.26 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 826091 0 0 0 15811 415 0 0 20 0 1 0 270788899 3428384768 823112 33554432000 4194304 10219143 140734677638784 140734677633896 8969239 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 837008 823112 612 1471 0 835528 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 3348032

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 1492
/proc/meminfo: memFree=22163280/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3349056 CPUtime=222.25 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 826483 0 0 0 21810 415 0 0 20 0 1 0 270788899 3429433344 823504 33554432000 4194304 10219143 140734677638784 140734677633896 8969239 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 837264 823504 612 1471 0 835784 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 3349056

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1492
/proc/meminfo: memFree=22151412/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3349056 CPUtime=282.24 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 826659 0 0 0 27809 415 0 0 20 0 1 0 270788899 3429433344 823680 33554432000 4194304 10219143 140734677638784 140734677633896 8969244 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 837264 823680 612 1471 0 835784 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 3349056

[startup+342.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/179 1492
/proc/meminfo: memFree=22147100/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3350080 CPUtime=342.23 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 827023 0 0 0 33808 415 0 0 20 0 1 0 270788899 3430481920 824044 33554432000 4194304 10219143 140734677638784 140734677633896 8969260 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 837520 824044 612 1471 0 836040 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 3350080

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/179 1493
/proc/meminfo: memFree=22142540/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3352128 CPUtime=402.22 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 827671 0 0 0 39807 415 0 0 20 0 1 0 270788899 3432579072 824692 33554432000 4194304 10219143 140734677638784 140734677633896 8969254 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 838032 824692 612 1471 0 836552 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 3352128

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1493
/proc/meminfo: memFree=22139592/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3352128 CPUtime=462.21 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 827786 0 0 0 45806 415 0 0 20 0 1 0 270788899 3432579072 824807 33554432000 4194304 10219143 140734677638784 140734677633896 8969234 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 838032 824807 612 1471 0 836552 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 3352128

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1493
/proc/meminfo: memFree=22136892/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3352128 CPUtime=522.21 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 827971 0 0 0 51805 416 0 0 20 0 1 0 270788899 3432579072 824992 33554432000 4194304 10219143 140734677638784 140734677633896 8969224 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 838032 824992 612 1471 0 836552 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 3352128

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1493
/proc/meminfo: memFree=22134936/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3353152 CPUtime=582.2 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 828345 0 0 0 57804 416 0 0 20 0 1 0 270788899 3433627648 825366 33554432000 4194304 10219143 140734677638784 140734677633896 8969234 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 838288 825366 612 1471 0 836808 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 3353152

[startup+642.3 s]

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

/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 830535 0 0 0 99796 417 0 0 20 0 1 0 270788899 3438477312 827556 33554432000 4194304 10219143 140734677638784 140734677633896 8969229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 839472 827556 612 1471 0 837992 0
Current children cumulated CPU time (s) 1002.13
Current children cumulated vsize (KiB) 3357888

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1499
/proc/meminfo: memFree=22101064/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3357888 CPUtime=1062.12 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 830649 0 0 0 105795 417 0 0 20 0 1 0 270788899 3438477312 827670 33554432000 4194304 10219143 140734677638784 140734677633896 8969254 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 839472 827670 612 1471 0 837992 0
Current children cumulated CPU time (s) 1062.12
Current children cumulated vsize (KiB) 3357888

[startup+1122.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 1499
/proc/meminfo: memFree=22098216/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3358912 CPUtime=1122.11 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 831050 0 0 0 111794 417 0 0 20 0 1 0 270788899 3439525888 828071 33554432000 4194304 10219143 140734677638784 140734677633896 8969244 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 839728 828071 612 1471 0 838248 0
Current children cumulated CPU time (s) 1122.11
Current children cumulated vsize (KiB) 3358912

[startup+1182.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/179 1499
/proc/meminfo: memFree=22094772/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3359936 CPUtime=1182.1 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 831422 0 0 0 117793 417 0 0 20 0 1 0 270788899 3440574464 828443 33554432000 4194304 10219143 140734677638784 140734677633896 8969239 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 839984 828443 612 1471 0 838504 0
Current children cumulated CPU time (s) 1182.1
Current children cumulated vsize (KiB) 3359936

[startup+1242.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 1499
/proc/meminfo: memFree=22093684/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3359936 CPUtime=1242.1 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 831613 0 0 0 123792 418 0 0 20 0 1 0 270788899 3440574464 828634 33554432000 4194304 10219143 140734677638784 140734677633896 8969212 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 839984 828634 612 1471 0 838504 0
Current children cumulated CPU time (s) 1242.1
Current children cumulated vsize (KiB) 3359936

[startup+1302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/179 1500
/proc/meminfo: memFree=22091620/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3361472 CPUtime=1302.09 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 832117 0 0 0 129791 418 0 0 20 0 1 0 270788899 3442147328 829138 33554432000 4194304 10219143 140734677638784 140734677633896 8969229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 840368 829138 612 1471 0 838888 0
Current children cumulated CPU time (s) 1302.09
Current children cumulated vsize (KiB) 3361472

[startup+1362.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/179 1500
/proc/meminfo: memFree=22087676/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3363520 CPUtime=1362.07 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 832751 0 0 0 135789 418 0 0 20 0 1 0 270788899 3444244480 829772 33554432000 4194304 10219143 140734677638784 140734677633896 8969234 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 840880 829772 612 1471 0 839400 0
Current children cumulated CPU time (s) 1362.07
Current children cumulated vsize (KiB) 3363520

[startup+1422.31 s]
/proc/loadavg: 2.03 2.05 2.00 3/180 1503
/proc/meminfo: memFree=22083432/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3364544 CPUtime=1422.07 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 833161 0 0 0 141789 418 0 0 20 0 1 0 270788899 3445293056 830182 33554432000 4194304 10219143 140734677638784 140734677633896 8969239 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 841136 830182 612 1471 0 839656 0
Current children cumulated CPU time (s) 1422.07
Current children cumulated vsize (KiB) 3364544

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/180 1526
/proc/meminfo: memFree=22082956/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3364544 CPUtime=1482.06 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 833279 0 0 0 147788 418 0 0 20 0 1 0 270788899 3445293056 830300 33554432000 4194304 10219143 140734677638784 140734677633896 8969224 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 841136 830300 612 1471 0 839656 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 3364544

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/179 1526
/proc/meminfo: memFree=22082248/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3364544 CPUtime=1542.04 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 833475 0 0 0 153786 418 0 0 20 0 1 0 270788899 3445293056 830496 33554432000 4194304 10219143 140734677638784 140734677633896 8969229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 841136 830496 612 1471 0 839656 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 3364544

[startup+1602.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/179 1526
/proc/meminfo: memFree=22076448/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3366592 CPUtime=1602.04 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 834105 0 0 0 159785 419 0 0 20 0 1 0 270788899 3447390208 831126 33554432000 4194304 10219143 140734677638784 140734677633896 8969229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 841648 831126 612 1471 0 840168 0
Current children cumulated CPU time (s) 1602.04
Current children cumulated vsize (KiB) 3366592

[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/179 1527
/proc/meminfo: memFree=22073872/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3367424 CPUtime=1662.03 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 834471 0 0 0 165784 419 0 0 20 0 1 0 270788899 3448242176 831492 33554432000 4194304 10219143 140734677638784 140734677633896 8969249 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 841856 831492 612 1471 0 840376 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 3367424

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/179 1527
/proc/meminfo: memFree=22072428/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3367424 CPUtime=1722.02 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 834589 0 0 0 171783 419 0 0 20 0 1 0 270788899 3448242176 831610 33554432000 4194304 10219143 140734677638784 140734677633896 8969224 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 841856 831610 612 1471 0 840376 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 3367424

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/179 1527
/proc/meminfo: memFree=22069340/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3369472 CPUtime=1782.02 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 835225 0 0 0 177782 420 0 0 20 0 1 0 270788899 3450339328 832246 33554432000 4194304 10219143 140734677638784 140734677633896 8969229 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 842368 832246 612 1471 0 840888 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 3369472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.3 s]
/proc/loadavg: 1.92 2.00 1.99 2/173 1552
/proc/meminfo: memFree=25468852/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3369472 CPUtime=1800.02 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 835297 0 0 0 179582 420 0 0 20 0 1 0 270788899 3450339328 832318 33554432000 4194304 10219143 140734677638784 140734677633896 8969224 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 842368 832318 612 1471 0 840888 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3369472

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -1487

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

[startup+1801.4 s]
/proc/loadavg: 1.92 2.00 1.99 2/174 1553
/proc/meminfo: memFree=25468852/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3369472 CPUtime=1801.11 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 835301 0 0 0 179691 420 0 0 20 0 1 0 270788899 3450339328 832322 33554432000 4194304 10219143 140734677638784 140734677633536 8969244 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 842368 832322 612 1471 0 840888 0
Current children cumulated CPU time (s) 1801.11
Current children cumulated vsize (KiB) 3369472

[startup+1802.2 s]
/proc/loadavg: 1.92 2.00 1.99 2/174 1553
/proc/meminfo: memFree=25468720/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=3369472 CPUtime=1801.91 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4202496 835302 0 0 0 179771 420 0 0 20 0 1 0 270788899 3450339328 832384 33554432000 4194304 10219143 140734677638784 140734677633536 8969239 0 0 4096 16384 0 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 842368 832384 612 1471 0 840888 0
Current children cumulated CPU time (s) 1801.91
Current children cumulated vsize (KiB) 3369472

[startup+1802.4 s]
/proc/loadavg: 1.92 2.00 1.99 2/174 1553
/proc/meminfo: memFree=25468720/32873844 swapFree=7096/7096
[pid=1487] ppid=1485 vsize=0 CPUtime=1802.11 cores=0,2,4,6
/proc/1487/stat : 1487 (scip-2.1.1.4exp) R 1485 1487 29822 0 -1 4203524 835304 0 0 0 179782 429 0 0 20 0 1 0 270788899 0 0 33554432000 0 0 0 0 0 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1487/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.49
CPU time (s): 1802.2
CPU user time (s): 1797.82
CPU system time (s): 4.37833
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 3369472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.82
system time used= 4.37833
maximum resident set size= 3329544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 835304
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= 4
involuntary context switches= 2046

runsolver used 7.55485 second user time and 18.7332 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 17:37:16
IDJOB=3692543
IDBENCH=90903
IDSOLVER=2271
FILE ID=node132/3692543-1338046635
RUNJOBID= node132-1338028003-30917
PBS_JOBID= 14624340
Free space on /tmp= 71504 MiB

SOLVER NAME= SCIP spx E SCIP 2.1.1.4. Exp with SoPlex 1.6.0.3 fixed
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
COMMAND LINE= HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3692543-1338046635/watcher-3692543-1338046635 -o /tmp/evaluation-result-3692543-1338046635/solver-3692543-1338046635 -C 1800 -W 1900 -M 15500  HOME/scip-2.1.1.4expfix.linux.x86_64.gnu.opt.spx -f HOME/instance-3692543-1338046635.opb -t 1800 -m 15500

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=612696182

node132.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		: 2666.832
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	: 5333.66
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		: 2666.832
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		: 2666.832
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.56
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		: 2666.832
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.56
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		: 2666.832
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.55
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		: 2666.832
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.56
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		: 2666.832
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		: 2666.832
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:       32873844 kB
MemFree:        27500796 kB
Buffers:          261324 kB
Cached:          3064180 kB
SwapCached:            0 kB
Active:          2116676 kB
Inactive:        2478728 kB
Active(anon):    1272284 kB
Inactive(anon):        0 kB
Active(file):     844392 kB
Inactive(file):  2478728 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             82536 kB
Writeback:             0 kB
AnonPages:       1348060 kB
Mapped:            16828 kB
Shmem:               212 kB
Slab:             637432 kB
SReclaimable:      79112 kB
SUnreclaim:       558320 kB
KernelStack:        1472 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1390644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71532 MiB
End job on node132 at 2012-05-26 18:07:18